@serwist/nuxt 9.2.1 → 9.2.3
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 +1 -1
- package/dist/module.mjs +3 -3
- package/package.json +16 -16
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { createReadStream } from 'node:fs';
|
|
|
6
6
|
import fsp from 'node:fs/promises';
|
|
7
7
|
import { DEFAULT_GLOB_PATTERNS } from '@serwist/build';
|
|
8
8
|
|
|
9
|
-
const version = "9.2.
|
|
9
|
+
const version = "9.2.3";
|
|
10
10
|
|
|
11
11
|
const configureSerwistOptions = (options, nuxt, nitroConfig) => {
|
|
12
12
|
let buildAssetsDir = nuxt.options.app.buildAssetsDir ?? "_nuxt/";
|
|
@@ -76,7 +76,7 @@ function createManifestTransform(base, publicDir, appManifestFolder) {
|
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
const module = defineNuxtModule().with({
|
|
79
|
+
const module$1 = defineNuxtModule().with({
|
|
80
80
|
meta: {
|
|
81
81
|
name: "@serwist/nuxt",
|
|
82
82
|
configKey: "serwist",
|
|
@@ -176,4 +176,4 @@ const module = defineNuxtModule().with({
|
|
|
176
176
|
}
|
|
177
177
|
});
|
|
178
178
|
|
|
179
|
-
export { module as default };
|
|
179
|
+
export { module$1 as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serwist/nuxt",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Nuxt module that integrates Serwist into your application.",
|
|
6
6
|
"files": [
|
|
@@ -50,24 +50,24 @@
|
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@nuxt/kit": "4.
|
|
54
|
-
"@serwist/build": "9.2.
|
|
55
|
-
"@serwist/vite": "9.2.
|
|
56
|
-
"@serwist/window": "9.2.
|
|
53
|
+
"@nuxt/kit": "4.2.1",
|
|
54
|
+
"@serwist/build": "9.2.3",
|
|
55
|
+
"@serwist/vite": "9.2.3",
|
|
56
|
+
"@serwist/window": "9.2.3"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@nuxt/module-builder": "1.0.2",
|
|
60
|
-
"@nuxt/schema": "4.
|
|
61
|
-
"@types/node": "24.
|
|
62
|
-
"eslint": "9.
|
|
63
|
-
"nuxt": "4.
|
|
64
|
-
"rimraf": "5.0.
|
|
65
|
-
"serve": "14.2.
|
|
66
|
-
"typescript": "5.9.
|
|
67
|
-
"vite": "7.
|
|
68
|
-
"vue-tsc": "3.
|
|
69
|
-
"@serwist/configs": "9.2.
|
|
70
|
-
"@serwist/utils": "9.2.
|
|
60
|
+
"@nuxt/schema": "4.2.1",
|
|
61
|
+
"@types/node": "24.10.1",
|
|
62
|
+
"eslint": "9.39.1",
|
|
63
|
+
"nuxt": "4.2.1",
|
|
64
|
+
"rimraf": "5.0.10",
|
|
65
|
+
"serve": "14.2.5",
|
|
66
|
+
"typescript": "5.9.3",
|
|
67
|
+
"vite": "7.2.4",
|
|
68
|
+
"vue-tsc": "3.1.4",
|
|
69
|
+
"@serwist/configs": "9.2.3",
|
|
70
|
+
"@serwist/utils": "9.2.3"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"typescript": ">=5.0.0",
|