@scayle/storefront-nuxt 8.28.0 → 8.28.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @scayle/storefront-nuxt
|
|
2
2
|
|
|
3
|
+
## 8.28.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Exposed `useCategoryTree` through the `#storefront/composables` alias.
|
|
8
|
+
|
|
9
|
+
**Dependencies**
|
|
10
|
+
|
|
11
|
+
**@scayle/storefront-core v8.28.1**
|
|
12
|
+
|
|
13
|
+
- No changes in this release.
|
|
14
|
+
|
|
3
15
|
## 8.28.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -13,6 +13,7 @@ export * from './storefront/useBrands.js';
|
|
|
13
13
|
export * from './storefront/useCategories.js';
|
|
14
14
|
export * from './storefront/useCategoryById.js';
|
|
15
15
|
export * from './storefront/useCategoryByPath.js';
|
|
16
|
+
export * from './storefront/useCategoryTree.js';
|
|
16
17
|
export * from './storefront/useCurrentPromotions.js';
|
|
17
18
|
export * from './storefront/useFilters.js';
|
|
18
19
|
export * from './storefront/useNavigationTree.js';
|
|
@@ -13,6 +13,7 @@ export * from "./storefront/useBrands.js";
|
|
|
13
13
|
export * from "./storefront/useCategories.js";
|
|
14
14
|
export * from "./storefront/useCategoryById.js";
|
|
15
15
|
export * from "./storefront/useCategoryByPath.js";
|
|
16
|
+
export * from "./storefront/useCategoryTree.js";
|
|
16
17
|
export * from "./storefront/useCurrentPromotions.js";
|
|
17
18
|
export * from "./storefront/useFilters.js";
|
|
18
19
|
export * from "./storefront/useNavigationTree.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scayle/storefront-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.28.
|
|
4
|
+
"version": "8.28.1",
|
|
5
5
|
"description": "Nuxt integration for the SCAYLE Commerce Engine and Storefront API",
|
|
6
6
|
"author": "SCAYLE Commerce Engine",
|
|
7
7
|
"license": "MIT",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@opentelemetry/api": "^1.9.0",
|
|
83
83
|
"@scayle/h3-session": "0.6.1",
|
|
84
|
-
"@scayle/storefront-core": "8.28.
|
|
84
|
+
"@scayle/storefront-core": "8.28.1",
|
|
85
85
|
"@scayle/unstorage-compression-driver": "^0.2.7",
|
|
86
86
|
"@vercel/nft": "0.29.3",
|
|
87
87
|
"@vueuse/core": "13.2.0",
|
|
@@ -138,6 +138,6 @@
|
|
|
138
138
|
"vue": "^3.4.0"
|
|
139
139
|
},
|
|
140
140
|
"volta": {
|
|
141
|
-
"node": "22.
|
|
141
|
+
"node": "22.16.0"
|
|
142
142
|
}
|
|
143
143
|
}
|