@dargmuesli/nuxt-cookie-control 4.0.1 → 4.0.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.0.0"
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.0.1";
5
+ const version = "4.0.2";
6
6
 
7
7
  const en = {
8
8
  accept: "Accept",
@@ -11,7 +11,7 @@ export default {
11
11
  declineAll: "Alle ablehnen",
12
12
  here: "hier",
13
13
  iframeBlocked: "Um den Inhalt zu sehen, aktivieren Sie bitte funktionale Cookies",
14
- manageCookies: "Mehr erfahren und individuell anpassen",
14
+ manageCookies: "Mehr erfahren und anpassen",
15
15
  save: "Speichern",
16
16
  settingsUnsaved: "Es gibt nicht gespeicherte Einstellungen"
17
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Nuxt Cookies Control Module",
5
5
  "author": "Dario Ferderber <dario.ferderber@broj42.com>",
6
6
  "maintainers": [