@nuxt/kit-nightly 4.0.0-29077676.ff354287 → 4.0.0-29077680.05abdf14
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 +2 -8
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -173,14 +173,8 @@ function _defineNuxtModule(definition) {
|
|
|
173
173
|
if (module.meta.compatibility) {
|
|
174
174
|
const issues = await checkNuxtCompatibility(module.meta.compatibility, nuxt);
|
|
175
175
|
if (issues.length) {
|
|
176
|
-
|
|
177
|
-
${issues.toString()}
|
|
178
|
-
if (nuxt.options.experimental.enforceModuleCompatibility) {
|
|
179
|
-
const error = new Error(errorMessage);
|
|
180
|
-
error.name = "ModuleCompatibilityError";
|
|
181
|
-
throw error;
|
|
182
|
-
}
|
|
183
|
-
logger.warn(errorMessage);
|
|
176
|
+
logger.warn(`Module \`${module.meta.name}\` is disabled due to incompatibility issues:
|
|
177
|
+
${issues.toString()}`);
|
|
184
178
|
return;
|
|
185
179
|
}
|
|
186
180
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/kit-nightly",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-29077680.05abdf14",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"untyped": "^2.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.0.0-
|
|
49
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.0.0-29077680.05abdf14",
|
|
50
50
|
"@rspack/core": "1.3.3",
|
|
51
51
|
"@types/semver": "7.7.0",
|
|
52
52
|
"nitro": "npm:nitro-nightly@3.0.0-20250404-081807.9f0c8e3c",
|