@wix/stores 1.0.12 → 1.0.13
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/build/cjs/src/stores-catalog-v1-collection.types.d.ts +1 -1
- package/build/cjs/src/stores-catalog-v1-collection.universal.d.ts +1 -1
- package/build/cjs/src/stores-catalog-v1-product-products.universal.d.ts +1 -1
- package/build/cjs/src/stores-catalog-v1-product.types.d.ts +1 -1
- package/build/es/src/stores-catalog-v1-collection.types.d.ts +1 -1
- package/build/es/src/stores-catalog-v1-collection.universal.d.ts +1 -1
- package/build/es/src/stores-catalog-v1-product-products.universal.d.ts +1 -1
- package/build/es/src/stores-catalog-v1-product.types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -16,7 +16,7 @@ export interface Collection {
|
|
|
16
16
|
* @readonly
|
|
17
17
|
*/
|
|
18
18
|
numberOfProducts?: number;
|
|
19
|
-
/** Collection description
|
|
19
|
+
/** Collection description */
|
|
20
20
|
description?: string | null;
|
|
21
21
|
/** Collection slug */
|
|
22
22
|
slug?: string | null;
|
|
@@ -22,7 +22,7 @@ export interface Collection {
|
|
|
22
22
|
* @readonly
|
|
23
23
|
*/
|
|
24
24
|
numberOfProducts?: number;
|
|
25
|
-
/** Collection description
|
|
25
|
+
/** Collection description */
|
|
26
26
|
description?: string | null;
|
|
27
27
|
/** Collection slug */
|
|
28
28
|
slug?: string | null;
|
|
@@ -652,7 +652,7 @@ export interface Collection {
|
|
|
652
652
|
* @readonly
|
|
653
653
|
*/
|
|
654
654
|
numberOfProducts?: number;
|
|
655
|
-
/** Collection description
|
|
655
|
+
/** Collection description */
|
|
656
656
|
description?: string | null;
|
|
657
657
|
/** Collection slug */
|
|
658
658
|
slug?: string | null;
|
|
@@ -646,7 +646,7 @@ export interface Collection {
|
|
|
646
646
|
* @readonly
|
|
647
647
|
*/
|
|
648
648
|
numberOfProducts?: number;
|
|
649
|
-
/** Collection description
|
|
649
|
+
/** Collection description */
|
|
650
650
|
description?: string | null;
|
|
651
651
|
/** Collection slug */
|
|
652
652
|
slug?: string | null;
|
|
@@ -16,7 +16,7 @@ export interface Collection {
|
|
|
16
16
|
* @readonly
|
|
17
17
|
*/
|
|
18
18
|
numberOfProducts?: number;
|
|
19
|
-
/** Collection description
|
|
19
|
+
/** Collection description */
|
|
20
20
|
description?: string | null;
|
|
21
21
|
/** Collection slug */
|
|
22
22
|
slug?: string | null;
|
|
@@ -22,7 +22,7 @@ export interface Collection {
|
|
|
22
22
|
* @readonly
|
|
23
23
|
*/
|
|
24
24
|
numberOfProducts?: number;
|
|
25
|
-
/** Collection description
|
|
25
|
+
/** Collection description */
|
|
26
26
|
description?: string | null;
|
|
27
27
|
/** Collection slug */
|
|
28
28
|
slug?: string | null;
|
|
@@ -652,7 +652,7 @@ export interface Collection {
|
|
|
652
652
|
* @readonly
|
|
653
653
|
*/
|
|
654
654
|
numberOfProducts?: number;
|
|
655
|
-
/** Collection description
|
|
655
|
+
/** Collection description */
|
|
656
656
|
description?: string | null;
|
|
657
657
|
/** Collection slug */
|
|
658
658
|
slug?: string | null;
|
|
@@ -646,7 +646,7 @@ export interface Collection {
|
|
|
646
646
|
* @readonly
|
|
647
647
|
*/
|
|
648
648
|
numberOfProducts?: number;
|
|
649
|
-
/** Collection description
|
|
649
|
+
/** Collection description */
|
|
650
650
|
description?: string | null;
|
|
651
651
|
/** Collection slug */
|
|
652
652
|
slug?: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "622b71427ddf10a6ca401a7ff0015d11ac19f91c4883f9a5d0b529ac"
|
|
37
37
|
}
|