@nuxt/kit-nightly 4.1.1-29285142.e858eea6 → 4.1.1-29287324.fb83cd5b
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 +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -167,7 +167,7 @@ function _defineNuxtModule(definition) {
|
|
|
167
167
|
}
|
|
168
168
|
async function normalizedModule(inlineOptions, nuxt = tryUseNuxt()) {
|
|
169
169
|
if (!nuxt) {
|
|
170
|
-
throw new TypeError(
|
|
170
|
+
throw new TypeError("Cannot use module outside of Nuxt context");
|
|
171
171
|
}
|
|
172
172
|
const uniqueKey = module.meta.name || module.meta.configKey;
|
|
173
173
|
if (uniqueKey) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/kit-nightly",
|
|
3
|
-
"version": "4.1.1-
|
|
3
|
+
"version": "4.1.1-29287324.fb83cd5b",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"untyped": "^2.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.1-
|
|
50
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.1-29287324.fb83cd5b",
|
|
51
51
|
"@rspack/core": "1.5.2",
|
|
52
52
|
"@types/semver": "7.7.0",
|
|
53
53
|
"hookable": "5.5.3",
|