@vizejs/nuxt 0.59.0 → 0.60.0
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 +5 -5
package/dist/index.mjs
CHANGED
|
@@ -286,7 +286,7 @@ function isVizeVirtualVueModuleId(id) {
|
|
|
286
286
|
return id.startsWith("\0") && /\.vue\.ts(?:\?|$)/.test(id);
|
|
287
287
|
}
|
|
288
288
|
function normalizeVizeVirtualVueModuleId(id) {
|
|
289
|
-
return (id.startsWith("\0vize-ssr:") ? id.slice(10) : id.slice(1)).replace(/\.ts
|
|
289
|
+
return (id.startsWith("\0vize-ssr:") ? id.slice(10) : id.slice(1)).replace(/\.ts(?=\?|$)/, "");
|
|
290
290
|
}
|
|
291
291
|
//#endregion
|
|
292
292
|
//#region src/index.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/nuxt",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.60.0",
|
|
4
4
|
"description": "Nuxt module for Vize - compiler, musea gallery, linter, and type checker",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compiler",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@nuxt/kit": "4.4.2",
|
|
40
|
-
"@vizejs/musea-nuxt": "0.
|
|
41
|
-
"@vizejs/vite-plugin": "0.
|
|
42
|
-
"@vizejs/vite-plugin-musea": "0.
|
|
43
|
-
"vize": "0.
|
|
40
|
+
"@vizejs/musea-nuxt": "0.60.0",
|
|
41
|
+
"@vizejs/vite-plugin": "0.60.0",
|
|
42
|
+
"@vizejs/vite-plugin-musea": "0.60.0",
|
|
43
|
+
"vize": "0.60.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"typescript": "6.0.3",
|