@dargmuesli/nuxt-cookie-control 8.1.0 → 8.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/README.md CHANGED
@@ -23,9 +23,7 @@
23
23
  ### Installation
24
24
 
25
25
  ```bash
26
- npm i -D @dargmuesli/nuxt-cookie-control
27
- yarn add -D @dargmuesli/nuxt-cookie-control
28
- pnpm i -D @dargmuesli/nuxt-cookie-control
26
+ npx nuxi@latest module add cookie-control
29
27
  ```
30
28
 
31
29
 
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.0.0"
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import { pathToFileURL } from 'node:url';
3
3
  import { createResolver, defineNuxtModule, addPlugin, addImports, addTemplate, extendWebpackConfig, extendViteConfig, resolvePath } from '@nuxt/kit';
4
4
 
5
5
  const name = "@dargmuesli/nuxt-cookie-control";
6
- const version = "8.1.0";
6
+ const version = "8.1.2";
7
7
 
8
8
  const en = {
9
9
  accept: "Accept",
@@ -1,16 +1,16 @@
1
1
  export default {
2
2
  accept: "Terima",
3
3
  acceptAll: "Terima semua",
4
- bannerDescription: "Kami menggunakan cookie kami sendiri dan cookie pihak ketiga agar kami dapat menampilkan situs web ini dengan benar dan lebih memahami bagaimana situs web ini digunakan, dengan tujuan untuk meningkatkan layanan yang kami tawarkan. Keputusan mengenai izin penggunaan cookie dapat diubah kapan saja menggunakan tombol cookie yang akan muncul setelah seleksi dibuat pada banner ini.",
5
- bannerTitle: "Cookie",
4
+ bannerDescription: "Kami menggunakan kuki kami sendiri dan kuki pihak ketiga agar kami dapat menampilkan situs web ini dengan benar dan lebih memahami bagaimana situs web ini digunakan, dengan tujuan untuk meningkatkan layanan yang kami tawarkan. Keputusan mengenai izin penggunaan kuki dapat diubah kapan saja menggunakan tombol kuki yang akan muncul setelah seleksi dibuat pada banner ini.",
5
+ bannerTitle: "Kuki",
6
6
  close: "Tutup",
7
- cookiesFunctional: "Cookie fungsional",
8
- cookiesNecessary: "Cookie yang diperlukan",
9
- cookiesOptional: "Cookie opsional",
7
+ cookiesFunctional: "Kuki fungsional",
8
+ cookiesNecessary: "Kuki yang diperlukan",
9
+ cookiesOptional: "Kuki opsional",
10
10
  decline: "Tolak",
11
11
  declineAll: "Tolak semua",
12
12
  here: "di sini",
13
- iframeBlocked: "Untuk melihat ini, harap aktifkan cookie fungsional",
13
+ iframeBlocked: "Untuk melihat ini, harap aktifkan kuki fungsional",
14
14
  manageCookies: "Pelajari lebih lanjut dan sesuaikan",
15
15
  save: "Simpan",
16
16
  settingsUnsaved: "Anda memiliki pengaturan yang belum disimpan"
package/package.json CHANGED
@@ -14,18 +14,18 @@
14
14
  "@commitlint/config-conventional": "19.1.0",
15
15
  "@dargmuesli/nuxt-cookie-control": "link:",
16
16
  "@nuxt/module-builder": "0.5.5",
17
- "@nuxt/schema": "3.11.1",
17
+ "@nuxt/schema": "3.11.2",
18
18
  "@nuxtjs/eslint-config-typescript": "12.1.0",
19
19
  "eslint": "8.57.0",
20
20
  "eslint-config-prettier": "9.1.0",
21
21
  "eslint-plugin-prettier": "5.1.3",
22
22
  "husky": "9.0.11",
23
23
  "lint-staged": "15.2.2",
24
- "nuxt": "3.11.1",
24
+ "nuxt": "3.11.2",
25
25
  "prettier": "3.2.5",
26
- "typescript": "5.4.3",
26
+ "typescript": "5.4.5",
27
27
  "vue": "3.4.21",
28
- "vue-tsc": "2.0.7",
28
+ "vue-tsc": "2.0.12",
29
29
  "webpack": "5.91.0"
30
30
  },
31
31
  "engines": {
@@ -61,13 +61,13 @@
61
61
  "Jonas Thelemann"
62
62
  ],
63
63
  "name": "@dargmuesli/nuxt-cookie-control",
64
- "packageManager": "pnpm@8.15.5",
64
+ "packageManager": "pnpm@8.15.6",
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
68
  "repository": "https://github.com/dargmuesli/nuxt-cookie-control",
69
69
  "resolutions": {
70
- "@nuxt/kit": "3.11.1"
70
+ "@nuxt/kit": "3.11.2"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "nuxt-module-build build",
@@ -79,5 +79,5 @@
79
79
  },
80
80
  "type": "module",
81
81
  "types": "./dist/module.d.ts",
82
- "version": "8.1.0"
82
+ "version": "8.1.2"
83
83
  }