@apollo/client 3.11.3 → 3.11.4

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.
@@ -1447,7 +1447,7 @@ var Concast = (function (_super) {
1447
1447
  _this.cancel = function (reason) {
1448
1448
  _this.reject(reason);
1449
1449
  _this.sources = [];
1450
- _this.handlers.complete();
1450
+ _this.handlers.error(reason);
1451
1451
  };
1452
1452
  _this.promise.catch(function (_) { });
1453
1453
  if (typeof sources === "function") {
package/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export var version = "3.11.3";
1
+ export var version = "3.11.4";
2
2
  //# sourceMappingURL=version.js.map