@wix/stores 1.0.231 → 1.0.232
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.232",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/stores_brands-v-3": "1.0.9",
|
|
22
|
-
"@wix/stores_catalog-versioning": "1.0.
|
|
22
|
+
"@wix/stores_catalog-versioning": "1.0.2",
|
|
23
23
|
"@wix/stores_collections": "1.0.35",
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.10",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.11",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "2f8ec658c9f58a9ce98564baf7ad2f588b86d1cc59a0b0502632faec"
|
|
59
59
|
}
|
|
@@ -17776,6 +17776,8 @@ interface ServiceProvisioned {
|
|
|
17776
17776
|
originInstanceId?: string;
|
|
17777
17777
|
/** A version. */
|
|
17778
17778
|
version?: string | null;
|
|
17779
|
+
/** The origin meta site id */
|
|
17780
|
+
originMetaSiteId?: string | null;
|
|
17779
17781
|
}
|
|
17780
17782
|
interface ServiceRemoved {
|
|
17781
17783
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -17776,6 +17776,8 @@ interface ServiceProvisioned {
|
|
|
17776
17776
|
originInstanceId?: string;
|
|
17777
17777
|
/** A version. */
|
|
17778
17778
|
version?: string | null;
|
|
17779
|
+
/** The origin meta site id */
|
|
17780
|
+
originMetaSiteId?: string | null;
|
|
17779
17781
|
}
|
|
17780
17782
|
interface ServiceRemoved {
|
|
17781
17783
|
/** Either UUID or EmbeddedServiceType. */
|