@constructor-io/constructorio-client-javascript 2.26.0 → 2.26.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.
@@ -108,11 +108,6 @@ var RequestQueue = /*#__PURE__*/function () {
108
108
 
109
109
  if (requestOriginTime && now - requestOriginTime > requestTTL) {
110
110
  RequestQueue.remove();
111
- instance.eventemitter.emit('error', {
112
- url: nextInQueue.url,
113
- method: nextInQueue.method,
114
- message: "Request queue cleared - an item in the queue existed for longer than TTL value of ".concat(requestTTL, "ms")
115
- });
116
111
  return;
117
112
  }
118
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.26.0",
3
+ "version": "2.26.1",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "scripts": {