@dargmuesli/nuxt-cookie-control 9.1.4 → 9.1.5

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 CHANGED
@@ -157,10 +157,10 @@ cookieNameCookiesEnabledIds: 'ncc_e',
157
157
  cookieOptions: {
158
158
  path: '/',
159
159
  sameSite: 'strict',
160
- }
160
+ },
161
161
 
162
162
  // Switch to toggle the "accept necessary" button.
163
- isAcceptNecessaryButtonEnabled: true
163
+ isAcceptNecessaryButtonEnabled: true,
164
164
 
165
165
  // Switch to toggle the button that opens the configuration modal.
166
166
  isControlButtonEnabled: true,
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "9.1.4",
3
+ "version": "9.1.5",
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.4";
108
+ const version = "9.1.5";
109
109
 
110
110
  const resolver = createResolver(import.meta.url);
111
111
  const runtimeDir = resolver.resolve("./runtime");
@@ -4,8 +4,9 @@ type __VLS_Slots = {} & {
4
4
  } & {
5
5
  default?: (props: typeof __VLS_9) => any;
6
6
  };
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
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  type __VLS_WithSlots<T, S> = T & {
11
12
  new (): {
@@ -4,8 +4,9 @@ type __VLS_Slots = {} & {
4
4
  } & {
5
5
  default?: (props: typeof __VLS_9) => any;
6
6
  };
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
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  type __VLS_WithSlots<T, S> = T & {
11
12
  new (): {
@@ -14,12 +14,13 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  cookie?: (props: typeof __VLS_22) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
17
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
18
18
  accept: () => void;
19
19
  acceptPartial: () => void;
20
20
  decline: () => void;
21
21
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
+ declare const _default: typeof __VLS_export;
23
24
  export default _default;
24
25
  type __VLS_WithSlots<T, S> = T & {
25
26
  new (): {
@@ -14,12 +14,13 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  cookie?: (props: typeof __VLS_22) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
17
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
18
18
  accept: () => void;
19
19
  acceptPartial: () => void;
20
20
  decline: () => void;
21
21
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
+ declare const _default: typeof __VLS_export;
23
24
  export default _default;
24
25
  type __VLS_WithSlots<T, S> = T & {
25
26
  new (): {
@@ -2,8 +2,9 @@ declare var __VLS_6: {};
2
2
  type __VLS_Slots = {} & {
3
3
  iframe?: (props: typeof __VLS_6) => any;
4
4
  };
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
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -2,8 +2,9 @@ declare var __VLS_6: {};
2
2
  type __VLS_Slots = {} & {
3
3
  iframe?: (props: typeof __VLS_6) => any;
4
4
  };
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
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
package/package.json CHANGED
@@ -23,18 +23,18 @@
23
23
  "@semantic-release/github": "11.0.6",
24
24
  "@semantic-release/npm": "12.0.2",
25
25
  "@semantic-release/release-notes-generator": "14.1.0",
26
- "eslint": "9.35.0",
26
+ "eslint": "9.36.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.1.6",
30
+ "lint-staged": "16.2.3",
31
31
  "nuxt": "4.1.2",
32
32
  "prettier": "3.6.2",
33
- "semantic-release": "24.2.8",
34
- "vite": "7.1.5",
35
- "vue": "3.5.21",
36
- "vue-tsc": "3.0.7",
37
- "webpack": "5.101.3"
33
+ "semantic-release": "24.2.9",
34
+ "vite": "7.1.7",
35
+ "vue": "3.5.22",
36
+ "vue-tsc": "3.1.0",
37
+ "webpack": "5.102.0"
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.16.1",
66
+ "packageManager": "pnpm@10.17.1",
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.35.0"
74
+ "@types/eslint": "npm:eslint@9.36.0"
75
75
  }
76
76
  },
77
77
  "publishConfig": {
@@ -99,5 +99,5 @@
99
99
  ]
100
100
  }
101
101
  },
102
- "version": "9.1.4"
102
+ "version": "9.1.5"
103
103
  }