@constructor-io/constructorio-client-javascript 2.64.2 → 2.64.3

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.
@@ -240,9 +240,9 @@ export interface ItemTracked {
240
240
  variationId?: string;
241
241
  slCampaignId?: string;
242
242
  slCampaignOwner?: string;
243
+ price?: number;
243
244
  }
244
245
 
245
246
  export interface ItemTrackedPurchase extends ItemTracked {
246
247
  count?: number;
247
- price?: number;
248
248
  }
package/lib/version.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
- var _default = '2.64.2';
7
+ var _default = '2.64.3';
8
8
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.64.2",
3
+ "version": "2.64.3",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",