@dargmuesli/nuxt-cookie-control 10.0.0-beta.2 → 10.0.0-beta.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/README.md +2 -2
- package/dist/module.d.mts +2 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +3 -3
- package/dist/runtime/components/ClientOnlyPrerender.d.vue.ts +15 -0
- package/dist/runtime/components/ClientOnlyPrerender.vue.d.ts +5 -4
- package/dist/runtime/components/CookieControl.d.vue.ts +29 -0
- package/dist/runtime/components/CookieControl.vue +162 -129
- package/dist/runtime/components/CookieControl.vue.d.ts +10 -9
- package/dist/runtime/components/CookieIframe.d.vue.ts +13 -0
- package/dist/runtime/components/CookieIframe.vue.d.ts +5 -4
- package/dist/runtime/locale/ar.js +2 -0
- package/dist/runtime/locale/az.js +2 -0
- package/dist/runtime/locale/be.js +2 -0
- package/dist/runtime/locale/bg.js +2 -0
- package/dist/runtime/locale/ca.js +2 -0
- package/dist/runtime/locale/cs.js +2 -0
- package/dist/runtime/locale/da.js +2 -0
- package/dist/runtime/locale/de.js +2 -0
- package/dist/runtime/locale/en.js +2 -0
- package/dist/runtime/locale/es.js +2 -0
- package/dist/runtime/locale/fi.js +2 -0
- package/dist/runtime/locale/fr.js +2 -0
- package/dist/runtime/locale/hr.js +2 -0
- package/dist/runtime/locale/hu.js +2 -0
- package/dist/runtime/locale/id.js +2 -0
- package/dist/runtime/locale/it.js +2 -0
- package/dist/runtime/locale/ja.js +2 -0
- package/dist/runtime/locale/km.js +2 -0
- package/dist/runtime/locale/ko.js +2 -0
- package/dist/runtime/locale/lt.js +2 -0
- package/dist/runtime/locale/nl.js +2 -0
- package/dist/runtime/locale/no.js +2 -0
- package/dist/runtime/locale/oc.js +2 -0
- package/dist/runtime/locale/pl.js +2 -0
- package/dist/runtime/locale/pt.js +2 -0
- package/dist/runtime/locale/ro.js +2 -0
- package/dist/runtime/locale/rs.js +2 -0
- package/dist/runtime/locale/ru.js +2 -0
- package/dist/runtime/locale/sk.js +2 -0
- package/dist/runtime/locale/sl.js +2 -0
- package/dist/runtime/locale/sv.js +2 -0
- package/dist/runtime/locale/tr.js +5 -3
- package/dist/runtime/locale/uk.js +2 -0
- package/dist/runtime/locale/zh.js +2 -0
- package/dist/runtime/styles.css +1 -1
- package/dist/runtime/types.d.ts +2 -0
- package/package.json +16 -26
package/package.json
CHANGED
|
@@ -11,30 +11,23 @@
|
|
|
11
11
|
},
|
|
12
12
|
"description": "Nuxt Cookie Control Module",
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@commitlint/cli": "
|
|
15
|
-
"@commitlint/config-conventional": "
|
|
14
|
+
"@commitlint/cli": "20.4.3",
|
|
15
|
+
"@commitlint/config-conventional": "20.4.3",
|
|
16
16
|
"@dargmuesli/nuxt-cookie-control": "link:",
|
|
17
|
-
"@nuxt/eslint-config": "1.
|
|
17
|
+
"@nuxt/eslint-config": "1.15.2",
|
|
18
18
|
"@nuxt/module-builder": "1.0.2",
|
|
19
|
-
"@nuxt/schema": "4.
|
|
20
|
-
"
|
|
21
|
-
"@semantic-release/commit-analyzer": "13.0.1",
|
|
22
|
-
"@semantic-release/git": "10.0.1",
|
|
23
|
-
"@semantic-release/github": "11.0.4",
|
|
24
|
-
"@semantic-release/npm": "12.0.2",
|
|
25
|
-
"@semantic-release/release-notes-generator": "14.0.3",
|
|
26
|
-
"eslint": "9.33.0",
|
|
19
|
+
"@nuxt/schema": "4.3.1",
|
|
20
|
+
"eslint": "10.0.3",
|
|
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
|
-
"lint-staged": "16.
|
|
31
|
-
"nuxt": "4.
|
|
32
|
-
"prettier": "3.
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"vue": "3.5
|
|
36
|
-
"
|
|
37
|
-
"webpack": "5.101.3"
|
|
24
|
+
"lint-staged": "16.3.2",
|
|
25
|
+
"nuxt": "4.3.1",
|
|
26
|
+
"prettier": "3.8.1",
|
|
27
|
+
"vite": "7.3.1",
|
|
28
|
+
"vue": "3.5.29",
|
|
29
|
+
"vue-tsc": "3.2.5",
|
|
30
|
+
"webpack": "5.105.4"
|
|
38
31
|
},
|
|
39
32
|
"engines": {
|
|
40
33
|
"node": ">=16"
|
|
@@ -63,16 +56,13 @@
|
|
|
63
56
|
"Jonas Thelemann"
|
|
64
57
|
],
|
|
65
58
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
66
|
-
"packageManager": "pnpm@10.
|
|
59
|
+
"packageManager": "pnpm@10.31.0",
|
|
67
60
|
"pnpm": {
|
|
68
61
|
"ignoredBuiltDependencies": [
|
|
69
62
|
"@parcel/watcher",
|
|
70
63
|
"esbuild",
|
|
71
64
|
"unrs-resolver"
|
|
72
|
-
]
|
|
73
|
-
"overrides": {
|
|
74
|
-
"@types/eslint": "npm:eslint@9.33.0"
|
|
75
|
-
}
|
|
65
|
+
]
|
|
76
66
|
},
|
|
77
67
|
"publishConfig": {
|
|
78
68
|
"access": "public"
|
|
@@ -99,5 +89,5 @@
|
|
|
99
89
|
]
|
|
100
90
|
}
|
|
101
91
|
},
|
|
102
|
-
"version": "10.0.0-beta.
|
|
92
|
+
"version": "10.0.0-beta.4"
|
|
103
93
|
}
|