@dargmuesli/nuxt-cookie-control 5.8.1 → 5.8.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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +2 -2
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "5.8.1",
3
+ "version": "5.8.2",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "5.8.1",
3
+ "version": "5.8.2",
4
4
  "description": "Nuxt Cookies Control Module",
5
5
  "author": "Dario Ferderber <dario.ferderber@broj42.com>",
6
6
  "maintainers": [
@@ -33,7 +33,7 @@
33
33
  "src/locale"
34
34
  ],
35
35
  "scripts": {
36
- "prepack": "nuxt-module-build",
36
+ "prepack": "pnpm dev:prepare && nuxt-module-build",
37
37
  "dev": "nuxi dev playground",
38
38
  "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
39
39
  "dev:build": "nuxi build playground",