@dargmuesli/nuxt-cookie-control 9.1.5 → 9.1.6

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.1.5",
3
+ "version": "9.1.6",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
package/dist/module.mjs CHANGED
@@ -105,7 +105,7 @@ const DEFAULTS = {
105
105
  };
106
106
 
107
107
  const name = "@dargmuesli/nuxt-cookie-control";
108
- const version = "9.1.5";
108
+ const version = "9.1.6";
109
109
 
110
110
  const resolver = createResolver(import.meta.url);
111
111
  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.8.1",
15
- "@commitlint/config-conventional": "19.8.1",
14
+ "@commitlint/cli": "20.1.0",
15
+ "@commitlint/config-conventional": "20.0.0",
16
16
  "@dargmuesli/nuxt-cookie-control": "link:",
17
17
  "@nuxt/eslint-config": "1.9.0",
18
18
  "@nuxt/module-builder": "1.0.2",
19
- "@nuxt/schema": "4.1.2",
19
+ "@nuxt/schema": "4.1.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
23
  "@semantic-release/github": "11.0.6",
24
- "@semantic-release/npm": "12.0.2",
24
+ "@semantic-release/npm": "13.0.0",
25
25
  "@semantic-release/release-notes-generator": "14.1.0",
26
- "eslint": "9.36.0",
26
+ "eslint": "9.37.0",
27
27
  "eslint-config-prettier": "10.1.8",
28
28
  "eslint-plugin-prettier": "5.5.4",
29
29
  "husky": "9.1.7",
30
- "lint-staged": "16.2.3",
31
- "nuxt": "4.1.2",
30
+ "lint-staged": "16.2.4",
31
+ "nuxt": "4.1.3",
32
32
  "prettier": "3.6.2",
33
33
  "semantic-release": "24.2.9",
34
- "vite": "7.1.7",
34
+ "vite": "7.1.10",
35
35
  "vue": "3.5.22",
36
- "vue-tsc": "3.1.0",
37
- "webpack": "5.102.0"
36
+ "vue-tsc": "3.1.1",
37
+ "webpack": "5.102.1"
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.17.1",
66
+ "packageManager": "pnpm@10.18.3",
67
67
  "pnpm": {
68
68
  "ignoredBuiltDependencies": [
69
69
  "@parcel/watcher",
@@ -71,7 +71,7 @@
71
71
  "unrs-resolver"
72
72
  ],
73
73
  "overrides": {
74
- "@types/eslint": "npm:eslint@9.36.0"
74
+ "@types/eslint": "npm:eslint@9.37.0"
75
75
  }
76
76
  },
77
77
  "publishConfig": {
@@ -99,5 +99,5 @@
99
99
  ]
100
100
  }
101
101
  },
102
- "version": "9.1.5"
102
+ "version": "9.1.6"
103
103
  }