@dargmuesli/nuxt-cookie-control 9.1.1 → 9.1.3

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.1",
3
+ "version": "9.1.3",
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.1";
108
+ const version = "9.1.3";
109
109
 
110
110
  const resolver = createResolver(import.meta.url);
111
111
  const runtimeDir = resolver.resolve("./runtime");
@@ -4,7 +4,7 @@ type __VLS_Slots = {} & {
4
4
  } & {
5
5
  default?: (props: typeof __VLS_9) => any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
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>;
9
9
  export default _default;
10
10
  type __VLS_WithSlots<T, S> = T & {
@@ -2,7 +2,7 @@ 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<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
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>;
7
7
  export default _default;
8
8
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  export default {
2
- accept: "Kabul etmek",
2
+ accept: "Kabul et",
3
3
  acceptAll: "T\xFCm\xFCn\xFC kabul et",
4
4
  bannerDescription: "Bu web sitesini do\u011Fru bir \u015Fekilde g\xF6r\xFCnt\xFCleyebilmek ve teklifimizi geli\u015Ftirmek i\xE7in bu web sitesinin nas\u0131l kullan\u0131ld\u0131\u011F\u0131n\u0131 daha iyi anlayabilmek i\xE7in kendi ve \xFC\xE7\xFCnc\xFC taraf \xE7erezlerimizi kullan\u0131yoruz. \xC7erez kullanma izni ile ilgili karar, bu banner \xFCzerinde bir se\xE7im yap\u0131ld\u0131ktan sonra g\xF6r\xFCnen \xE7erez d\xFC\u011Fmesi arac\u0131l\u0131\u011F\u0131yla herhangi bir zamanda de\u011Fi\u015Ftirilebilir.",
5
5
  bannerTitle: "\xC7erezler",
@@ -7,9 +7,9 @@ export default {
7
7
  cookiesFunctional: "\u0130\u015Flevsel \xE7erezler",
8
8
  cookiesNecessary: "Gerekli \xE7erezler",
9
9
  cookiesOptional: "\u0130ste\u011Fe ba\u011Fl\u0131 \xE7erezler",
10
- decline: "Reddetmek",
10
+ decline: "Reddet",
11
11
  declineAll: "T\xFCm\xFCn\xFC reddet",
12
- here: "here",
12
+ here: "Burada",
13
13
  iframeBlocked: "Bunu g\xF6rmek i\xE7in l\xFCtfen i\u015Flevsel \xE7erezleri etkinle\u015Ftirin",
14
14
  manageCookies: "\xC7erezleri y\xF6net",
15
15
  save: "Kaydet",
package/package.json CHANGED
@@ -14,27 +14,27 @@
14
14
  "@commitlint/cli": "19.8.1",
15
15
  "@commitlint/config-conventional": "19.8.1",
16
16
  "@dargmuesli/nuxt-cookie-control": "link:",
17
- "@nuxt/eslint-config": "1.8.0",
17
+ "@nuxt/eslint-config": "1.9.0",
18
18
  "@nuxt/module-builder": "1.0.2",
19
- "@nuxt/schema": "4.0.3",
19
+ "@nuxt/schema": "4.1.0",
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
- "@semantic-release/github": "11.0.4",
23
+ "@semantic-release/github": "11.0.5",
24
24
  "@semantic-release/npm": "12.0.2",
25
25
  "@semantic-release/release-notes-generator": "14.0.3",
26
- "eslint": "9.33.0",
26
+ "eslint": "9.34.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.5",
31
- "nuxt": "4.0.3",
30
+ "lint-staged": "16.1.6",
31
+ "nuxt": "4.1.0",
32
32
  "prettier": "3.6.2",
33
33
  "semantic-release": "24.2.7",
34
- "vite": "7.1.2",
35
- "vue": "3.5.18",
36
- "vue-tsc": "3.0.5",
37
- "webpack": "5.101.1"
34
+ "vite": "7.1.4",
35
+ "vue": "3.5.21",
36
+ "vue-tsc": "3.0.6",
37
+ "webpack": "5.101.3"
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.14.0",
66
+ "packageManager": "pnpm@10.15.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.33.0"
74
+ "@types/eslint": "npm:eslint@9.34.0"
75
75
  }
76
76
  },
77
77
  "publishConfig": {
@@ -99,5 +99,5 @@
99
99
  ]
100
100
  }
101
101
  },
102
- "version": "9.1.1"
102
+ "version": "9.1.3"
103
103
  }