@taquito/http-utils 17.3.2 → 17.4.0

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.
@@ -33,4 +33,3 @@ class HttpResponseError extends core_1.NetworkError {
33
33
  }
34
34
  }
35
35
  exports.HttpResponseError = HttpResponseError;
36
- //# sourceMappingURL=errors.js.map
@@ -226,4 +226,3 @@ function enhanceError(error, config, code, request, response) {
226
226
  };
227
227
  return error;
228
228
  }
229
- //# sourceMappingURL=fetch-adapter.js.map
@@ -319,5 +319,4 @@ var STATUS_CODE;
319
319
  * to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot).
320
320
  */
321
321
  STATUS_CODE[STATUS_CODE["NETWORK_AUTHENTICATION_REQUIRED"] = 511] = "NETWORK_AUTHENTICATION_REQUIRED";
322
- })(STATUS_CODE = exports.STATUS_CODE || (exports.STATUS_CODE = {}));
323
- //# sourceMappingURL=status_code.js.map
322
+ })(STATUS_CODE || (exports.STATUS_CODE = STATUS_CODE = {}));
@@ -5,7 +5,11 @@
5
5
  */
6
6
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
7
  if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
8
+ var desc = Object.getOwnPropertyDescriptor(m, k);
9
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
10
+ desc = { enumerable: true, get: function() { return m[k]; } };
11
+ }
12
+ Object.defineProperty(o, k2, desc);
9
13
  }) : (function(o, m, k, k2) {
10
14
  if (k2 === undefined) k2 = k;
11
15
  o[k2] = m[k];
@@ -131,4 +135,3 @@ class HttpBackend {
131
135
  }
132
136
  }
133
137
  exports.HttpBackend = HttpBackend;
134
- //# sourceMappingURL=taquito-http-utils.js.map
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "a97e506efd61b86e39ae30db588401b8fda46553",
7
- "version": "17.3.2"
6
+ "commitHash": "a908ab176a8c52c025fd43e7acd452415396f54e",
7
+ "version": "17.4.0"
8
8
  };
9
- //# sourceMappingURL=version.js.map