forked from daren.hsu/line_push
update
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.15.0](https://github.com/nuxt/nuxt.js/compare/v2.14.12...v2.15.0) (2020-12-17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update all dependencies that require node 10.x ([#8346](https://github.com/nuxt/nuxt.js/issues/8346)) ([ab039f0](https://github.com/nuxt/nuxt.js/commit/ab039f051aa379999a00d7b916b7bbdb9305375b))
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2016-2020 Nuxt.js Team
|
||||
Copyright (c) 2016-2020 Nuxt Team
|
||||
- Sebastien Chopin ([@Atinux](https://github.com/Atinux))
|
||||
- Alexandre Chopin ([@alexchopin](https://github.com/alexchopin))
|
||||
- Pooya Parsa ([@pi0](https://github.com/pi0))
|
||||
|
||||
+9
-21
File diff suppressed because one or more lines are too long
+2
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
global.__NUXT_PATHS__ = (global.__NUXT_PATHS__ || []).concat(__dirname)
|
||||
|
||||
const suffix = require('../package.json').name.includes('-edge') ? '-edge' : ''
|
||||
require('@nuxt/cli' + suffix).run()
|
||||
.catch((error) => {
|
||||
|
||||
+12
-21
@@ -1,16 +1,7 @@
|
||||
/*!
|
||||
* nuxt v2.13.3 (c) 2016-2020
|
||||
* - Sebastien Chopin (@Atinux)
|
||||
* - Alexandre Chopin (@alexchopin)
|
||||
* - Pooya Parsa (@pi0)
|
||||
* - Clark Du (@clarkdo)
|
||||
* - Jonas Galvez (@galvez)
|
||||
* - Alexander Lichter (@manniL)
|
||||
* - Dmitry Molotkov (@aldarund)
|
||||
* - Kevin Marrec (@kevinmarrec)
|
||||
* - Pim (@pimlie)
|
||||
* - All the amazing contributors
|
||||
* Released under the MIT License.
|
||||
* nuxt v2.15.8 (c) 2016-2021
|
||||
* Released under the MIT License
|
||||
* Repository: https://github.com/nuxt/nuxt.js
|
||||
* Website: https://nuxtjs.org
|
||||
*/
|
||||
'use strict';
|
||||
@@ -24,8 +15,14 @@ const cli = require('@nuxt/cli');
|
||||
|
||||
|
||||
|
||||
Object.defineProperty(exports, 'getWebpackConfig', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return cli.getWebpackConfig;
|
||||
}
|
||||
});
|
||||
Object.keys(core).forEach(function (k) {
|
||||
if (k !== 'default') Object.defineProperty(exports, k, {
|
||||
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return core[k];
|
||||
@@ -33,7 +30,7 @@ Object.keys(core).forEach(function (k) {
|
||||
});
|
||||
});
|
||||
Object.keys(builder).forEach(function (k) {
|
||||
if (k !== 'default') Object.defineProperty(exports, k, {
|
||||
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return builder[k];
|
||||
@@ -41,16 +38,10 @@ Object.keys(builder).forEach(function (k) {
|
||||
});
|
||||
});
|
||||
Object.keys(generator).forEach(function (k) {
|
||||
if (k !== 'default') Object.defineProperty(exports, k, {
|
||||
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return generator[k];
|
||||
}
|
||||
});
|
||||
});
|
||||
Object.defineProperty(exports, 'getWebpackConfig', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return cli.getWebpackConfig;
|
||||
}
|
||||
});
|
||||
|
||||
+27
-63
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"nuxt@2.13.3",
|
||||
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
||||
"nuxt@2.15.8",
|
||||
"/home/node/nuxt"
|
||||
]
|
||||
],
|
||||
"_from": "nuxt@2.13.3",
|
||||
"_id": "nuxt@2.13.3",
|
||||
"_from": "nuxt@2.15.8",
|
||||
"_id": "nuxt@2.15.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VsX3XWJIJNm6EMF1unoRcJy8AGblX0wU1Gti6dFBRdTrGA59qgRYlDoTA7tWGOaxMD3KjnHF1EaqeXH40VgglQ==",
|
||||
"_integrity": "sha512-ceK3qLg/Baj7J8mK9bIxqw9AavrF+LXqwYEreBdY/a4Sj8YV4mIvhqea/6E7VTCNNGvKT2sJ/TTJjtfQ597lTA==",
|
||||
"_location": "/nuxt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "nuxt@2.13.3",
|
||||
"raw": "nuxt@2.15.8",
|
||||
"name": "nuxt",
|
||||
"escapedName": "nuxt",
|
||||
"rawSpec": "2.13.3",
|
||||
"rawSpec": "2.15.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.13.3"
|
||||
"fetchSpec": "2.15.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nuxt/-/nuxt-2.13.3.tgz",
|
||||
"_spec": "2.13.3",
|
||||
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
||||
"_resolved": "https://registry.npmjs.org/nuxt/-/nuxt-2.15.8.tgz",
|
||||
"_spec": "2.15.8",
|
||||
"_where": "/home/node/nuxt",
|
||||
"bin": {
|
||||
"nuxt": "bin/nuxt.js"
|
||||
},
|
||||
@@ -37,60 +37,24 @@
|
||||
"url": "https://opencollective.com/nuxtjs",
|
||||
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Sebastien Chopin",
|
||||
"url": "@Atinux"
|
||||
},
|
||||
{
|
||||
"name": "Alexandre Chopin",
|
||||
"url": "@alexchopin"
|
||||
},
|
||||
{
|
||||
"name": "Pooya Parsa",
|
||||
"url": "@pi0"
|
||||
},
|
||||
{
|
||||
"name": "Clark Du",
|
||||
"url": "@clarkdo"
|
||||
},
|
||||
{
|
||||
"name": "Jonas Galvez",
|
||||
"url": "@galvez"
|
||||
},
|
||||
{
|
||||
"name": "Alexander Lichter",
|
||||
"url": "@manniL"
|
||||
},
|
||||
{
|
||||
"name": "Dmitry Molotkov",
|
||||
"url": "@aldarund"
|
||||
},
|
||||
{
|
||||
"name": "Kevin Marrec",
|
||||
"url": "@kevinmarrec"
|
||||
},
|
||||
{
|
||||
"name": "Pim",
|
||||
"url": "@pimlie"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@nuxt/builder": "2.13.3",
|
||||
"@nuxt/cli": "2.13.3",
|
||||
"@nuxt/components": "^1.0.6",
|
||||
"@nuxt/core": "2.13.3",
|
||||
"@nuxt/generator": "2.13.3",
|
||||
"@nuxt/loading-screen": "^2.0.2",
|
||||
"@nuxt/opencollective": "^0.3.0",
|
||||
"@nuxt/telemetry": "^1.2.1",
|
||||
"@nuxt/webpack": "2.13.3"
|
||||
"@nuxt/babel-preset-app": "2.15.8",
|
||||
"@nuxt/builder": "2.15.8",
|
||||
"@nuxt/cli": "2.15.8",
|
||||
"@nuxt/components": "^2.1.8",
|
||||
"@nuxt/config": "2.15.8",
|
||||
"@nuxt/core": "2.15.8",
|
||||
"@nuxt/generator": "2.15.8",
|
||||
"@nuxt/loading-screen": "^2.0.3",
|
||||
"@nuxt/opencollective": "^0.3.2",
|
||||
"@nuxt/server": "2.15.8",
|
||||
"@nuxt/telemetry": "^1.3.3",
|
||||
"@nuxt/utils": "2.15.8",
|
||||
"@nuxt/vue-app": "2.15.8",
|
||||
"@nuxt/vue-renderer": "2.15.8",
|
||||
"@nuxt/webpack": "2.15.8"
|
||||
},
|
||||
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
||||
"engines": {
|
||||
"node": ">=8.9.0",
|
||||
"npm": ">=5.0.0"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"dist",
|
||||
@@ -121,5 +85,5 @@
|
||||
"scripts": {
|
||||
"postinstall": "opencollective || exit 0"
|
||||
},
|
||||
"version": "2.13.3"
|
||||
"version": "2.15.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user