@dargmuesli/nuxt-cookie-control 8.4.17 → 8.4.18
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 +15 -10
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -122,7 +122,7 @@ const DEFAULTS = {
|
|
|
122
122
|
};
|
|
123
123
|
|
|
124
124
|
const name = "@dargmuesli/nuxt-cookie-control";
|
|
125
|
-
const version = "8.4.
|
|
125
|
+
const version = "8.4.18";
|
|
126
126
|
|
|
127
127
|
const resolver = createResolver(import.meta.url);
|
|
128
128
|
const runtimeDir = resolver.resolve("./runtime");
|
package/package.json
CHANGED
|
@@ -14,27 +14,27 @@
|
|
|
14
14
|
"@commitlint/cli": "19.6.0",
|
|
15
15
|
"@commitlint/config-conventional": "19.6.0",
|
|
16
16
|
"@dargmuesli/nuxt-cookie-control": "link:",
|
|
17
|
-
"@nuxt/eslint-config": "0.7.
|
|
17
|
+
"@nuxt/eslint-config": "0.7.2",
|
|
18
18
|
"@nuxt/module-builder": "0.8.4",
|
|
19
|
-
"@nuxt/schema": "3.14.
|
|
19
|
+
"@nuxt/schema": "3.14.1592",
|
|
20
20
|
"@semantic-release/changelog": "6.0.3",
|
|
21
21
|
"@semantic-release/commit-analyzer": "13.0.0",
|
|
22
22
|
"@semantic-release/git": "10.0.1",
|
|
23
23
|
"@semantic-release/github": "11.0.1",
|
|
24
24
|
"@semantic-release/npm": "12.0.1",
|
|
25
25
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
26
|
-
"eslint": "9.
|
|
26
|
+
"eslint": "9.16.0",
|
|
27
27
|
"eslint-config-prettier": "9.1.0",
|
|
28
28
|
"eslint-plugin-prettier": "5.2.1",
|
|
29
29
|
"husky": "9.1.7",
|
|
30
30
|
"lint-staged": "15.2.10",
|
|
31
|
-
"nuxt": "3.14.
|
|
32
|
-
"prettier": "3.
|
|
31
|
+
"nuxt": "3.14.1592",
|
|
32
|
+
"prettier": "3.4.1",
|
|
33
33
|
"semantic-release": "24.2.0",
|
|
34
|
-
"vite": "
|
|
34
|
+
"vite": "6.0.2",
|
|
35
35
|
"vue": "3.5.13",
|
|
36
36
|
"vue-tsc": "2.1.10",
|
|
37
|
-
"webpack": "5.
|
|
37
|
+
"webpack": "5.97.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=16"
|
|
@@ -69,13 +69,18 @@
|
|
|
69
69
|
"Jonas Thelemann"
|
|
70
70
|
],
|
|
71
71
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
72
|
-
"packageManager": "pnpm@9.
|
|
72
|
+
"packageManager": "pnpm@9.14.4",
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
+
"pnpm": {
|
|
77
|
+
"overrides": {
|
|
78
|
+
"typescript": "5.6.3"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
76
81
|
"repository": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
77
82
|
"resolutions": {
|
|
78
|
-
"@nuxt/kit": "3.14.
|
|
83
|
+
"@nuxt/kit": "3.14.1592"
|
|
79
84
|
},
|
|
80
85
|
"scripts": {
|
|
81
86
|
"build": "nuxt-module-build build",
|
|
@@ -89,5 +94,5 @@
|
|
|
89
94
|
},
|
|
90
95
|
"type": "module",
|
|
91
96
|
"types": "./dist/types.d.ts",
|
|
92
|
-
"version": "8.4.
|
|
97
|
+
"version": "8.4.18"
|
|
93
98
|
}
|