@vite-pwa/nuxt 0.3.1 → 0.3.2

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.d.mts CHANGED
@@ -39,10 +39,10 @@ interface ModuleOptions extends PwaModuleOptions {
39
39
  }
40
40
  declare module '@nuxt/schema' {
41
41
  interface NuxtConfig {
42
- ['vuetify']?: Partial<ModuleOptions>;
42
+ ['pwa']?: Partial<ModuleOptions>;
43
43
  }
44
44
  interface NuxtOptions {
45
- ['vuetify']?: ModuleOptions;
45
+ ['pwa']?: ModuleOptions;
46
46
  }
47
47
  }
48
48
 
package/dist/module.d.ts CHANGED
@@ -39,10 +39,10 @@ interface ModuleOptions extends PwaModuleOptions {
39
39
  }
40
40
  declare module '@nuxt/schema' {
41
41
  interface NuxtConfig {
42
- ['vuetify']?: Partial<ModuleOptions>;
42
+ ['pwa']?: Partial<ModuleOptions>;
43
43
  }
44
44
  interface NuxtOptions {
45
- ['vuetify']?: ModuleOptions;
45
+ ['pwa']?: ModuleOptions;
46
46
  }
47
47
  }
48
48
 
package/dist/module.json CHANGED
@@ -5,5 +5,5 @@
5
5
  "nuxt": "^3.6.5",
6
6
  "bridge": false
7
7
  },
8
- "version": "0.3.1"
8
+ "version": "0.3.2"
9
9
  }
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { defineNuxtModule, createResolver, getNuxtVersion, addPlugin, addCompone
4
4
  import { VitePWA } from 'vite-plugin-pwa';
5
5
  import { resolve } from 'pathe';
6
6
 
7
- const version = "0.3.1";
7
+ const version = "0.3.2";
8
8
 
9
9
  function configurePWAOptions(nuxt3_8, options, nuxt, nitroConfig) {
10
10
  if (!options.outDir) {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vite-pwa/nuxt",
3
3
  "type": "module",
4
- "version": "0.3.1",
5
- "packageManager": "pnpm@8.10.5",
4
+ "version": "0.3.2",
5
+ "packageManager": "pnpm@8.11.0",
6
6
  "description": "Zero-config PWA for Nuxt 3",
7
7
  "author": "antfu <anthonyfu117@hotmail.com>",
8
8
  "license": "MIT",