nuxt-nightly 4.2.0-29333792.e060b969 → 4.2.0-29333825.6cbfa2c8
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 -1
- package/package.json +5 -4
package/dist/index.mjs
CHANGED
|
@@ -3830,7 +3830,7 @@ function addDeclarationTemplates(ctx, options) {
|
|
|
3830
3830
|
});
|
|
3831
3831
|
}
|
|
3832
3832
|
|
|
3833
|
-
const version = "4.2.0-
|
|
3833
|
+
const version = "4.2.0-29333825.6cbfa2c8";
|
|
3834
3834
|
|
|
3835
3835
|
const createImportProtectionPatterns = (nuxt, options) => {
|
|
3836
3836
|
const patterns = [];
|
|
@@ -6045,6 +6045,9 @@ async function loadNuxt(opts) {
|
|
|
6045
6045
|
if (options.telemetry !== false && !process.env.NUXT_TELEMETRY_DISABLED) {
|
|
6046
6046
|
options._modules.push("@nuxt/telemetry");
|
|
6047
6047
|
}
|
|
6048
|
+
if (options.experimental.typescriptPlugin) {
|
|
6049
|
+
options._modules.push("@dxup/nuxt");
|
|
6050
|
+
}
|
|
6048
6051
|
const allowedKeys = /* @__PURE__ */ new Set(["baseURL", "buildAssetsDir", "cdnURL", "buildId"]);
|
|
6049
6052
|
for (const key in options.runtimeConfig.app) {
|
|
6050
6053
|
if (!allowedKeys.has(key)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-nightly",
|
|
3
|
-
"version": "4.2.0-
|
|
3
|
+
"version": "4.2.0-29333825.6cbfa2c8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -64,13 +64,14 @@
|
|
|
64
64
|
"schema.*"
|
|
65
65
|
],
|
|
66
66
|
"dependencies": {
|
|
67
|
+
"@dxup/nuxt": "^0.0.5",
|
|
67
68
|
"@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
|
|
68
69
|
"@nuxt/devalue": "^2.0.2",
|
|
69
70
|
"@nuxt/devtools": "^2.6.5",
|
|
70
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.0-
|
|
71
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.0-
|
|
71
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.0-29333825.6cbfa2c8",
|
|
72
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.0-29333825.6cbfa2c8",
|
|
72
73
|
"@nuxt/telemetry": "^2.6.6",
|
|
73
|
-
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.0-
|
|
74
|
+
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.0-29333825.6cbfa2c8",
|
|
74
75
|
"@unhead/vue": "^2.0.14",
|
|
75
76
|
"@vue/shared": "^3.5.22",
|
|
76
77
|
"c12": "^3.3.0",
|