@dargmuesli/nuxt-cookie-control 9.1.25 → 9.1.27
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 +20 -17
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -46,7 +46,7 @@ const replaceCodePlugin = (config) => {
|
|
|
46
46
|
};
|
|
47
47
|
|
|
48
48
|
const name = "@dargmuesli/nuxt-cookie-control";
|
|
49
|
-
const version = "9.1.
|
|
49
|
+
const version = "9.1.27";
|
|
50
50
|
|
|
51
51
|
const resolver = createResolver(import.meta.url);
|
|
52
52
|
const runtimeDir = resolver.resolve("./runtime");
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@dargmuesli/nuxt-cookie-control": "link:",
|
|
17
17
|
"@nuxt/eslint-config": "1.15.2",
|
|
18
18
|
"@nuxt/module-builder": "1.0.2",
|
|
19
|
-
"@nuxt/schema": "4.4.
|
|
19
|
+
"@nuxt/schema": "4.4.6",
|
|
20
20
|
"eslint": "10.4.0",
|
|
21
21
|
"eslint-config-prettier": "10.1.8",
|
|
22
22
|
"eslint-plugin-prettier": "5.5.5",
|
|
@@ -24,10 +24,16 @@
|
|
|
24
24
|
"lint-staged": "17.0.5",
|
|
25
25
|
"nuxt": "4.4.6",
|
|
26
26
|
"prettier": "3.8.3",
|
|
27
|
-
"vite": "8.0.
|
|
27
|
+
"vite": "8.0.14",
|
|
28
28
|
"vue": "3.5.34",
|
|
29
|
-
"vue-tsc": "3.
|
|
30
|
-
"webpack": "5.
|
|
29
|
+
"vue-tsc": "3.3.1",
|
|
30
|
+
"webpack": "5.107.1"
|
|
31
|
+
},
|
|
32
|
+
"devEngines": {
|
|
33
|
+
"packageManager": {
|
|
34
|
+
"name": "pnpm",
|
|
35
|
+
"version": "11.3.0"
|
|
36
|
+
}
|
|
31
37
|
},
|
|
32
38
|
"engines": {
|
|
33
39
|
"node": ">=16"
|
|
@@ -56,21 +62,10 @@
|
|
|
56
62
|
"Jonas Thelemann"
|
|
57
63
|
],
|
|
58
64
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
59
|
-
"packageManager": "pnpm@11.1.2",
|
|
60
65
|
"publishConfig": {
|
|
61
66
|
"access": "public"
|
|
62
67
|
},
|
|
63
68
|
"repository": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
64
|
-
"scripts": {
|
|
65
|
-
"build": "nuxt-module-build build",
|
|
66
|
-
"dev": "pnpm --dir playground run dev",
|
|
67
|
-
"lint": "pnpm run lint:js && pnpm run lint:ts",
|
|
68
|
-
"lint:fix": "pnpm run lint:js --fix .",
|
|
69
|
-
"lint:js": "eslint --cache",
|
|
70
|
-
"lint:ts": "vue-tsc --noEmit",
|
|
71
|
-
"prepack": "pnpm build",
|
|
72
|
-
"prepare": "husky && nuxt-module-build prepare"
|
|
73
|
-
},
|
|
74
69
|
"type": "module",
|
|
75
70
|
"typesVersions": {
|
|
76
71
|
"*": {
|
|
@@ -79,5 +74,13 @@
|
|
|
79
74
|
]
|
|
80
75
|
}
|
|
81
76
|
},
|
|
82
|
-
"version": "9.1.
|
|
83
|
-
|
|
77
|
+
"version": "9.1.27",
|
|
78
|
+
"scripts": {
|
|
79
|
+
"build": "nuxt-module-build build",
|
|
80
|
+
"dev": "pnpm --dir playground run dev",
|
|
81
|
+
"lint": "pnpm run lint:js && pnpm run lint:ts",
|
|
82
|
+
"lint:fix": "pnpm run lint:js --fix .",
|
|
83
|
+
"lint:js": "eslint --cache",
|
|
84
|
+
"lint:ts": "vue-tsc --noEmit"
|
|
85
|
+
}
|
|
86
|
+
}
|