nuxt-nightly 4.3.0-29466587.b5613d25 → 4.3.0-29466680.0598aa0b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +21 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -3924,7 +3924,26 @@ function addDeclarationTemplates(ctx, options) {
|
|
|
3924
3924
|
});
|
|
3925
3925
|
}
|
|
3926
3926
|
|
|
3927
|
-
const
|
|
3927
|
+
const runtimeDependencies = [
|
|
3928
|
+
// other deps
|
|
3929
|
+
"devalue",
|
|
3930
|
+
"klona",
|
|
3931
|
+
// unjs ecosystem
|
|
3932
|
+
"defu",
|
|
3933
|
+
"ufo",
|
|
3934
|
+
"h3",
|
|
3935
|
+
"destr",
|
|
3936
|
+
"consola",
|
|
3937
|
+
"hookable",
|
|
3938
|
+
"unctx",
|
|
3939
|
+
"cookie-es",
|
|
3940
|
+
"perfect-debounce",
|
|
3941
|
+
"ohash",
|
|
3942
|
+
"pathe",
|
|
3943
|
+
"uncrypto"
|
|
3944
|
+
];
|
|
3945
|
+
|
|
3946
|
+
const version = "4.3.0-29466680.0598aa0b";
|
|
3928
3947
|
const pkg = {
|
|
3929
3948
|
version: version};
|
|
3930
3949
|
|
|
@@ -5446,6 +5465,7 @@ Using \`${fallbackCompatibilityDate}\` as fallback. More info at: ${colors.under
|
|
|
5446
5465
|
}
|
|
5447
5466
|
const packageJSON = await readPackageJSON(nuxt.options.rootDir).catch(() => ({}));
|
|
5448
5467
|
nuxt._dependencies = /* @__PURE__ */ new Set([...Object.keys(packageJSON.dependencies || {}), ...Object.keys(packageJSON.devDependencies || {})]);
|
|
5468
|
+
nuxt["~runtimeDependencies"] = [...runtimeDependencies];
|
|
5449
5469
|
let paths;
|
|
5450
5470
|
nuxt.hook("nitro:config", async (nitroConfig) => {
|
|
5451
5471
|
paths ||= await resolveTypescriptPaths(nuxt);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-nightly",
|
|
3
|
-
"version": "4.3.0-
|
|
3
|
+
"version": "4.3.0-29466680.0598aa0b",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@dxup/nuxt": "^0.3.2",
|
|
52
52
|
"@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
|
|
53
53
|
"@nuxt/devtools": "^3.1.1",
|
|
54
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-
|
|
55
|
-
"@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-
|
|
56
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-
|
|
54
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29466680.0598aa0b",
|
|
55
|
+
"@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29466680.0598aa0b",
|
|
56
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29466680.0598aa0b",
|
|
57
57
|
"@nuxt/telemetry": "^2.6.6",
|
|
58
|
-
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-
|
|
58
|
+
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-29466680.0598aa0b",
|
|
59
59
|
"@unhead/vue": "^2.1.1",
|
|
60
60
|
"@vue/shared": "^3.5.26",
|
|
61
61
|
"c12": "^3.3.3",
|