mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
chore: release
- @nuxt/app@0.3.2 - nuxt-cli@0.3.1 - @nuxt/kit@0.5.1 - @nuxt/nitro@0.6.0 - nuxt3@0.6.0 - @nuxt/vite-builder@0.3.1 - @nuxt/webpack-builder@0.3.2
This commit is contained in:
parent
ee918c91e7
commit
0d92f1a042
@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.2](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.1...@nuxt/app@0.3.2) (2021-04-23)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @nuxt/app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.0...@nuxt/app@0.3.1) (2021-04-16)
|
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/app@0.3.0...@nuxt/app@0.3.1) (2021-04-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @nuxt/app
|
**Note:** Version bump only for package @nuxt/app
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/app",
|
"name": "@nuxt/app",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -3,6 +3,19 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.1](https://github.com/nuxt/framework/compare/nuxt-cli@0.3.0...nuxt-cli@0.3.1) (2021-04-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **cli:** clear screen before new nuxt creation ([f0443c2](https://github.com/nuxt/framework/commit/f0443c2ba691ac11f53352068eb03ab91c6200bb))
|
||||||
|
* **cli:** provide default NODE_ENV for build and dev commands ([586709a](https://github.com/nuxt/framework/commit/586709a82d7ce45d7cbd528bb7ee002dccae5611))
|
||||||
|
* **cli:** replace not instance regardless of DEBUG ([60e1ee3](https://github.com/nuxt/framework/commit/60e1ee387cb36adbc9f5fb2f38ec680a5cc376cc))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.3.0](https://github.com/nuxt/framework/compare/nuxt-cli@0.2.0...nuxt-cli@0.3.0) (2021-04-16)
|
# [0.3.0](https://github.com/nuxt/framework/compare/nuxt-cli@0.2.0...nuxt-cli@0.3.0) (2021-04-16)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt-cli",
|
"name": "nuxt-cli",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"fsevents": "~2.3.2"
|
"fsevents": "~2.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/kit": "^0.5.0",
|
"@nuxt/kit": "^0.5.1",
|
||||||
"@types/clear": "^0",
|
"@types/clear": "^0",
|
||||||
"@types/debounce-promise": "^3",
|
"@types/debounce-promise": "^3",
|
||||||
"@types/mri": "^1.1.0",
|
"@types/mri": "^1.1.0",
|
||||||
|
@ -3,6 +3,18 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.5.1](https://github.com/nuxt/framework/compare/@nuxt/kit@0.5.0...@nuxt/kit@0.5.1) (2021-04-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **kit:** auto detect version if not specified ([342bf06](https://github.com/nuxt/framework/commit/342bf0665909090f562a96301d88b017b15fb714))
|
||||||
|
* **kit:** resolve alias for `installModule` source ([4bcb8fa](https://github.com/nuxt/framework/commit/4bcb8fa791f5f0460d3c1f00fe3057d4fa7ddd81))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.5.0](https://github.com/nuxt/framework/compare/@nuxt/kit@0.4.0...@nuxt/kit@0.5.0) (2021-04-16)
|
# [0.5.0](https://github.com/nuxt/framework/compare/@nuxt/kit@0.4.0...@nuxt/kit@0.5.0) (2021-04-16)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/kit",
|
"name": "@nuxt/kit",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
@ -3,6 +3,27 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [0.6.0](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.5.2...@nuxt/nitro@0.6.0) (2021-04-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **nitro:** mock consola ([#106](https://github.com/nuxt/framework/issues/106)) ([4c0dba2](https://github.com/nuxt/framework/commit/4c0dba202ff0b97ee8ebef06018471cb4d4fbaf5))
|
||||||
|
* **nitro:** only serve placeholders for `publicPath` ([1b10a1f](https://github.com/nuxt/framework/commit/1b10a1f091242fba83785dea977f184a92e33757))
|
||||||
|
* **nitro:** ovrride by user input ([8f8551c](https://github.com/nuxt/framework/commit/8f8551cd67b5d135774d39f757de9d02e4e0bed4))
|
||||||
|
* **nitro:** resolve default export for assets ([49e4c03](https://github.com/nuxt/framework/commit/49e4c038b58720d6be29e3fc28359c0b33d71be2))
|
||||||
|
* **nitro:** use globalThis ([5a3f4b7](https://github.com/nuxt/framework/commit/5a3f4b780029ffab4267c02193b938dd11b1f0d1))
|
||||||
|
* issues with externals outside of rootDir ([4e18653](https://github.com/nuxt/framework/commit/4e1865358c1597cb68cc96bef2b30e2811fcd899))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **nitro:** allow extending nitro context ([bef9f82](https://github.com/nuxt/framework/commit/bef9f82a8dd8ac916c9e9f82eafca7e916782500))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.5.1...@nuxt/nitro@0.5.2) (2021-04-17)
|
## [0.5.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.5.1...@nuxt/nitro@0.5.2) (2021-04-17)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/nitro",
|
"name": "@nuxt/nitro",
|
||||||
"version": "0.5.2",
|
"version": "0.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"@cloudflare/kv-asset-handler": "^0.1.1",
|
"@cloudflare/kv-asset-handler": "^0.1.1",
|
||||||
"@netlify/functions": "^0.7.0",
|
"@netlify/functions": "^0.7.0",
|
||||||
"@nuxt/devalue": "^1.2.5",
|
"@nuxt/devalue": "^1.2.5",
|
||||||
"@nuxt/kit": "^0.5.0",
|
"@nuxt/kit": "^0.5.1",
|
||||||
"@rollup/plugin-alias": "^3.1.2",
|
"@rollup/plugin-alias": "^3.1.2",
|
||||||
"@rollup/plugin-commonjs": "^18.0.0",
|
"@rollup/plugin-commonjs": "^18.0.0",
|
||||||
"@rollup/plugin-inject": "^4.0.2",
|
"@rollup/plugin-inject": "^4.0.2",
|
||||||
|
@ -3,6 +3,22 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [0.6.0](https://github.com/nuxt/framework/compare/nuxt3@0.5.1...nuxt3@0.6.0) (2021-04-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **nuxt3:** binary proxy for cli ([7ee7a7a](https://github.com/nuxt/framework/commit/7ee7a7a7b58f31d27c61b43b43ef621cc83a2939))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **nitro:** allow extending nitro context ([bef9f82](https://github.com/nuxt/framework/commit/bef9f82a8dd8ac916c9e9f82eafca7e916782500))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.1](https://github.com/nuxt/framework/compare/nuxt3@0.5.0...nuxt3@0.5.1) (2021-04-17)
|
## [0.5.1](https://github.com/nuxt/framework/compare/nuxt3@0.5.0...nuxt3@0.5.1) (2021-04-17)
|
||||||
|
|
||||||
**Note:** Version bump only for package nuxt3
|
**Note:** Version bump only for package nuxt3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt3",
|
"name": "nuxt3",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
@ -17,11 +17,11 @@
|
|||||||
"nuxt-cli": "./bin/nuxt.js"
|
"nuxt-cli": "./bin/nuxt.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/app": "^0.3.1",
|
"@nuxt/app": "^0.3.2",
|
||||||
"@nuxt/kit": "^0.5.0",
|
"@nuxt/kit": "^0.5.1",
|
||||||
"@nuxt/nitro": "^0.5.2",
|
"@nuxt/nitro": "^0.6.0",
|
||||||
"@nuxt/vite-builder": "^0.3.0",
|
"@nuxt/vite-builder": "^0.3.1",
|
||||||
"@nuxt/webpack-builder": "^0.3.1",
|
"@nuxt/webpack-builder": "^0.3.2",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"consola": "^2.15.3",
|
"consola": "^2.15.3",
|
||||||
"defu": "^4.0.1",
|
"defu": "^4.0.1",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"hookable": "^4.4.1",
|
"hookable": "^4.4.1",
|
||||||
"ignore": "^5.1.8",
|
"ignore": "^5.1.8",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"nuxt-cli": "^0.3.0",
|
"nuxt-cli": "^0.3.1",
|
||||||
"scule": "^0.2.0",
|
"scule": "^0.2.0",
|
||||||
"ufo": "^0.7.1",
|
"ufo": "^0.7.1",
|
||||||
"upath": "^2.0.1"
|
"upath": "^2.0.1"
|
||||||
|
@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.3.0...@nuxt/vite-builder@0.3.1) (2021-04-23)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @nuxt/vite-builder
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.2.1...@nuxt/vite-builder@0.3.0) (2021-04-16)
|
# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/vite-builder@0.2.1...@nuxt/vite-builder@0.3.0) (2021-04-16)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/vite-builder",
|
"name": "@nuxt/vite-builder",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"unbuild": "^0.2.2"
|
"unbuild": "^0.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "^0.5.0",
|
"@nuxt/kit": "^0.5.1",
|
||||||
"@vitejs/plugin-vue": "^1.2.1",
|
"@vitejs/plugin-vue": "^1.2.1",
|
||||||
"@vue/compiler-sfc": "^3.0.11",
|
"@vue/compiler-sfc": "^3.0.11",
|
||||||
"consola": "^2.15.3",
|
"consola": "^2.15.3",
|
||||||
|
@ -3,6 +3,19 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.3.2](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.1...@nuxt/webpack-builder@0.3.2) (2021-04-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **webpack:** don't inline scoped packages ([0a74f1e](https://github.com/nuxt/framework/commit/0a74f1e2392b45024f3af20f3ded4bb6545911fc))
|
||||||
|
* issues with externals outside of rootDir ([4e18653](https://github.com/nuxt/framework/commit/4e1865358c1597cb68cc96bef2b30e2811fcd899))
|
||||||
|
* **webpack:** exclude ! for externals ([daaf02f](https://github.com/nuxt/framework/commit/daaf02f5e4dd19d907d511f4a139f36d11db1b5b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.0...@nuxt/webpack-builder@0.3.1) (2021-04-16)
|
## [0.3.1](https://github.com/nuxt/framework/compare/@nuxt/webpack-builder@0.3.0...@nuxt/webpack-builder@0.3.1) (2021-04-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @nuxt/webpack-builder
|
**Note:** Version bump only for package @nuxt/webpack-builder
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/webpack-builder",
|
"name": "@nuxt/webpack-builder",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.13.16",
|
"@babel/core": "^7.13.16",
|
||||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
|
||||||
"@nuxt/kit": "^0.5.0",
|
"@nuxt/kit": "^0.5.1",
|
||||||
"@vue/babel-preset-jsx": "^1.2.4",
|
"@vue/babel-preset-jsx": "^1.2.4",
|
||||||
"@vue/compiler-sfc": "^3.0.11",
|
"@vue/compiler-sfc": "^3.0.11",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
|
141
yarn.lock
141
yarn.lock
@ -1585,7 +1585,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@nuxt/app@^0.3.1, @nuxt/app@workspace:packages/app":
|
"@nuxt/app@^0.3.1, @nuxt/app@^0.3.2, @nuxt/app@workspace:packages/app":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/app@workspace:packages/app"
|
resolution: "@nuxt/app@workspace:packages/app"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1622,7 +1622,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@nuxt/kit@^0.5.0, @nuxt/kit@workspace:packages/kit":
|
"@nuxt/kit@^0.5.0, @nuxt/kit@^0.5.1, @nuxt/kit@workspace:packages/kit":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/kit@workspace:packages/kit"
|
resolution: "@nuxt/kit@workspace:packages/kit"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1643,14 +1643,14 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@nuxt/nitro@^0.5.2, @nuxt/nitro@workspace:packages/nitro":
|
"@nuxt/nitro@^0.6.0, @nuxt/nitro@workspace:packages/nitro":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@cloudflare/kv-asset-handler": ^0.1.1
|
"@cloudflare/kv-asset-handler": ^0.1.1
|
||||||
"@netlify/functions": ^0.7.0
|
"@netlify/functions": ^0.7.0
|
||||||
"@nuxt/devalue": ^1.2.5
|
"@nuxt/devalue": ^1.2.5
|
||||||
"@nuxt/kit": ^0.5.0
|
"@nuxt/kit": ^0.5.1
|
||||||
"@rollup/plugin-alias": ^3.1.2
|
"@rollup/plugin-alias": ^3.1.2
|
||||||
"@rollup/plugin-commonjs": ^18.0.0
|
"@rollup/plugin-commonjs": ^18.0.0
|
||||||
"@rollup/plugin-inject": ^4.0.2
|
"@rollup/plugin-inject": ^4.0.2
|
||||||
@ -1711,11 +1711,90 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@nuxt/vite-builder@^0.3.0, @nuxt/vite-builder@workspace:packages/vite":
|
"@nuxt/nitro@npm:^0.5.2":
|
||||||
|
version: 0.5.2
|
||||||
|
resolution: "@nuxt/nitro@npm:0.5.2"
|
||||||
|
dependencies:
|
||||||
|
"@cloudflare/kv-asset-handler": ^0.1.1
|
||||||
|
"@netlify/functions": ^0.7.0
|
||||||
|
"@nuxt/devalue": ^1.2.5
|
||||||
|
"@nuxt/kit": ^0.5.0
|
||||||
|
"@nuxt/un": ^0.1.1
|
||||||
|
"@rollup/plugin-alias": ^3.1.2
|
||||||
|
"@rollup/plugin-commonjs": ^18.0.0
|
||||||
|
"@rollup/plugin-inject": ^4.0.2
|
||||||
|
"@rollup/plugin-json": ^4.1.0
|
||||||
|
"@rollup/plugin-node-resolve": ^11.2.1
|
||||||
|
"@rollup/plugin-replace": ^2.4.2
|
||||||
|
"@rollup/plugin-virtual": ^2.0.3
|
||||||
|
"@rollup/pluginutils": ^4.1.0
|
||||||
|
"@vercel/nft": ^0.10.1
|
||||||
|
"@vue/server-renderer": ^3.0.11
|
||||||
|
archiver: ^5.3.0
|
||||||
|
chalk: ^4.1.0
|
||||||
|
chokidar: ^3.5.1
|
||||||
|
connect: ^3.7.0
|
||||||
|
consola: ^2.15.3
|
||||||
|
debounce: ^1.2.1
|
||||||
|
defu: ^3.2.2
|
||||||
|
destr: ^1.1.0
|
||||||
|
dot-prop: ^6.0.1
|
||||||
|
esbuild: ^0.10.0
|
||||||
|
etag: ^1.8.1
|
||||||
|
fs-extra: ^9.1.0
|
||||||
|
globby: ^11.0.3
|
||||||
|
gzip-size: ^6.0.0
|
||||||
|
h3: ^0.2.9
|
||||||
|
hasha: ^5.2.2
|
||||||
|
hookable: ^4.4.1
|
||||||
|
http-proxy: ^1.18.1
|
||||||
|
is-primitive: ^3.0.1
|
||||||
|
jiti: ^1.9.1
|
||||||
|
listhen: ^0.2.4
|
||||||
|
mime: ^2.5.2
|
||||||
|
node-fetch: ^2.6.1
|
||||||
|
ohmyfetch: ^0.2.0
|
||||||
|
ora: ^5.4.0
|
||||||
|
pretty-bytes: ^5.6.0
|
||||||
|
rollup: ^2.45.2
|
||||||
|
rollup-plugin-analyzer: ^4.0.0
|
||||||
|
rollup-plugin-terser: ^7.0.2
|
||||||
|
serve-placeholder: ^1.2.3
|
||||||
|
serve-static: ^1.14.1
|
||||||
|
std-env: ^2.3.0
|
||||||
|
table: ^6.1.0
|
||||||
|
ufo: ^0.6.11
|
||||||
|
unstorage: ^0.1.4
|
||||||
|
upath: ^2.0.1
|
||||||
|
vue: 3.0.11
|
||||||
|
vue-bundle-renderer: ^0.2.3
|
||||||
|
vue-server-renderer: ^2.6.12
|
||||||
|
checksum: f7e24b25dbb4e0e295698f4b46d60abdd16a9bdb9daf0e2668635e900c15bc646cef8b26cbda7471153baba1755acc13a53c63a0f6e91e653d0e06b3a4a42ee0
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@nuxt/un@npm:^0.1.1":
|
||||||
|
version: 0.1.1
|
||||||
|
resolution: "@nuxt/un@npm:0.1.1"
|
||||||
|
dependencies:
|
||||||
|
buffer: ^6.0.2
|
||||||
|
defu: ^3.2.2
|
||||||
|
events: ^3.2.0
|
||||||
|
inherits: ^2.0.4
|
||||||
|
mime: ^2.4.6
|
||||||
|
node-fetch: ^2.6.1
|
||||||
|
process: ^0.11.10
|
||||||
|
upath: ^2.0.1
|
||||||
|
util: ^0.12.3
|
||||||
|
checksum: 484e6cac7a529f1f69990fa11468b087563148a71a2732024ce8e8c9a6a049d43ee46929a64b1b5cf98518cdae3c2ccf7beaa004803fe2e13f44f54b34425305
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@nuxt/vite-builder@^0.3.0, @nuxt/vite-builder@^0.3.1, @nuxt/vite-builder@workspace:packages/vite":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/kit": ^0.5.0
|
"@nuxt/kit": ^0.5.1
|
||||||
"@vitejs/plugin-vue": ^1.2.1
|
"@vitejs/plugin-vue": ^1.2.1
|
||||||
"@vue/compiler-sfc": ^3.0.11
|
"@vue/compiler-sfc": ^3.0.11
|
||||||
consola: ^2.15.3
|
consola: ^2.15.3
|
||||||
@ -1726,13 +1805,13 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@nuxt/webpack-builder@^0.3.1, @nuxt/webpack-builder@workspace:packages/webpack":
|
"@nuxt/webpack-builder@^0.3.1, @nuxt/webpack-builder@^0.3.2, @nuxt/webpack-builder@workspace:packages/webpack":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
|
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": ^7.13.16
|
"@babel/core": ^7.13.16
|
||||||
"@nuxt/friendly-errors-webpack-plugin": ^2.5.1
|
"@nuxt/friendly-errors-webpack-plugin": ^2.5.1
|
||||||
"@nuxt/kit": ^0.5.0
|
"@nuxt/kit": ^0.5.1
|
||||||
"@types/pify": ^5.0.0
|
"@types/pify": ^5.0.0
|
||||||
"@types/terser-webpack-plugin": ^5.0.3
|
"@types/terser-webpack-plugin": ^5.0.3
|
||||||
"@types/webpack-bundle-analyzer": ^4.4.0
|
"@types/webpack-bundle-analyzer": ^4.4.0
|
||||||
@ -7039,7 +7118,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"h3@npm:^0.2.10":
|
"h3@npm:^0.2.10, h3@npm:^0.2.9":
|
||||||
version: 0.2.10
|
version: 0.2.10
|
||||||
resolution: "h3@npm:0.2.10"
|
resolution: "h3@npm:0.2.10"
|
||||||
checksum: 7c39e58620277557174ad4787b006257c38acfd7702669e5a984818245fc4d1e3128f1d8f0b62d2628c522f6223d08ace1b30334f5c20a304fdb6e7e8ff30da7
|
checksum: 7c39e58620277557174ad4787b006257c38acfd7702669e5a984818245fc4d1e3128f1d8f0b62d2628c522f6223d08ace1b30334f5c20a304fdb6e7e8ff30da7
|
||||||
@ -10515,11 +10594,11 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"nuxt-cli@^0.3.0, nuxt-cli@workspace:packages/cli":
|
"nuxt-cli@^0.3.0, nuxt-cli@^0.3.1, nuxt-cli@workspace:packages/cli":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "nuxt-cli@workspace:packages/cli"
|
resolution: "nuxt-cli@workspace:packages/cli"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/kit": ^0.5.0
|
"@nuxt/kit": ^0.5.1
|
||||||
"@types/clear": ^0
|
"@types/clear": ^0
|
||||||
"@types/debounce-promise": ^3
|
"@types/debounce-promise": ^3
|
||||||
"@types/mri": ^1.1.0
|
"@types/mri": ^1.1.0
|
||||||
@ -10565,15 +10644,41 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"nuxt3@^0.5.1, nuxt3@workspace:packages/nuxt3":
|
"nuxt3@npm:^0.5.1":
|
||||||
version: 0.0.0-use.local
|
version: 0.5.1
|
||||||
resolution: "nuxt3@workspace:packages/nuxt3"
|
resolution: "nuxt3@npm:0.5.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/app": ^0.3.1
|
"@nuxt/app": ^0.3.1
|
||||||
"@nuxt/kit": ^0.5.0
|
"@nuxt/kit": ^0.5.0
|
||||||
"@nuxt/nitro": ^0.5.2
|
"@nuxt/nitro": ^0.5.2
|
||||||
"@nuxt/vite-builder": ^0.3.0
|
"@nuxt/vite-builder": ^0.3.0
|
||||||
"@nuxt/webpack-builder": ^0.3.1
|
"@nuxt/webpack-builder": ^0.3.1
|
||||||
|
chokidar: ^3.5.1
|
||||||
|
consola: ^2.15.3
|
||||||
|
defu: ^3.2.2
|
||||||
|
fs-extra: ^9.1.0
|
||||||
|
globby: ^11.0.3
|
||||||
|
hash-sum: ^2.0.0
|
||||||
|
hookable: ^4.4.1
|
||||||
|
ignore: ^5.1.8
|
||||||
|
lodash: ^4.17.21
|
||||||
|
nuxt-cli: ^0.3.0
|
||||||
|
scule: ^0.1.1
|
||||||
|
ufo: ^0.6.11
|
||||||
|
upath: ^2.0.1
|
||||||
|
checksum: 98abf1d3d87261d506e44957cb2d723c2c0984c40efd2acfedc6559d4e948a5a8e69343152aa1c85066c992846ef5d59930f4b3685e3637343a40d119938b6ec
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"nuxt3@workspace:packages/nuxt3":
|
||||||
|
version: 0.0.0-use.local
|
||||||
|
resolution: "nuxt3@workspace:packages/nuxt3"
|
||||||
|
dependencies:
|
||||||
|
"@nuxt/app": ^0.3.2
|
||||||
|
"@nuxt/kit": ^0.5.1
|
||||||
|
"@nuxt/nitro": ^0.6.0
|
||||||
|
"@nuxt/vite-builder": ^0.3.1
|
||||||
|
"@nuxt/webpack-builder": ^0.3.2
|
||||||
"@types/fs-extra": ^9.0.11
|
"@types/fs-extra": ^9.0.11
|
||||||
"@types/hash-sum": ^1.0.0
|
"@types/hash-sum": ^1.0.0
|
||||||
"@types/lodash": ^4.14.168
|
"@types/lodash": ^4.14.168
|
||||||
@ -10586,7 +10691,7 @@ __metadata:
|
|||||||
hookable: ^4.4.1
|
hookable: ^4.4.1
|
||||||
ignore: ^5.1.8
|
ignore: ^5.1.8
|
||||||
lodash: ^4.17.21
|
lodash: ^4.17.21
|
||||||
nuxt-cli: ^0.3.0
|
nuxt-cli: ^0.3.1
|
||||||
scule: ^0.2.0
|
scule: ^0.2.0
|
||||||
ufo: ^0.7.1
|
ufo: ^0.7.1
|
||||||
unbuild: ^0.2.2
|
unbuild: ^0.2.2
|
||||||
@ -13767,7 +13872,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"table@npm:^6.5.1":
|
"table@npm:^6.1.0, table@npm:^6.5.1":
|
||||||
version: 6.5.1
|
version: 6.5.1
|
||||||
resolution: "table@npm:6.5.1"
|
resolution: "table@npm:6.5.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -14310,7 +14415,7 @@ typescript@^4.2.4:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"ufo@npm:^0.6.10, ufo@npm:^0.6.6":
|
"ufo@npm:^0.6.10, ufo@npm:^0.6.11, ufo@npm:^0.6.6":
|
||||||
version: 0.6.11
|
version: 0.6.11
|
||||||
resolution: "ufo@npm:0.6.11"
|
resolution: "ufo@npm:0.6.11"
|
||||||
checksum: 3b0393dbec80e0f7072959903dc39f64368211645cafce291bf440d48e8a5c8c33c9a13ac8a6839be42d63ed0d797090d6376490aad40709d292069d2cb29c7c
|
checksum: 3b0393dbec80e0f7072959903dc39f64368211645cafce291bf440d48e8a5c8c33c9a13ac8a6839be42d63ed0d797090d6376490aad40709d292069d2cb29c7c
|
||||||
@ -14568,7 +14673,7 @@ typescript@^4.2.4:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"unstorage@npm:^0.1.5":
|
"unstorage@npm:^0.1.4, unstorage@npm:^0.1.5":
|
||||||
version: 0.1.5
|
version: 0.1.5
|
||||||
resolution: "unstorage@npm:0.1.5"
|
resolution: "unstorage@npm:0.1.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user