@dargmuesli/nuxt-cookie-control 8.4.18 → 8.4.20

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "8.4.18",
3
+ "version": "8.4.20",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
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.18";
125
+ const version = "8.4.20";
126
126
 
127
127
  const resolver = createResolver(import.meta.url);
128
128
  const runtimeDir = resolver.resolve("./runtime");
package/package.json CHANGED
@@ -11,30 +11,30 @@
11
11
  },
12
12
  "description": "Nuxt Cookie Control Module",
13
13
  "devDependencies": {
14
- "@commitlint/cli": "19.6.0",
14
+ "@commitlint/cli": "19.6.1",
15
15
  "@commitlint/config-conventional": "19.6.0",
16
16
  "@dargmuesli/nuxt-cookie-control": "link:",
17
- "@nuxt/eslint-config": "0.7.2",
17
+ "@nuxt/eslint-config": "0.7.4",
18
18
  "@nuxt/module-builder": "0.8.4",
19
- "@nuxt/schema": "3.14.1592",
19
+ "@nuxt/schema": "3.15.0",
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
- "@semantic-release/release-notes-generator": "14.0.1",
26
- "eslint": "9.16.0",
25
+ "@semantic-release/release-notes-generator": "14.0.2",
26
+ "eslint": "9.17.0",
27
27
  "eslint-config-prettier": "9.1.0",
28
28
  "eslint-plugin-prettier": "5.2.1",
29
29
  "husky": "9.1.7",
30
- "lint-staged": "15.2.10",
31
- "nuxt": "3.14.1592",
32
- "prettier": "3.4.1",
30
+ "lint-staged": "15.3.0",
31
+ "nuxt": "3.15.0",
32
+ "prettier": "3.4.2",
33
33
  "semantic-release": "24.2.0",
34
- "vite": "6.0.2",
34
+ "vite": "6.0.6",
35
35
  "vue": "3.5.13",
36
- "vue-tsc": "2.1.10",
37
- "webpack": "5.97.0"
36
+ "vue-tsc": "2.2.0",
37
+ "webpack": "5.97.1"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16"
@@ -69,7 +69,7 @@
69
69
  "Jonas Thelemann"
70
70
  ],
71
71
  "name": "@dargmuesli/nuxt-cookie-control",
72
- "packageManager": "pnpm@9.14.4",
72
+ "packageManager": "pnpm@9.15.2",
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "repository": "https://github.com/dargmuesli/nuxt-cookie-control",
82
82
  "resolutions": {
83
- "@nuxt/kit": "3.14.1592"
83
+ "@nuxt/kit": "3.15.0"
84
84
  },
85
85
  "scripts": {
86
86
  "build": "nuxt-module-build build",
@@ -94,5 +94,5 @@
94
94
  },
95
95
  "type": "module",
96
96
  "types": "./dist/types.d.ts",
97
- "version": "8.4.18"
97
+ "version": "8.4.20"
98
98
  }