vuetify-nuxt-module 0.18.6 → 0.18.7
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/module.json +2 -3
- package/dist/module.mjs +2 -3
- package/package.json +3 -3
package/dist/module.json
CHANGED
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
"name": "vuetify-nuxt-module",
|
|
3
3
|
"configKey": "vuetify",
|
|
4
4
|
"compatibility": {
|
|
5
|
-
"nuxt": ">=3.9.0"
|
|
6
|
-
"bridge": false
|
|
5
|
+
"nuxt": ">=3.9.0"
|
|
7
6
|
},
|
|
8
|
-
"version": "0.18.
|
|
7
|
+
"version": "0.18.7",
|
|
9
8
|
"builder": {
|
|
10
9
|
"@nuxt/module-builder": "0.8.3",
|
|
11
10
|
"unbuild": "2.0.0"
|
package/dist/module.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import { transformAssetUrls } from 'vite-plugin-vuetify';
|
|
|
16
16
|
import { parseQuery, parseURL } from 'ufo';
|
|
17
17
|
import destr from 'destr';
|
|
18
18
|
|
|
19
|
-
const version = "0.18.
|
|
19
|
+
const version = "0.18.7";
|
|
20
20
|
|
|
21
21
|
const VIRTUAL_VUETIFY_CONFIGURATION = "virtual:vuetify-configuration";
|
|
22
22
|
const RESOLVED_VIRTUAL_VUETIFY_CONFIGURATION = `\0${VIRTUAL_VUETIFY_CONFIGURATION}`;
|
|
@@ -1441,8 +1441,7 @@ const module = defineNuxtModule({
|
|
|
1441
1441
|
name: "vuetify-nuxt-module",
|
|
1442
1442
|
configKey: "vuetify",
|
|
1443
1443
|
compatibility: {
|
|
1444
|
-
nuxt: ">=3.9.0"
|
|
1445
|
-
bridge: false
|
|
1444
|
+
nuxt: ">=3.9.0"
|
|
1446
1445
|
},
|
|
1447
1446
|
version
|
|
1448
1447
|
},
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuetify-nuxt-module",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.18.
|
|
5
|
-
"packageManager": "pnpm@
|
|
4
|
+
"version": "0.18.7",
|
|
5
|
+
"packageManager": "pnpm@10.11.1",
|
|
6
6
|
"description": "Zero-Config Nuxt Module for Vuetify",
|
|
7
7
|
"author": "userquin <userquin@gmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -143,4 +143,4 @@
|
|
|
143
143
|
"installDependencies": false,
|
|
144
144
|
"startCommand": "node .stackblitz.js && pnpm install && nr prepack && nr dev:prepare && nr dev"
|
|
145
145
|
}
|
|
146
|
-
}
|
|
146
|
+
}
|