@wix/headless-stores 0.0.32 → 0.0.33

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.
@@ -10,6 +10,7 @@ export interface RootProps {
10
10
  * Root component that provides the ProductsList service context to its children.
11
11
  * This component sets up the necessary services for managing products list state.
12
12
  *
13
+ * @order 1
13
14
  * @component
14
15
  * @example
15
16
  * ```tsx
@@ -7,6 +7,7 @@ import { ProductService, ProductServiceDefinition, } from "@wix/headless-stores/
7
7
  * Root component that provides the ProductsList service context to its children.
8
8
  * This component sets up the necessary services for managing products list state.
9
9
  *
10
+ * @order 1
10
11
  * @component
11
12
  * @example
12
13
  * ```tsx
@@ -10,6 +10,7 @@ export interface RootProps {
10
10
  * Root component that provides the ProductsList service context to its children.
11
11
  * This component sets up the necessary services for managing products list state.
12
12
  *
13
+ * @order 1
13
14
  * @component
14
15
  * @example
15
16
  * ```tsx
@@ -7,6 +7,7 @@ import { ProductService, ProductServiceDefinition, } from "@wix/headless-stores/
7
7
  * Root component that provides the ProductsList service context to its children.
8
8
  * This component sets up the necessary services for managing products list state.
9
9
  *
10
+ * @order 1
10
11
  * @component
11
12
  * @example
12
13
  * ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/headless-stores",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "prebuild": "cd ../media && yarn build && cd ../ecom && yarn build",