@constructor-io/constructorio-client-javascript 2.69.0 → 2.69.1

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.
@@ -193,6 +193,7 @@ declare class Tracker {
193
193
  filterName: string;
194
194
  filterValue: string;
195
195
  itemId: string;
196
+ itemName?: string;
196
197
  section?: string;
197
198
  variationId?: string;
198
199
  resultId?: string;
package/lib/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
- var _default = exports["default"] = '2.69.0';
7
+ var _default = exports["default"] = '2.69.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.69.0",
3
+ "version": "2.69.1",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",