@dargmuesli/nuxt-cookie-control 9.0.2 → 9.0.3

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": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
package/dist/module.mjs CHANGED
@@ -104,7 +104,7 @@ const DEFAULTS = {
104
104
  };
105
105
 
106
106
  const name = "@dargmuesli/nuxt-cookie-control";
107
- const version = "9.0.2";
107
+ const version = "9.0.3";
108
108
 
109
109
  const resolver = createResolver(import.meta.url);
110
110
  const runtimeDir = resolver.resolve("./runtime");
package/package.json CHANGED
@@ -16,25 +16,25 @@
16
16
  "@dargmuesli/nuxt-cookie-control": "link:",
17
17
  "@nuxt/eslint-config": "1.3.0",
18
18
  "@nuxt/module-builder": "1.0.1",
19
- "@nuxt/schema": "3.16.2",
19
+ "@nuxt/schema": "3.17.2",
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.1",
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.25.1",
26
+ "eslint": "9.26.0",
27
27
  "eslint-config-prettier": "10.1.2",
28
- "eslint-plugin-prettier": "5.2.6",
28
+ "eslint-plugin-prettier": "5.4.0",
29
29
  "husky": "9.1.7",
30
- "lint-staged": "15.5.1",
31
- "nuxt": "3.16.2",
30
+ "lint-staged": "15.5.2",
31
+ "nuxt": "3.17.2",
32
32
  "prettier": "3.5.3",
33
33
  "semantic-release": "24.2.3",
34
- "vite": "6.3.2",
34
+ "vite": "6.3.5",
35
35
  "vue": "3.5.13",
36
36
  "vue-tsc": "2.2.10",
37
- "webpack": "5.99.6"
37
+ "webpack": "5.99.8"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16"
@@ -63,7 +63,7 @@
63
63
  "Jonas Thelemann"
64
64
  ],
65
65
  "name": "@dargmuesli/nuxt-cookie-control",
66
- "packageManager": "pnpm@10.9.0",
66
+ "packageManager": "pnpm@10.10.0",
67
67
  "pnpm": {
68
68
  "ignoredBuiltDependencies": [
69
69
  "@parcel/watcher",
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "repository": "https://github.com/dargmuesli/nuxt-cookie-control",
80
80
  "resolutions": {
81
- "@nuxt/kit": "3.16.2"
81
+ "@nuxt/kit": "3.17.2"
82
82
  },
83
83
  "scripts": {
84
84
  "build": "nuxt-module-build build",
@@ -98,5 +98,5 @@
98
98
  ]
99
99
  }
100
100
  },
101
- "version": "9.0.2"
101
+ "version": "9.0.3"
102
102
  }