@dargmuesli/nuxt-cookie-control 9.1.23 → 9.1.24
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.d.mts +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +9 -9
package/dist/module.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ import { ModuleOptions } from '../dist/runtime/types.js';
|
|
|
3
3
|
|
|
4
4
|
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
5
5
|
|
|
6
|
-
declare module '
|
|
6
|
+
declare module 'nuxt/schema' {
|
|
7
7
|
interface PublicRuntimeConfig {
|
|
8
8
|
cookieControl: ModuleOptions;
|
|
9
9
|
}
|
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.24";
|
|
50
50
|
|
|
51
51
|
const resolver = createResolver(import.meta.url);
|
|
52
52
|
const runtimeDir = resolver.resolve("./runtime");
|
package/package.json
CHANGED
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
},
|
|
12
12
|
"description": "Nuxt Cookie Control Module",
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@commitlint/cli": "20.5.
|
|
15
|
-
"@commitlint/config-conventional": "20.5.
|
|
14
|
+
"@commitlint/cli": "20.5.3",
|
|
15
|
+
"@commitlint/config-conventional": "20.5.3",
|
|
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.
|
|
20
|
-
"eslint": "10.
|
|
19
|
+
"@nuxt/schema": "4.4.4",
|
|
20
|
+
"eslint": "10.3.0",
|
|
21
21
|
"eslint-config-prettier": "10.1.8",
|
|
22
22
|
"eslint-plugin-prettier": "5.5.5",
|
|
23
23
|
"husky": "9.1.7",
|
|
24
24
|
"lint-staged": "17.0.2",
|
|
25
|
-
"nuxt": "4.4.
|
|
25
|
+
"nuxt": "4.4.4",
|
|
26
26
|
"prettier": "3.8.3",
|
|
27
|
-
"vite": "8.0.
|
|
28
|
-
"vue": "3.5.
|
|
29
|
-
"vue-tsc": "3.2.
|
|
27
|
+
"vite": "8.0.11",
|
|
28
|
+
"vue": "3.5.34",
|
|
29
|
+
"vue-tsc": "3.2.8",
|
|
30
30
|
"webpack": "5.106.2"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
|
-
"version": "9.1.
|
|
82
|
+
"version": "9.1.24"
|
|
83
83
|
}
|