@dargmuesli/nuxt-cookie-control 6.4.3 → 6.4.4
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.4.
|
|
6
|
+
const version = "6.4.4";
|
|
7
7
|
|
|
8
8
|
const en = {
|
|
9
9
|
accept: "Accept",
|
|
@@ -186,6 +186,8 @@
|
|
|
186
186
|
<script setup lang="ts">
|
|
187
187
|
import { ref, computed, onBeforeMount, watch } from 'vue'
|
|
188
188
|
|
|
189
|
+
import { useNuxtApp } from '#app'
|
|
190
|
+
|
|
189
191
|
import { Cookie, CookieType, Locale, Translatable } from '../types'
|
|
190
192
|
import {
|
|
191
193
|
getAllCookieIdsString,
|
|
@@ -195,7 +197,6 @@ import {
|
|
|
195
197
|
resolveTranslatable,
|
|
196
198
|
} from '../methods'
|
|
197
199
|
|
|
198
|
-
import { useNuxtApp } from '#app'
|
|
199
200
|
import setCssVariables from '#cookie-control/set-vars'
|
|
200
201
|
import { useCookieControl, useCookie } from '#imports'
|
|
201
202
|
|
|
@@ -21,9 +21,10 @@
|
|
|
21
21
|
<script setup lang="ts">
|
|
22
22
|
import { computed } from 'vue'
|
|
23
23
|
|
|
24
|
+
import { useNuxtApp } from '#app'
|
|
25
|
+
|
|
24
26
|
import { Cookie } from '../types'
|
|
25
27
|
|
|
26
|
-
import { useNuxtApp } from '#app'
|
|
27
28
|
import { useCookieControl } from '#imports'
|
|
28
29
|
|
|
29
30
|
const { cookiesEnabled, isModalActive, moduleOptions } = useCookieControl()
|
package/dist/runtime/plugin.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.4",
|
|
4
4
|
"description": "Nuxt Cookie Control Module",
|
|
5
5
|
"author": "Dario Ferderber <dario.ferderber@broj42.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=16"
|
|
23
23
|
},
|
|
24
|
-
"packageManager": "pnpm@8.
|
|
24
|
+
"packageManager": "pnpm@8.8.0",
|
|
25
25
|
"exports": {
|
|
26
26
|
".": {
|
|
27
27
|
"import": "./dist/module.mjs",
|
|
@@ -55,16 +55,17 @@
|
|
|
55
55
|
"@dargmuesli/nuxt-cookie-control": "link:",
|
|
56
56
|
"@nuxt/module-builder": "0.5.1",
|
|
57
57
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
|
58
|
-
"
|
|
58
|
+
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
59
|
+
"eslint": "8.50.0",
|
|
59
60
|
"eslint-config-prettier": "9.0.0",
|
|
60
61
|
"eslint-plugin-prettier": "5.0.0",
|
|
61
62
|
"husky": "8.0.3",
|
|
62
63
|
"lint-staged": "14.0.1",
|
|
63
|
-
"nuxt": "3.7.
|
|
64
|
+
"nuxt": "3.7.4",
|
|
64
65
|
"prettier": "3.0.3",
|
|
65
66
|
"typescript": "5.2.2",
|
|
66
67
|
"vue": "3.3.4",
|
|
67
|
-
"vue-tsc": "1.8.
|
|
68
|
+
"vue-tsc": "1.8.15",
|
|
68
69
|
"webpack": "5.88.2"
|
|
69
70
|
},
|
|
70
71
|
"publishConfig": {
|