@dargmuesli/nuxt-cookie-control 8.4.8 → 8.4.9

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
@@ -56,7 +56,7 @@ interface ModuleOptions {
56
56
  localeTexts: PartialRecord<Locale, Partial<LocaleStrings>>;
57
57
  }
58
58
 
59
- declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
59
+ declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
60
60
 
61
61
  declare module '@nuxt/schema' {
62
62
  interface PublicRuntimeConfig {
package/dist/module.d.ts CHANGED
@@ -56,7 +56,7 @@ interface ModuleOptions {
56
56
  localeTexts: PartialRecord<Locale, Partial<LocaleStrings>>;
57
57
  }
58
58
 
59
- declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
59
+ declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
60
60
 
61
61
  declare module '@nuxt/schema' {
62
62
  interface PublicRuntimeConfig {
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "8.4.8",
3
+ "version": "8.4.9",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
package/dist/module.mjs CHANGED
@@ -122,7 +122,7 @@ const DEFAULTS = {
122
122
  };
123
123
 
124
124
  const name = "@dargmuesli/nuxt-cookie-control";
125
- const version = "8.4.8";
125
+ const version = "8.4.9";
126
126
 
127
127
  const resolver = createResolver(import.meta.url);
128
128
  const runtimeDir = resolver.resolve("./runtime");
@@ -32,6 +32,7 @@
32
32
  aria-label="Cookie control"
33
33
  class="cookieControl__ControlButton"
34
34
  data-testid="nuxt-cookie-control-control-button"
35
+ type="button"
35
36
  @click="isModalActive = true"
36
37
  >
37
38
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
package/package.json CHANGED
@@ -14,27 +14,27 @@
14
14
  "@commitlint/cli": "19.4.0",
15
15
  "@commitlint/config-conventional": "19.2.2",
16
16
  "@dargmuesli/nuxt-cookie-control": "link:",
17
- "@nuxt/eslint-config": "0.5.0",
17
+ "@nuxt/eslint-config": "0.5.2",
18
18
  "@nuxt/module-builder": "0.8.3",
19
- "@nuxt/schema": "3.12.4",
19
+ "@nuxt/schema": "3.13.0",
20
20
  "@semantic-release/changelog": "6.0.3",
21
21
  "@semantic-release/commit-analyzer": "13.0.0",
22
22
  "@semantic-release/git": "10.0.1",
23
- "@semantic-release/github": "10.1.4",
23
+ "@semantic-release/github": "10.1.7",
24
24
  "@semantic-release/npm": "12.0.1",
25
25
  "@semantic-release/release-notes-generator": "14.0.1",
26
26
  "eslint": "9.9.0",
27
27
  "eslint-config-prettier": "9.1.0",
28
28
  "eslint-plugin-prettier": "5.2.1",
29
- "husky": "9.1.4",
29
+ "husky": "9.1.5",
30
30
  "lint-staged": "15.2.9",
31
- "nuxt": "3.12.4",
31
+ "nuxt": "3.13.0",
32
32
  "prettier": "3.3.3",
33
- "semantic-release": "24.0.0",
34
- "vite": "5.4.0",
35
- "vue": "3.4.37",
33
+ "semantic-release": "24.1.0",
34
+ "vite": "5.4.2",
35
+ "vue": "3.4.38",
36
36
  "vue-tsc": "2.0.29",
37
- "webpack": "5.93.0"
37
+ "webpack": "5.94.0"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16"
@@ -69,13 +69,13 @@
69
69
  "Jonas Thelemann"
70
70
  ],
71
71
  "name": "@dargmuesli/nuxt-cookie-control",
72
- "packageManager": "pnpm@9.7.1",
72
+ "packageManager": "pnpm@9.8.0",
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
76
  "repository": "https://github.com/dargmuesli/nuxt-cookie-control",
77
77
  "resolutions": {
78
- "@nuxt/kit": "3.12.4"
78
+ "@nuxt/kit": "3.13.0"
79
79
  },
80
80
  "scripts": {
81
81
  "build": "nuxt-module-build build",
@@ -89,5 +89,5 @@
89
89
  },
90
90
  "type": "module",
91
91
  "types": "./dist/types.d.ts",
92
- "version": "8.4.8"
92
+ "version": "8.4.9"
93
93
  }