@dargmuesli/nuxt-cookie-control 9.1.13 → 9.1.15
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 +1 -1
- package/package.json +12 -19
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -105,7 +105,7 @@ const DEFAULTS = {
|
|
|
105
105
|
};
|
|
106
106
|
|
|
107
107
|
const name = "@dargmuesli/nuxt-cookie-control";
|
|
108
|
-
const version = "9.1.
|
|
108
|
+
const version = "9.1.15";
|
|
109
109
|
|
|
110
110
|
const resolver = createResolver(import.meta.url);
|
|
111
111
|
const runtimeDir = resolver.resolve("./runtime");
|
package/package.json
CHANGED
|
@@ -11,30 +11,23 @@
|
|
|
11
11
|
},
|
|
12
12
|
"description": "Nuxt Cookie Control Module",
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@commitlint/cli": "20.
|
|
15
|
-
"@commitlint/config-conventional": "20.
|
|
14
|
+
"@commitlint/cli": "20.4.1",
|
|
15
|
+
"@commitlint/config-conventional": "20.4.1",
|
|
16
16
|
"@dargmuesli/nuxt-cookie-control": "link:",
|
|
17
|
-
"@nuxt/eslint-config": "1.
|
|
17
|
+
"@nuxt/eslint-config": "1.13.0",
|
|
18
18
|
"@nuxt/module-builder": "1.0.2",
|
|
19
|
-
"@nuxt/schema": "4.
|
|
20
|
-
"@semantic-release/changelog": "6.0.3",
|
|
21
|
-
"@semantic-release/commit-analyzer": "13.0.1",
|
|
22
|
-
"@semantic-release/git": "10.0.1",
|
|
23
|
-
"@semantic-release/github": "12.0.2",
|
|
24
|
-
"@semantic-release/npm": "13.1.3",
|
|
25
|
-
"@semantic-release/release-notes-generator": "14.1.0",
|
|
19
|
+
"@nuxt/schema": "4.3.0",
|
|
26
20
|
"eslint": "9.39.2",
|
|
27
21
|
"eslint-config-prettier": "10.1.8",
|
|
28
|
-
"eslint-plugin-prettier": "5.5.
|
|
22
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
29
23
|
"husky": "9.1.7",
|
|
30
24
|
"lint-staged": "16.2.7",
|
|
31
|
-
"nuxt": "4.
|
|
32
|
-
"prettier": "3.
|
|
33
|
-
"semantic-release": "25.0.2",
|
|
25
|
+
"nuxt": "4.3.0",
|
|
26
|
+
"prettier": "3.8.1",
|
|
34
27
|
"vite": "7.3.1",
|
|
35
|
-
"vue": "3.5.
|
|
36
|
-
"vue-tsc": "3.2.
|
|
37
|
-
"webpack": "5.
|
|
28
|
+
"vue": "3.5.27",
|
|
29
|
+
"vue-tsc": "3.2.4",
|
|
30
|
+
"webpack": "5.105.0"
|
|
38
31
|
},
|
|
39
32
|
"engines": {
|
|
40
33
|
"node": ">=16"
|
|
@@ -63,7 +56,7 @@
|
|
|
63
56
|
"Jonas Thelemann"
|
|
64
57
|
],
|
|
65
58
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
66
|
-
"packageManager": "pnpm@10.28.
|
|
59
|
+
"packageManager": "pnpm@10.28.2",
|
|
67
60
|
"pnpm": {
|
|
68
61
|
"ignoredBuiltDependencies": [
|
|
69
62
|
"@parcel/watcher",
|
|
@@ -99,5 +92,5 @@
|
|
|
99
92
|
]
|
|
100
93
|
}
|
|
101
94
|
},
|
|
102
|
-
"version": "9.1.
|
|
95
|
+
"version": "9.1.15"
|
|
103
96
|
}
|