@dargmuesli/nuxt-cookie-control 2.0.0-beta.2 → 2.0.0-beta.3
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 +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +4 -5
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@dargmuesli/nuxt-cookie-control";
|
|
14
|
-
const version = "2.0.0-beta.
|
|
14
|
+
const version = "2.0.0-beta.3";
|
|
15
15
|
|
|
16
16
|
const en = {
|
|
17
17
|
acceptAll: "Accept all",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.3",
|
|
4
4
|
"description": "Nuxt Cookies Control Module",
|
|
5
5
|
"author": "Dario Ferderber <dario.ferderber@broj42.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -29,12 +29,11 @@
|
|
|
29
29
|
"src/locale"
|
|
30
30
|
],
|
|
31
31
|
"scripts": {
|
|
32
|
-
"
|
|
32
|
+
"prepack": "nuxt-module-build",
|
|
33
33
|
"dev": "nuxi dev playground",
|
|
34
|
+
"prepare": "nuxi prepare playground",
|
|
34
35
|
"dev:build": "nuxi build playground",
|
|
35
|
-
"lint": "eslint --ext .js,.ts,.vue . && nuxi typecheck playground"
|
|
36
|
-
"prepack": "npm run build",
|
|
37
|
-
"postinstall": "nuxt-module-build --stub && nuxi prepare playground"
|
|
36
|
+
"lint": "eslint --ext .js,.ts,.vue . && nuxi typecheck playground"
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
39
|
"@nuxt/kit": "3.0.0",
|