@wix/stores 1.0.243 → 1.0.244
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.244",
|
|
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.43",
|
|
27
27
|
"@wix/stores_inventory-items-v-3": "1.0.16",
|
|
28
28
|
"@wix/stores_products": "1.0.57",
|
|
29
|
-
"@wix/stores_products-v-3": "1.0.
|
|
29
|
+
"@wix/stores_products-v-3": "1.0.49",
|
|
30
30
|
"@wix/stores_ribbons-v-3": "1.0.12",
|
|
31
31
|
"@wix/stores_stores-locations-v-3": "1.0.13",
|
|
32
32
|
"@wix/stores_subscription-options": "1.0.37",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "c124054402356ac72f3b9b807651a7e166caf5d3f0b1c798ab8579b2"
|
|
59
59
|
}
|
|
@@ -16043,6 +16043,7 @@ interface MinVariantPriceInfoNonNullableFields {
|
|
|
16043
16043
|
}
|
|
16044
16044
|
interface V3ProductNonNullableFields {
|
|
16045
16045
|
physicalProperties?: PhysicalPropertiesNonNullableFields;
|
|
16046
|
+
numericId: string;
|
|
16046
16047
|
url: string;
|
|
16047
16048
|
description?: RichContentNonNullableFields;
|
|
16048
16049
|
media?: MediaNonNullableFields;
|
|
@@ -16043,6 +16043,7 @@ interface MinVariantPriceInfoNonNullableFields {
|
|
|
16043
16043
|
}
|
|
16044
16044
|
interface V3ProductNonNullableFields {
|
|
16045
16045
|
physicalProperties?: PhysicalPropertiesNonNullableFields;
|
|
16046
|
+
numericId: string;
|
|
16046
16047
|
url: string;
|
|
16047
16048
|
description?: RichContentNonNullableFields;
|
|
16048
16049
|
media?: MediaNonNullableFields;
|
|
@@ -15385,6 +15385,7 @@ interface MinVariantPriceInfoNonNullableFields$1 {
|
|
|
15385
15385
|
}
|
|
15386
15386
|
interface V3ProductNonNullableFields$1 {
|
|
15387
15387
|
physicalProperties?: PhysicalPropertiesNonNullableFields$1;
|
|
15388
|
+
numericId: string;
|
|
15388
15389
|
url?: PageUrlV2NonNullableFields;
|
|
15389
15390
|
description?: RichContentNonNullableFields$1;
|
|
15390
15391
|
media?: MediaNonNullableFields$1;
|
|
@@ -19736,6 +19737,7 @@ interface MinVariantPriceInfoNonNullableFields {
|
|
|
19736
19737
|
}
|
|
19737
19738
|
interface V3ProductNonNullableFields {
|
|
19738
19739
|
physicalProperties?: PhysicalPropertiesNonNullableFields;
|
|
19740
|
+
numericId: string;
|
|
19739
19741
|
url: string;
|
|
19740
19742
|
description?: RichContentNonNullableFields;
|
|
19741
19743
|
media?: MediaNonNullableFields;
|