@dargmuesli/nuxt-cookie-control 9.0.6 → 9.0.7

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.6",
3
+ "version": "9.0.7",
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.6";
107
+ const version = "9.0.7";
108
108
 
109
109
  const resolver = createResolver(import.meta.url);
110
110
  const runtimeDir = resolver.resolve("./runtime");
@@ -1,8 +1,8 @@
1
- declare var __VLS_1: {}, __VLS_8: {};
1
+ declare var __VLS_1: {}, __VLS_9: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  } & {
5
- default?: (props: typeof __VLS_8) => any;
5
+ default?: (props: typeof __VLS_9) => any;
6
6
  };
7
7
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -2,17 +2,17 @@ import { type Locale } from '#cookie-control/types';
2
2
  type __VLS_Props = {
3
3
  locale?: Locale;
4
4
  };
5
- declare var __VLS_9: {}, __VLS_11: {}, __VLS_17: {}, __VLS_19: {
5
+ declare var __VLS_11: {}, __VLS_13: {}, __VLS_20: {}, __VLS_22: {
6
6
  cookie: any;
7
7
  };
8
8
  type __VLS_Slots = {} & {
9
- bar?: (props: typeof __VLS_9) => any;
9
+ bar?: (props: typeof __VLS_11) => any;
10
10
  } & {
11
- controlButton?: (props: typeof __VLS_11) => any;
11
+ controlButton?: (props: typeof __VLS_13) => any;
12
12
  } & {
13
- modal?: (props: typeof __VLS_17) => any;
13
+ modal?: (props: typeof __VLS_20) => any;
14
14
  } & {
15
- cookie?: (props: typeof __VLS_19) => any;
15
+ cookie?: (props: typeof __VLS_22) => any;
16
16
  };
17
17
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
18
18
  accept: () => void;
@@ -1,6 +1,6 @@
1
- declare var __VLS_5: {};
1
+ declare var __VLS_6: {};
2
2
  type __VLS_Slots = {} & {
3
- iframe?: (props: typeof __VLS_5) => any;
3
+ iframe?: (props: typeof __VLS_6) => any;
4
4
  };
5
5
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
package/package.json CHANGED
@@ -21,19 +21,19 @@
21
21
  "@semantic-release/commit-analyzer": "13.0.1",
22
22
  "@semantic-release/git": "10.0.1",
23
23
  "@semantic-release/github": "11.0.3",
24
- "@semantic-release/npm": "12.0.1",
24
+ "@semantic-release/npm": "12.0.2",
25
25
  "@semantic-release/release-notes-generator": "14.0.3",
26
- "eslint": "9.29.0",
26
+ "eslint": "9.30.0",
27
27
  "eslint-config-prettier": "10.1.5",
28
- "eslint-plugin-prettier": "5.5.0",
28
+ "eslint-plugin-prettier": "5.5.1",
29
29
  "husky": "9.1.7",
30
30
  "lint-staged": "16.1.2",
31
31
  "nuxt": "3.17.5",
32
- "prettier": "3.5.3",
33
- "semantic-release": "24.2.5",
34
- "vite": "6.3.5",
35
- "vue": "3.5.16",
36
- "vue-tsc": "2.2.10",
32
+ "prettier": "3.6.2",
33
+ "semantic-release": "24.2.6",
34
+ "vite": "7.0.0",
35
+ "vue": "3.5.17",
36
+ "vue-tsc": "3.0.0",
37
37
  "webpack": "5.99.9"
38
38
  },
39
39
  "engines": {
@@ -63,7 +63,7 @@
63
63
  "Jonas Thelemann"
64
64
  ],
65
65
  "name": "@dargmuesli/nuxt-cookie-control",
66
- "packageManager": "pnpm@10.12.1",
66
+ "packageManager": "pnpm@10.12.4",
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.29.0"
74
+ "@types/eslint": "npm:eslint@9.30.0"
75
75
  }
76
76
  },
77
77
  "publishConfig": {
@@ -99,5 +99,5 @@
99
99
  ]
100
100
  }
101
101
  },
102
- "version": "9.0.6"
102
+ "version": "9.0.7"
103
103
  }