@constructor-io/constructorio-client-javascript 2.25.2 → 2.25.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.
@@ -606,7 +606,7 @@ var Tracker = /*#__PURE__*/function () {
606
606
  }
607
607
 
608
608
  if (items && Array.isArray(items)) {
609
- bodyParams.items = items;
609
+ bodyParams.items = items.slice(0, 100);
610
610
  }
611
611
 
612
612
  if (revenue) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.25.2",
3
+ "version": "2.25.3",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "scripts": {