vuetify-nuxt-module 0.19.0 → 0.19.1

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.15.0"
6
6
  },
7
- "version": "0.19.0",
7
+ "version": "0.19.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
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.19.0";
19
+ const version = "0.19.1";
20
20
 
21
21
  const VIRTUAL_VUETIFY_CONFIGURATION = "virtual:vuetify-configuration";
22
22
  const RESOLVED_VIRTUAL_VUETIFY_CONFIGURATION = `\0${VIRTUAL_VUETIFY_CONFIGURATION}`;
@@ -1354,7 +1354,6 @@ export default defineNuxtPlugin({
1354
1354
  await nuxtApp.hooks.callHook('vuetify:configuration', { isDev, vuetifyOptions })
1355
1355
  await nuxtApp.hooks.callHook('vuetify:before-create', { isDev, vuetifyOptions })
1356
1356
  const vuetify = createVuetify(vuetifyOptions)
1357
- console.log('vuetify', vuetify)
1358
1357
  nuxtApp.vueApp.use(vuetify)${rulesPlugin}
1359
1358
  nuxtApp.provide('vuetify', vuetify)
1360
1359
  await nuxtApp.hooks.callHook('vuetify:ready', vuetify)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuetify-nuxt-module",
3
3
  "type": "module",
4
- "version": "0.19.0",
4
+ "version": "0.19.1",
5
5
  "description": "Zero-Config Nuxt Module for Vuetify",
6
6
  "author": "userquin <userquin@gmail.com>",
7
7
  "license": "MIT",