@constructor-io/constructorio-client-javascript 2.29.10 → 2.29.11

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.
@@ -133,7 +133,7 @@ var utils = {
133
133
  } // Push the order id map into local storage
134
134
 
135
135
 
136
- store.local.set(purchaseEventStorageKey, JSON.stringify(purchaseEventStorage));
136
+ store.local.set(purchaseEventStorageKey, purchaseEventStorage);
137
137
  },
138
138
  // Abort network request based on supplied timeout interval (in milliseconds)
139
139
  // - method call parameter takes precedence over global options parameter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.29.10",
3
+ "version": "2.29.11",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "scripts": {