@dargmuesli/nuxt-cookie-control 9.0.9 → 9.0.10
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
|
@@ -104,7 +104,7 @@ const DEFAULTS = {
|
|
|
104
104
|
};
|
|
105
105
|
|
|
106
106
|
const name = "@dargmuesli/nuxt-cookie-control";
|
|
107
|
-
const version = "9.0.
|
|
107
|
+
const version = "9.0.10";
|
|
108
108
|
|
|
109
109
|
const resolver = createResolver(import.meta.url);
|
|
110
110
|
const runtimeDir = resolver.resolve("./runtime");
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"semantic-release": "24.2.7",
|
|
34
34
|
"vite": "7.0.6",
|
|
35
35
|
"vue": "3.5.18",
|
|
36
|
-
"vue-tsc": "3.0.
|
|
36
|
+
"vue-tsc": "3.0.5",
|
|
37
37
|
"webpack": "5.101.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"Jonas Thelemann"
|
|
64
64
|
],
|
|
65
65
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
66
|
-
"packageManager": "pnpm@10.
|
|
66
|
+
"packageManager": "pnpm@10.14.0",
|
|
67
67
|
"pnpm": {
|
|
68
68
|
"ignoredBuiltDependencies": [
|
|
69
69
|
"@parcel/watcher",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
]
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"version": "9.0.
|
|
102
|
+
"version": "9.0.10"
|
|
103
103
|
}
|