@dargmuesli/nuxt-cookie-control 9.1.27 → 9.1.28

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.d.mts CHANGED
@@ -3,10 +3,4 @@ import { ModuleOptions } from '../dist/runtime/types.js';
3
3
 
4
4
  declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
5
5
 
6
- declare module 'nuxt/schema' {
7
- interface PublicRuntimeConfig {
8
- cookieControl: ModuleOptions;
9
- }
10
- }
11
-
12
6
  export { _default as default };
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "9.1.27",
3
+ "version": "9.1.28",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
package/dist/module.mjs CHANGED
@@ -46,7 +46,7 @@ const replaceCodePlugin = (config) => {
46
46
  };
47
47
 
48
48
  const name = "@dargmuesli/nuxt-cookie-control";
49
- const version = "9.1.27";
49
+ const version = "9.1.28";
50
50
 
51
51
  const resolver = createResolver(import.meta.url);
52
52
  const runtimeDir = resolver.resolve("./runtime");
@@ -79,3 +79,8 @@ declare module 'vue' {
79
79
  $cookies: State;
80
80
  }
81
81
  }
82
+ declare module '@nuxt/schema' {
83
+ interface PublicRuntimeConfig {
84
+ cookieControl: ModuleOptions;
85
+ }
86
+ }
package/package.json CHANGED
@@ -19,15 +19,15 @@
19
19
  "@nuxt/schema": "4.4.6",
20
20
  "eslint": "10.4.0",
21
21
  "eslint-config-prettier": "10.1.8",
22
- "eslint-plugin-prettier": "5.5.5",
22
+ "eslint-plugin-prettier": "5.5.6",
23
23
  "husky": "9.1.7",
24
24
  "lint-staged": "17.0.5",
25
25
  "nuxt": "4.4.6",
26
26
  "prettier": "3.8.3",
27
27
  "vite": "8.0.14",
28
- "vue": "3.5.34",
29
- "vue-tsc": "3.3.1",
30
- "webpack": "5.107.1"
28
+ "vue": "3.5.35",
29
+ "vue-tsc": "3.3.2",
30
+ "webpack": "5.107.2"
31
31
  },
32
32
  "devEngines": {
33
33
  "packageManager": {
@@ -74,7 +74,7 @@
74
74
  ]
75
75
  }
76
76
  },
77
- "version": "9.1.27",
77
+ "version": "9.1.28",
78
78
  "scripts": {
79
79
  "build": "nuxt-module-build build",
80
80
  "dev": "pnpm --dir playground run dev",