@dargmuesli/nuxt-cookie-control 6.3.0 → 6.3.1
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
|
@@ -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 = "6.3.
|
|
6
|
+
const version = "6.3.1";
|
|
7
7
|
|
|
8
8
|
const en = {
|
|
9
9
|
accept: "Accept",
|
|
@@ -341,14 +341,6 @@ onBeforeMount(() => {
|
|
|
341
341
|
setCssVariables(variables)
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
if (cookieIsConsentGiven.value === allCookieIdsString) {
|
|
345
|
-
for (const cookieOptional of moduleOptions.cookies.optional) {
|
|
346
|
-
if (moduleOptions.isIframeBlocked) {
|
|
347
|
-
localCookiesEnabled.value.push(cookieOptional)
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
|
|
352
344
|
if (moduleOptions.isModalForced && !isConsentGiven.value) {
|
|
353
345
|
isModalActive.value = true
|
|
354
346
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1",
|
|
4
4
|
"description": "Nuxt Cookie Control Module",
|
|
5
5
|
"author": "Dario Ferderber <dario.ferderber@broj42.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"@dargmuesli/nuxt-cookie-control": "link:.",
|
|
56
56
|
"@nuxt/module-builder": "0.4.0",
|
|
57
57
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
58
|
-
"eslint": "8.
|
|
58
|
+
"eslint": "8.47.0",
|
|
59
59
|
"eslint-config-prettier": "9.0.0",
|
|
60
60
|
"eslint-plugin-prettier": "5.0.0",
|
|
61
61
|
"husky": "8.0.3",
|
|
62
|
-
"lint-staged": "
|
|
62
|
+
"lint-staged": "14.0.0",
|
|
63
63
|
"nuxt": "3.6.5",
|
|
64
64
|
"prettier": "3.0.1",
|
|
65
65
|
"typescript": "5.1.6",
|