nuxt-nightly 4.2.0-29334440.d083e066 → 4.2.0-29334442.191bcb7e
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 -3
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -2348,8 +2348,7 @@ async function scanComponents(dirs, srcDir) {
|
|
|
2348
2348
|
preload: Boolean(dir.preload),
|
|
2349
2349
|
// specific to the file
|
|
2350
2350
|
filePath,
|
|
2351
|
-
|
|
2352
|
-
declarationPath: dir.declarationPath || filePath,
|
|
2351
|
+
declarationPath: filePath,
|
|
2353
2352
|
pascalName,
|
|
2354
2353
|
kebabName,
|
|
2355
2354
|
chunkName,
|
|
@@ -3832,7 +3831,7 @@ function addDeclarationTemplates(ctx, options) {
|
|
|
3832
3831
|
});
|
|
3833
3832
|
}
|
|
3834
3833
|
|
|
3835
|
-
const version = "4.2.0-
|
|
3834
|
+
const version = "4.2.0-29334442.191bcb7e";
|
|
3836
3835
|
|
|
3837
3836
|
const createImportProtectionPatterns = (nuxt, options) => {
|
|
3838
3837
|
const patterns = [];
|
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-29334442.191bcb7e",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
|
|
69
69
|
"@nuxt/devalue": "^2.0.2",
|
|
70
70
|
"@nuxt/devtools": "^2.6.5",
|
|
71
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.0-
|
|
72
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.0-
|
|
71
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.0-29334442.191bcb7e",
|
|
72
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.0-29334442.191bcb7e",
|
|
73
73
|
"@nuxt/telemetry": "^2.6.6",
|
|
74
|
-
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.0-
|
|
74
|
+
"@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.2.0-29334442.191bcb7e",
|
|
75
75
|
"@unhead/vue": "^2.0.14",
|
|
76
76
|
"@vue/shared": "^3.5.22",
|
|
77
77
|
"c12": "^3.3.0",
|