@dargmuesli/nuxt-cookie-control 8.1.0 → 8.1.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/README.md CHANGED
@@ -23,9 +23,7 @@
23
23
  ### Installation
24
24
 
25
25
  ```bash
26
- npm i -D @dargmuesli/nuxt-cookie-control
27
- yarn add -D @dargmuesli/nuxt-cookie-control
28
- pnpm i -D @dargmuesli/nuxt-cookie-control
26
+ npx nuxi@latest module add cookie-control
29
27
  ```
30
28
 
31
29
 
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-cookie-control",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "configKey": "cookieControl",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.0.0"
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 = "8.1.0";
6
+ const version = "8.1.1";
7
7
 
8
8
  const en = {
9
9
  accept: "Accept",
package/package.json CHANGED
@@ -14,18 +14,18 @@
14
14
  "@commitlint/config-conventional": "19.1.0",
15
15
  "@dargmuesli/nuxt-cookie-control": "link:",
16
16
  "@nuxt/module-builder": "0.5.5",
17
- "@nuxt/schema": "3.11.1",
17
+ "@nuxt/schema": "3.11.2",
18
18
  "@nuxtjs/eslint-config-typescript": "12.1.0",
19
19
  "eslint": "8.57.0",
20
20
  "eslint-config-prettier": "9.1.0",
21
21
  "eslint-plugin-prettier": "5.1.3",
22
22
  "husky": "9.0.11",
23
23
  "lint-staged": "15.2.2",
24
- "nuxt": "3.11.1",
24
+ "nuxt": "3.11.2",
25
25
  "prettier": "3.2.5",
26
- "typescript": "5.4.3",
26
+ "typescript": "5.4.4",
27
27
  "vue": "3.4.21",
28
- "vue-tsc": "2.0.7",
28
+ "vue-tsc": "2.0.11",
29
29
  "webpack": "5.91.0"
30
30
  },
31
31
  "engines": {
@@ -61,13 +61,13 @@
61
61
  "Jonas Thelemann"
62
62
  ],
63
63
  "name": "@dargmuesli/nuxt-cookie-control",
64
- "packageManager": "pnpm@8.15.5",
64
+ "packageManager": "pnpm@8.15.6",
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
68
  "repository": "https://github.com/dargmuesli/nuxt-cookie-control",
69
69
  "resolutions": {
70
- "@nuxt/kit": "3.11.1"
70
+ "@nuxt/kit": "3.11.2"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "nuxt-module-build build",
@@ -79,5 +79,5 @@
79
79
  },
80
80
  "type": "module",
81
81
  "types": "./dist/module.d.ts",
82
- "version": "8.1.0"
82
+ "version": "8.1.1"
83
83
  }