@wix/stores 1.0.229 → 1.0.230

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.229",
3
+ "version": "1.0.230",
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.0",
22
+ "@wix/stores_catalog-versioning": "1.0.1",
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": "7d6ce1465046d0ac584663e80c06277711cfadb6f5c2960b96751dfb"
58
+ "falconPackageHash": "923be4ce06d38ad3a88c0f3467b06c12e108ceab1182c1a44967a8d1"
59
59
  }
@@ -17721,7 +17721,9 @@ declare enum Namespace {
17721
17721
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
17722
17722
  * The Partners company owns this namespace.
17723
17723
  */
17724
- UGC_TEMPLATE = "UGC_TEMPLATE"
17724
+ UGC_TEMPLATE = "UGC_TEMPLATE",
17725
+ /** Codux Headless Sites */
17726
+ CODUX = "CODUX"
17725
17727
  }
17726
17728
  /** Site transferred to another user. */
17727
17729
  interface SiteTransferred {
@@ -17721,7 +17721,9 @@ declare enum Namespace {
17721
17721
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
17722
17722
  * The Partners company owns this namespace.
17723
17723
  */
17724
- UGC_TEMPLATE = "UGC_TEMPLATE"
17724
+ UGC_TEMPLATE = "UGC_TEMPLATE",
17725
+ /** Codux Headless Sites */
17726
+ CODUX = "CODUX"
17725
17727
  }
17726
17728
  /** Site transferred to another user. */
17727
17729
  interface SiteTransferred {