@vue-storefront/nuxt 8.0.0 → 8.1.0
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.d.ts +1 -1
- package/dist/module.json +1 -1
- package/package.json +2 -3
package/dist/module.d.mts
CHANGED
|
@@ -38,6 +38,6 @@ interface AlokaiModuleOptions {
|
|
|
38
38
|
logger?: LoggerOptions;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions>;
|
|
41
|
+
declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions, AlokaiModuleOptions, false>;
|
|
42
42
|
|
|
43
43
|
export { _default as default };
|
package/dist/module.d.ts
CHANGED
|
@@ -38,6 +38,6 @@ interface AlokaiModuleOptions {
|
|
|
38
38
|
logger?: LoggerOptions;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions>;
|
|
41
|
+
declare const _default: _nuxt_schema.NuxtModule<AlokaiModuleOptions, AlokaiModuleOptions, false>;
|
|
42
42
|
|
|
43
43
|
export { _default as default };
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-storefront/nuxt",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "Alokai dedicated features for Nuxt",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"lint": "biome ci .",
|
|
22
22
|
"format": "prettier --write .",
|
|
23
23
|
"prepare": "nuxi prepare",
|
|
24
|
-
"
|
|
25
|
-
"version": "cp CHANGELOG.md ../../docs/content/storefront/6.change-log/nuxt.md"
|
|
24
|
+
"version": "cp CHANGELOG.md ../../docs/enterprise/content/storefront/6.change-log/nuxt.md"
|
|
26
25
|
},
|
|
27
26
|
"dependencies": {
|
|
28
27
|
"@nuxt/kit": "^3.7.4",
|