@constructor-io/constructorio-node 3.7.1 → 3.7.2

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": "@constructor-io/constructorio-node",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "Constructor.io Node.js client",
5
5
  "main": "src/constructorio.js",
6
6
  "scripts": {
@@ -782,7 +782,7 @@ class Tracker {
782
782
  }
783
783
 
784
784
  if (items && Array.isArray(items)) {
785
- bodyParams.items = items;
785
+ bodyParams.items = items.slice(0, 100);
786
786
  }
787
787
 
788
788
  if (revenue) {