@wix/stores 1.0.186 → 1.0.188
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.188",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@wix/stores_inventory": "1.0.30",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.4",
|
|
28
28
|
"@wix/stores_products": "1.0.37",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.13",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.3",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.2",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.26",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"fqdn": ""
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "708606ef0272dffd224ac5fef7b44f00d5df718b9f82943340e64e4e"
|
|
58
58
|
}
|
|
@@ -10546,6 +10546,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
10546
10546
|
inStock?: boolean;
|
|
10547
10547
|
/**
|
|
10548
10548
|
* Whether at least one variant with this choice is visible.
|
|
10549
|
+
*
|
|
10549
10550
|
* Default: `false`
|
|
10550
10551
|
* @readonly
|
|
10551
10552
|
*/
|
|
@@ -10546,6 +10546,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
10546
10546
|
inStock?: boolean;
|
|
10547
10547
|
/**
|
|
10548
10548
|
* Whether at least one variant with this choice is visible.
|
|
10549
|
+
*
|
|
10549
10550
|
* Default: `false`
|
|
10550
10551
|
* @readonly
|
|
10551
10552
|
*/
|
|
@@ -12817,6 +12817,7 @@ interface ConnectedOptionChoice$1 extends ConnectedOptionChoiceValueOneOf$1 {
|
|
|
12817
12817
|
inStock?: boolean;
|
|
12818
12818
|
/**
|
|
12819
12819
|
* Whether at least one variant with this choice is visible.
|
|
12820
|
+
*
|
|
12820
12821
|
* Default: `false`
|
|
12821
12822
|
* @readonly
|
|
12822
12823
|
*/
|
|
@@ -17116,6 +17117,7 @@ interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {
|
|
|
17116
17117
|
inStock?: boolean;
|
|
17117
17118
|
/**
|
|
17118
17119
|
* Whether at least one variant with this choice is visible.
|
|
17120
|
+
*
|
|
17119
17121
|
* Default: `false`
|
|
17120
17122
|
* @readonly
|
|
17121
17123
|
*/
|