@dargmuesli/nuxt-cookie-control 9.1.1 → 9.1.2
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
package/dist/module.mjs
CHANGED
|
@@ -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<{},
|
|
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<{},
|
|
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
|
|
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: "
|
|
10
|
+
decline: "Reddet",
|
|
11
11
|
declineAll: "T\xFCm\xFCn\xFC reddet",
|
|
12
|
-
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,16 +14,16 @@
|
|
|
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.
|
|
17
|
+
"@nuxt/eslint-config": "1.9.0",
|
|
18
18
|
"@nuxt/module-builder": "1.0.2",
|
|
19
19
|
"@nuxt/schema": "4.0.3",
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"nuxt": "4.0.3",
|
|
32
32
|
"prettier": "3.6.2",
|
|
33
33
|
"semantic-release": "24.2.7",
|
|
34
|
-
"vite": "7.1.
|
|
35
|
-
"vue": "3.5.
|
|
36
|
-
"vue-tsc": "3.0.
|
|
37
|
-
"webpack": "5.101.
|
|
34
|
+
"vite": "7.1.3",
|
|
35
|
+
"vue": "3.5.20",
|
|
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.
|
|
66
|
+
"packageManager": "pnpm@10.15.0",
|
|
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.
|
|
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.
|
|
102
|
+
"version": "9.1.2"
|
|
103
103
|
}
|