@dargmuesli/nuxt-cookie-control 4.4.0 → 4.5.0
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 +1 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/locale/lt.d.ts +3 -0
- package/dist/runtime/locale/lt.mjs +17 -0
- package/package.json +9 -9
package/README.md
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { resolve } from 'node:path';
|
|
|
2
2
|
import { createResolver, defineNuxtModule, addPlugin, addImports, addTemplate, extendWebpackConfig, resolvePath } from '@nuxt/kit';
|
|
3
3
|
|
|
4
4
|
const name = "@dargmuesli/nuxt-cookie-control";
|
|
5
|
-
const version = "4.
|
|
5
|
+
const version = "4.5.0";
|
|
6
6
|
|
|
7
7
|
const en = {
|
|
8
8
|
accept: "Accept",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
accept: "Sutinku",
|
|
3
|
+
acceptAll: "Sutinku su visais",
|
|
4
|
+
bannerDescription: "Mes naudojame savo slapukus and tre\u010Di\u0173j\u0173 \u0161ali\u0173 slapukus tam, kad gal\u0117tume geriau suprasti kaip svetain\u0117 veikia ir yra naudojama bei tobulinti savo teikiamas paslaugas. J\u016Bs bet kuriuo metu galite pakeisti sutikim\u0105 d\u0117l slapuk\u0173 naudojimo paspaud\u0119 slapuk\u0173 mygtuk\u0105 kuris atsiras kai \u0161ioje reklamjuost\u0117je padarysite pasirinkim\u0105.",
|
|
5
|
+
bannerTitle: "Slapukai",
|
|
6
|
+
close: "U\u017Edaryti",
|
|
7
|
+
cookiesFunctional: "Funkciniai slapukai",
|
|
8
|
+
cookiesNecessary: "B\u016Btinieji slapukai",
|
|
9
|
+
cookiesOptional: "Pasirinktiniai slapukai",
|
|
10
|
+
decline: "At\u0161aukti",
|
|
11
|
+
declineAll: "At\u0161aukti visk\u0105",
|
|
12
|
+
here: "\u010Dia",
|
|
13
|
+
iframeBlocked: "Nor\u0117dami matyti, leiskite naudoti funkcinius slapukus",
|
|
14
|
+
manageCookies: "Su\u017Einoti daugiau ir pritaikyti",
|
|
15
|
+
save: "I\u0161saugoti",
|
|
16
|
+
settingsUnsaved: "J\u016Bs nei\u0161saugojote vis\u0173 nustatym\u0173"
|
|
17
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "Nuxt Cookies Control Module",
|
|
5
5
|
"author": "Dario Ferderber <dario.ferderber@broj42.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"lint": "pnpm prepack && eslint --ext .js,.ts,.vue . && nuxi typecheck playground"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@nuxt/kit": "3.
|
|
39
|
+
"@nuxt/kit": "3.2.2",
|
|
40
40
|
"@sindresorhus/slugify": "2.2.0",
|
|
41
41
|
"css-vars-ponyfill": "2.4.8",
|
|
42
42
|
"js-cookie": "3.0.1",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@nuxt/module-builder": "0.2.1",
|
|
47
47
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
48
|
-
"@types/js-cookie": "3.0.
|
|
49
|
-
"eslint": "8.
|
|
48
|
+
"@types/js-cookie": "3.0.3",
|
|
49
|
+
"eslint": "8.34.0",
|
|
50
50
|
"eslint-config-prettier": "8.6.0",
|
|
51
51
|
"eslint-plugin-prettier": "4.2.1",
|
|
52
52
|
"husky": "8.0.3",
|
|
53
|
-
"lint-staged": "13.1.
|
|
54
|
-
"nuxt": "3.
|
|
55
|
-
"prettier": "2.8.
|
|
53
|
+
"lint-staged": "13.1.2",
|
|
54
|
+
"nuxt": "3.2.2",
|
|
55
|
+
"prettier": "2.8.4",
|
|
56
56
|
"typescript": "4.9.5",
|
|
57
57
|
"vue": "3.2.47",
|
|
58
|
-
"vue-tsc": "1.
|
|
58
|
+
"vue-tsc": "1.1.7",
|
|
59
59
|
"webpack": "5.75.0"
|
|
60
60
|
},
|
|
61
61
|
"resolutions": {
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"scheduleVersion": "
|
|
67
|
+
"scheduleVersion": "4.4.1"
|
|
68
68
|
}
|