From 0d92f1a0428608cef4d1c1c5d88c688c7f4298e1 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 23 Apr 2021 22:57:57 +0200 Subject: [PATCH] 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 --- packages/app/CHANGELOG.md | 8 ++ packages/app/package.json | 2 +- packages/cli/CHANGELOG.md | 13 ++++ packages/cli/package.json | 4 +- packages/kit/CHANGELOG.md | 12 +++ packages/kit/package.json | 2 +- packages/nitro/CHANGELOG.md | 21 +++++ packages/nitro/package.json | 4 +- packages/nuxt3/CHANGELOG.md | 16 ++++ packages/nuxt3/package.json | 14 ++-- packages/vite/CHANGELOG.md | 8 ++ packages/vite/package.json | 4 +- packages/webpack/CHANGELOG.md | 13 ++++ packages/webpack/package.json | 4 +- yarn.lock | 141 +++++++++++++++++++++++++++++----- 15 files changed, 231 insertions(+), 35 deletions(-) diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 2e9c8f27c9..171bff471b 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nuxt/app diff --git a/packages/app/package.json b/packages/app/package.json index 3cfe83d417..1a84616b73 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/app", - "version": "0.3.1", + "version": "0.3.2", "repository": "nuxt/framework", "license": "MIT", "exports": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 31c7ffea08..6f186634b2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. 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) diff --git a/packages/cli/package.json b/packages/cli/package.json index 16af07317f..ae9210a6f2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-cli", - "version": "0.3.0", + "version": "0.3.1", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", @@ -20,7 +20,7 @@ "fsevents": "~2.3.2" }, "devDependencies": { - "@nuxt/kit": "^0.5.0", + "@nuxt/kit": "^0.5.1", "@types/clear": "^0", "@types/debounce-promise": "^3", "@types/mri": "^1.1.0", diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 4ac52f0238..ade36020be 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. 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) diff --git a/packages/kit/package.json b/packages/kit/package.json index 341ddb38bc..8cf1d5a9bf 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "0.5.0", + "version": "0.5.1", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index 0b7fe08132..0208b5c517 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. 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) diff --git a/packages/nitro/package.json b/packages/nitro/package.json index 6f4feef91c..b818a32a7b 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/nitro", - "version": "0.5.2", + "version": "0.6.0", "license": "MIT", "main": "dist/index.js", "types": "./types/index.d.ts", @@ -16,7 +16,7 @@ "@cloudflare/kv-asset-handler": "^0.1.1", "@netlify/functions": "^0.7.0", "@nuxt/devalue": "^1.2.5", - "@nuxt/kit": "^0.5.0", + "@nuxt/kit": "^0.5.1", "@rollup/plugin-alias": "^3.1.2", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-inject": "^4.0.2", diff --git a/packages/nuxt3/CHANGELOG.md b/packages/nuxt3/CHANGELOG.md index bf3bb68885..28851df94c 100644 --- a/packages/nuxt3/CHANGELOG.md +++ b/packages/nuxt3/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package nuxt3 diff --git a/packages/nuxt3/package.json b/packages/nuxt3/package.json index 2348324492..201a669151 100644 --- a/packages/nuxt3/package.json +++ b/packages/nuxt3/package.json @@ -1,6 +1,6 @@ { "name": "nuxt3", - "version": "0.5.1", + "version": "0.6.0", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", @@ -17,11 +17,11 @@ "nuxt-cli": "./bin/nuxt.js" }, "dependencies": { - "@nuxt/app": "^0.3.1", - "@nuxt/kit": "^0.5.0", - "@nuxt/nitro": "^0.5.2", - "@nuxt/vite-builder": "^0.3.0", - "@nuxt/webpack-builder": "^0.3.1", + "@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", "chokidar": "^3.5.1", "consola": "^2.15.3", "defu": "^4.0.1", @@ -31,7 +31,7 @@ "hookable": "^4.4.1", "ignore": "^5.1.8", "lodash": "^4.17.21", - "nuxt-cli": "^0.3.0", + "nuxt-cli": "^0.3.1", "scule": "^0.2.0", "ufo": "^0.7.1", "upath": "^2.0.1" diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index fad7167018..cdbd935be6 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. 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) diff --git a/packages/vite/package.json b/packages/vite/package.json index 86c876b8ac..cae7c14041 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vite-builder", - "version": "0.3.0", + "version": "0.3.1", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", @@ -14,7 +14,7 @@ "unbuild": "^0.2.2" }, "dependencies": { - "@nuxt/kit": "^0.5.0", + "@nuxt/kit": "^0.5.1", "@vitejs/plugin-vue": "^1.2.1", "@vue/compiler-sfc": "^3.0.11", "consola": "^2.15.3", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index a6f8f08364..7400a095af 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nuxt/webpack-builder diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 50f0e19b62..85f52b86b4 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack-builder", - "version": "0.3.1", + "version": "0.3.2", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js", @@ -13,7 +13,7 @@ "dependencies": { "@babel/core": "^7.13.16", "@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/compiler-sfc": "^3.0.11", "babel-loader": "^8.2.2", diff --git a/yarn.lock b/yarn.lock index 367e42106d..23f9d6065f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1585,7 +1585,7 @@ __metadata: languageName: node 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 resolution: "@nuxt/app@workspace:packages/app" dependencies: @@ -1622,7 +1622,7 @@ __metadata: languageName: node 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 resolution: "@nuxt/kit@workspace:packages/kit" dependencies: @@ -1643,14 +1643,14 @@ __metadata: languageName: unknown 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 resolution: "@nuxt/nitro@workspace:packages/nitro" dependencies: "@cloudflare/kv-asset-handler": ^0.1.1 "@netlify/functions": ^0.7.0 "@nuxt/devalue": ^1.2.5 - "@nuxt/kit": ^0.5.0 + "@nuxt/kit": ^0.5.1 "@rollup/plugin-alias": ^3.1.2 "@rollup/plugin-commonjs": ^18.0.0 "@rollup/plugin-inject": ^4.0.2 @@ -1711,11 +1711,90 @@ __metadata: languageName: unknown 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 resolution: "@nuxt/vite-builder@workspace:packages/vite" dependencies: - "@nuxt/kit": ^0.5.0 + "@nuxt/kit": ^0.5.1 "@vitejs/plugin-vue": ^1.2.1 "@vue/compiler-sfc": ^3.0.11 consola: ^2.15.3 @@ -1726,13 +1805,13 @@ __metadata: languageName: unknown 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 resolution: "@nuxt/webpack-builder@workspace:packages/webpack" dependencies: "@babel/core": ^7.13.16 "@nuxt/friendly-errors-webpack-plugin": ^2.5.1 - "@nuxt/kit": ^0.5.0 + "@nuxt/kit": ^0.5.1 "@types/pify": ^5.0.0 "@types/terser-webpack-plugin": ^5.0.3 "@types/webpack-bundle-analyzer": ^4.4.0 @@ -7039,7 +7118,7 @@ __metadata: languageName: node linkType: hard -"h3@npm:^0.2.10": +"h3@npm:^0.2.10, h3@npm:^0.2.9": version: 0.2.10 resolution: "h3@npm:0.2.10" checksum: 7c39e58620277557174ad4787b006257c38acfd7702669e5a984818245fc4d1e3128f1d8f0b62d2628c522f6223d08ace1b30334f5c20a304fdb6e7e8ff30da7 @@ -10515,11 +10594,11 @@ __metadata: languageName: node 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 resolution: "nuxt-cli@workspace:packages/cli" dependencies: - "@nuxt/kit": ^0.5.0 + "@nuxt/kit": ^0.5.1 "@types/clear": ^0 "@types/debounce-promise": ^3 "@types/mri": ^1.1.0 @@ -10565,15 +10644,41 @@ __metadata: languageName: unknown linkType: soft -"nuxt3@^0.5.1, nuxt3@workspace:packages/nuxt3": - version: 0.0.0-use.local - resolution: "nuxt3@workspace:packages/nuxt3" +"nuxt3@npm:^0.5.1": + version: 0.5.1 + resolution: "nuxt3@npm:0.5.1" dependencies: "@nuxt/app": ^0.3.1 "@nuxt/kit": ^0.5.0 "@nuxt/nitro": ^0.5.2 "@nuxt/vite-builder": ^0.3.0 "@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/hash-sum": ^1.0.0 "@types/lodash": ^4.14.168 @@ -10586,7 +10691,7 @@ __metadata: hookable: ^4.4.1 ignore: ^5.1.8 lodash: ^4.17.21 - nuxt-cli: ^0.3.0 + nuxt-cli: ^0.3.1 scule: ^0.2.0 ufo: ^0.7.1 unbuild: ^0.2.2 @@ -13767,7 +13872,7 @@ __metadata: languageName: node linkType: hard -"table@npm:^6.5.1": +"table@npm:^6.1.0, table@npm:^6.5.1": version: 6.5.1 resolution: "table@npm:6.5.1" dependencies: @@ -14310,7 +14415,7 @@ typescript@^4.2.4: languageName: node 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 resolution: "ufo@npm:0.6.11" checksum: 3b0393dbec80e0f7072959903dc39f64368211645cafce291bf440d48e8a5c8c33c9a13ac8a6839be42d63ed0d797090d6376490aad40709d292069d2cb29c7c @@ -14568,7 +14673,7 @@ typescript@^4.2.4: languageName: node linkType: hard -"unstorage@npm:^0.1.5": +"unstorage@npm:^0.1.4, unstorage@npm:^0.1.5": version: 0.1.5 resolution: "unstorage@npm:0.1.5" dependencies: