@wix/auto_sdk_ecom_cart 1.0.26 → 1.0.27

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.
@@ -1488,7 +1488,7 @@ export interface CalculatedLineItem {
1488
1488
  /**
1489
1489
  * Calculated modifiers.
1490
1490
  * @internal
1491
- * @maxSize 100
1491
+ * @maxSize 625
1492
1492
  */
1493
1493
  modifiers?: CalculatedItemModifier[];
1494
1494
  }
@@ -1488,7 +1488,7 @@ export interface CalculatedLineItem {
1488
1488
  /**
1489
1489
  * Calculated modifiers.
1490
1490
  * @internal
1491
- * @maxSize 100
1491
+ * @maxSize 625
1492
1492
  */
1493
1493
  modifiers?: CalculatedItemModifier[];
1494
1494
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_cart",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.cart"
49
49
  }
50
50
  },
51
- "falconPackageHash": "baced275a85358b238b22285c7b62896986930bb6b0118a18548ae31"
51
+ "falconPackageHash": "1ec664646154c235ee40633d614f24465598df1008adbf44088ece54"
52
52
  }