@dargmuesli/nuxt-cookie-control 9.0.2 → 9.0.4
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 +18 -17
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -11,30 +11,30 @@
|
|
|
11
11
|
},
|
|
12
12
|
"description": "Nuxt Cookie Control Module",
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@commitlint/cli": "19.8.
|
|
15
|
-
"@commitlint/config-conventional": "19.8.
|
|
14
|
+
"@commitlint/cli": "19.8.1",
|
|
15
|
+
"@commitlint/config-conventional": "19.8.1",
|
|
16
16
|
"@dargmuesli/nuxt-cookie-control": "link:",
|
|
17
|
-
"@nuxt/eslint-config": "1.3.
|
|
17
|
+
"@nuxt/eslint-config": "1.3.1",
|
|
18
18
|
"@nuxt/module-builder": "1.0.1",
|
|
19
|
-
"@nuxt/schema": "3.
|
|
19
|
+
"@nuxt/schema": "3.17.3",
|
|
20
20
|
"@semantic-release/changelog": "6.0.3",
|
|
21
21
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
22
22
|
"@semantic-release/git": "10.0.1",
|
|
23
|
-
"@semantic-release/github": "11.0.
|
|
23
|
+
"@semantic-release/github": "11.0.2",
|
|
24
24
|
"@semantic-release/npm": "12.0.1",
|
|
25
25
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
26
|
-
"eslint": "9.
|
|
27
|
-
"eslint-config-prettier": "10.1.
|
|
28
|
-
"eslint-plugin-prettier": "5.
|
|
26
|
+
"eslint": "9.26.0",
|
|
27
|
+
"eslint-config-prettier": "10.1.5",
|
|
28
|
+
"eslint-plugin-prettier": "5.4.0",
|
|
29
29
|
"husky": "9.1.7",
|
|
30
|
-
"lint-staged": "
|
|
31
|
-
"nuxt": "3.
|
|
30
|
+
"lint-staged": "16.0.0",
|
|
31
|
+
"nuxt": "3.17.3",
|
|
32
32
|
"prettier": "3.5.3",
|
|
33
33
|
"semantic-release": "24.2.3",
|
|
34
|
-
"vite": "6.3.
|
|
35
|
-
"vue": "3.5.
|
|
34
|
+
"vite": "6.3.5",
|
|
35
|
+
"vue": "3.5.14",
|
|
36
36
|
"vue-tsc": "2.2.10",
|
|
37
|
-
"webpack": "5.99.
|
|
37
|
+
"webpack": "5.99.8"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=16"
|
|
@@ -63,11 +63,12 @@
|
|
|
63
63
|
"Jonas Thelemann"
|
|
64
64
|
],
|
|
65
65
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
66
|
-
"packageManager": "pnpm@10.
|
|
66
|
+
"packageManager": "pnpm@10.11.0",
|
|
67
67
|
"pnpm": {
|
|
68
68
|
"ignoredBuiltDependencies": [
|
|
69
69
|
"@parcel/watcher",
|
|
70
|
-
"esbuild"
|
|
70
|
+
"esbuild",
|
|
71
|
+
"unrs-resolver"
|
|
71
72
|
],
|
|
72
73
|
"overrides": {
|
|
73
74
|
"typescript": "5.6.3"
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
},
|
|
79
80
|
"repository": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
80
81
|
"resolutions": {
|
|
81
|
-
"@nuxt/kit": "3.
|
|
82
|
+
"@nuxt/kit": "3.17.3"
|
|
82
83
|
},
|
|
83
84
|
"scripts": {
|
|
84
85
|
"build": "nuxt-module-build build",
|
|
@@ -98,5 +99,5 @@
|
|
|
98
99
|
]
|
|
99
100
|
}
|
|
100
101
|
},
|
|
101
|
-
"version": "9.0.
|
|
102
|
+
"version": "9.0.4"
|
|
102
103
|
}
|