@vite-pwa/nuxt 1.0.7 → 1.1.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.
@@ -4,7 +4,7 @@ import process from 'node:process';
4
4
  import { instructions } from '@vite-pwa/assets-generator/api/instructions';
5
5
  import { loadConfig } from '@vite-pwa/assets-generator/config';
6
6
  import { relative, basename, resolve } from 'pathe';
7
- import { p as pwaIcons, g as generatePwaImageType } from '../shared/nuxt.1f661fa7.mjs';
7
+ import { p as pwaIcons, g as generatePwaImageType } from '../shared/nuxt.9518178d.mjs';
8
8
  import '@nuxt/kit';
9
9
  import 'node:path';
10
10
  import 'vite-plugin-pwa';
package/dist/module.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "pwa",
2
+ "name": "@vite-pwa/nuxt",
3
3
  "configKey": "pwa",
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.6.5"
6
6
  },
7
- "version": "1.0.7",
7
+ "version": "1.1.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.3",
10
10
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import '@nuxt/kit';
2
- export { m as default } from './shared/nuxt.1f661fa7.mjs';
2
+ export { m as default } from './shared/nuxt.9518178d.mjs';
3
3
  import 'node:fs/promises';
4
4
  import 'node:path';
5
5
  import 'vite-plugin-pwa';
@@ -6,7 +6,7 @@ import { createHash } from 'node:crypto';
6
6
  import { createReadStream } from 'node:fs';
7
7
  import { resolve } from 'pathe';
8
8
 
9
- const version = "1.0.7";
9
+ const version = "1.1.1";
10
10
 
11
11
  function configurePWAOptions(ctx, nitroConfig) {
12
12
  const { nuxt3_8, options, nuxt } = ctx;
@@ -706,7 +706,7 @@ export const periodicSyncForUpdates = ${typeof client.periodicSyncForUpdates ===
706
706
 
707
707
  const module = defineNuxtModule({
708
708
  meta: {
709
- name: "pwa",
709
+ name: "@vite-pwa/nuxt",
710
710
  configKey: "pwa",
711
711
  compatibility: {
712
712
  nuxt: ">=3.6.5"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vite-pwa/nuxt",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.1.1",
5
5
  "description": "Zero-config PWA for Nuxt 3",
6
6
  "author": "antfu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -48,7 +48,7 @@
48
48
  "@nuxt/kit": "^3.9.0",
49
49
  "pathe": "^1.1.1",
50
50
  "ufo": "^1.3.2",
51
- "vite-plugin-pwa": "^1.1.0"
51
+ "vite-plugin-pwa": "^1.2.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@antfu/eslint-config": "^4.11.0",