@vite-pwa/nuxt 0.4.0 → 0.5.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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -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 = "0.
|
|
9
|
+
const version = "0.5.0";
|
|
10
10
|
|
|
11
11
|
function configurePWAOptions(nuxt3_8, options, nuxt, nitroConfig) {
|
|
12
12
|
if (!options.outDir) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, () => null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vite-pwa/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@8.
|
|
4
|
+
"version": "0.5.0",
|
|
5
|
+
"packageManager": "pnpm@8.15.1",
|
|
6
6
|
"description": "Zero-config PWA for Nuxt 3",
|
|
7
7
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"*.d.ts"
|
|
38
38
|
],
|
|
39
39
|
"scripts": {
|
|
40
|
-
"prepack": "nuxt-module-build prepare && nuxt-module-build build
|
|
40
|
+
"prepack": "nuxt-module-build prepare && nuxt-module-build build",
|
|
41
41
|
"dev": "nuxi dev playground",
|
|
42
42
|
"dev:generate": "nuxi generate playground",
|
|
43
43
|
"dev:generate:netlify": "NITRO_PRESET=netlify nuxi generate playground",
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
"@nuxt/kit": "^3.9.0",
|
|
61
61
|
"pathe": "^1.1.1",
|
|
62
62
|
"ufo": "^1.3.2",
|
|
63
|
-
"vite-plugin-pwa": ">=0.
|
|
63
|
+
"vite-plugin-pwa": ">=0.18.1 <1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@antfu/eslint-config": "^0.43.1",
|
|
67
67
|
"@antfu/ni": "^0.21.10",
|
|
68
|
-
"@nuxt/module-builder": "^0.5.
|
|
69
|
-
"@nuxt/schema": "^3.
|
|
70
|
-
"@nuxt/test-utils": "^3.
|
|
68
|
+
"@nuxt/module-builder": "^0.5.5",
|
|
69
|
+
"@nuxt/schema": "^3.10.1",
|
|
70
|
+
"@nuxt/test-utils": "^3.11.0",
|
|
71
71
|
"@playwright/test": "^1.40.1",
|
|
72
72
|
"@types/node": "^18",
|
|
73
73
|
"bumpp": "^9.2.0",
|
|
74
74
|
"eslint": "^8.54.0",
|
|
75
75
|
"node-fetch-native": "^1.4.1",
|
|
76
|
-
"nuxt": "^3.
|
|
76
|
+
"nuxt": "^3.10.1",
|
|
77
77
|
"publint": "^0.2.5",
|
|
78
78
|
"rimraf": "^5.0.5",
|
|
79
79
|
"serve": "^14.2.1",
|
|
@@ -81,6 +81,9 @@
|
|
|
81
81
|
"vitest": "^1.1.0",
|
|
82
82
|
"vue-tsc": "^1.8.27"
|
|
83
83
|
},
|
|
84
|
+
"resolutions": {
|
|
85
|
+
"@nuxt/kit": "^3.10.1"
|
|
86
|
+
},
|
|
84
87
|
"build": {
|
|
85
88
|
"externals": [
|
|
86
89
|
"node:child_process",
|