nuxt-nightly 4.3.0-29461891.8f4fbecd → 4.3.0-29466366.fa21bb17
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 +4 -9
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -3924,7 +3924,7 @@ function addDeclarationTemplates(ctx, options) {
|
|
|
3924
3924
|
});
|
|
3925
3925
|
}
|
|
3926
3926
|
|
|
3927
|
-
const version = "4.3.0-
|
|
3927
|
+
const version = "4.3.0-29466366.fa21bb17";
|
|
3928
3928
|
const pkg = {
|
|
3929
3929
|
version: version};
|
|
3930
3930
|
|
|
@@ -5829,11 +5829,6 @@ export default defineNuxtPlugin({
|
|
|
5829
5829
|
});
|
|
5830
5830
|
addModuleTranspiles(nuxt);
|
|
5831
5831
|
await bundleServer(nuxt);
|
|
5832
|
-
const nitro = useNitro();
|
|
5833
|
-
if (nitro.options.static && nuxt.options.experimental.payloadExtraction === void 0) {
|
|
5834
|
-
logger.warn("Using experimental payload extraction for full-static output. You can opt-out by setting `experimental.payloadExtraction` to `false`.");
|
|
5835
|
-
nuxt.options.experimental.payloadExtraction = true;
|
|
5836
|
-
}
|
|
5837
5832
|
if (nuxt.options.experimental.payloadExtraction) {
|
|
5838
5833
|
addPlugin(resolve(nuxt.options.appDir, "plugins/payload.client"));
|
|
5839
5834
|
}
|
|
@@ -5905,9 +5900,9 @@ async function loadNuxt(opts) {
|
|
|
5905
5900
|
delete options.runtimeConfig.app[key];
|
|
5906
5901
|
}
|
|
5907
5902
|
}
|
|
5908
|
-
createPortalProperties(options.nitro.runtimeConfig, options, ["nitro.runtimeConfig", "runtimeConfig"]);
|
|
5909
|
-
createPortalProperties(options.nitro.routeRules, options, ["nitro.routeRules", "routeRules"]);
|
|
5910
5903
|
const nitroOptions = options.nitro;
|
|
5904
|
+
createPortalProperties(nitroOptions.runtimeConfig, options, ["nitro.runtimeConfig", "runtimeConfig"]);
|
|
5905
|
+
createPortalProperties(nitroOptions.routeRules, options, ["nitro.routeRules", "routeRules"]);
|
|
5911
5906
|
Object.defineProperties(options, {
|
|
5912
5907
|
nitro: {
|
|
5913
5908
|
configurable: false,
|
|
@@ -6517,7 +6512,7 @@ const nuxtConfigTemplate = {
|
|
|
6517
6512
|
`export const outdatedBuildInterval = ${ctx.nuxt.options.experimental.checkOutdatedBuildInterval}`,
|
|
6518
6513
|
`export const multiApp = ${!!ctx.nuxt.options.future.multiApp}`,
|
|
6519
6514
|
`export const chunkErrorEvent = ${ctx.nuxt.options.experimental.emitRouteChunkError ? ctx.nuxt.options.builder === "@nuxt/vite-builder" ? '"vite:preloadError"' : '"nuxt:preloadError"' : "false"}`,
|
|
6520
|
-
`export const crawlLinks = ${!!
|
|
6515
|
+
`export const crawlLinks = ${!!nitro.options.prerender.crawlLinks}`,
|
|
6521
6516
|
`export const spaLoadingTemplateOutside = ${ctx.nuxt.options.experimental.spaLoadingTemplateLocation === "body"}`,
|
|
6522
6517
|
`export const purgeCachedData = ${!!ctx.nuxt.options.experimental.purgeCachedData}`,
|
|
6523
6518
|
`export const granularCachedData = ${!!ctx.nuxt.options.experimental.granularCachedData}`,
|
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-29466366.fa21bb17",
|
|
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-29466366.fa21bb17",
|
|
55
|
+
"@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29466366.fa21bb17",
|
|
56
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29466366.fa21bb17",
|
|
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-29466366.fa21bb17",
|
|
59
59
|
"@unhead/vue": "^2.1.1",
|
|
60
60
|
"@vue/shared": "^3.5.26",
|
|
61
61
|
"c12": "^3.3.3",
|