@taquito/http-utils 23.1.0 → 24.0.0-beta.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.
@@ -3,6 +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": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
7
- "version": "23.1.0"
6
+ "commitHash": "7912b77f57f943dff619383900bd46a7a593a244",
7
+ "version": "24.0.0-beta.0"
8
8
  };
@@ -16,7 +16,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
16
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
17
  PERFORMANCE OF THIS SOFTWARE.
18
18
  ***************************************************************************** */
19
- /* global Reflect, Promise, SuppressedError, Symbol */
19
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
20
20
 
21
21
 
22
22
  function __awaiter(thisArg, _arguments, P, generator) {
@@ -399,8 +399,8 @@ var STATUS_CODE;
399
399
 
400
400
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
401
401
  const VERSION = {
402
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
403
- "version": "23.1.0"
402
+ "commitHash": "7912b77f57f943dff619383900bd46a7a593a244",
403
+ "version": "24.0.0-beta.0"
404
404
  };
405
405
 
406
406
  /**
@@ -18,7 +18,7 @@
18
18
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
19
  PERFORMANCE OF THIS SOFTWARE.
20
20
  ***************************************************************************** */
21
- /* global Reflect, Promise, SuppressedError, Symbol */
21
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
22
22
 
23
23
 
24
24
  function __awaiter(thisArg, _arguments, P, generator) {
@@ -401,8 +401,8 @@
401
401
 
402
402
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
403
403
  const VERSION = {
404
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
405
- "version": "23.1.0"
404
+ "commitHash": "7912b77f57f943dff619383900bd46a7a593a244",
405
+ "version": "24.0.0-beta.0"
406
406
  };
407
407
 
408
408
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/http-utils",
3
- "version": "23.1.0",
3
+ "version": "24.0.0-beta.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "tezos"
@@ -63,7 +63,7 @@
63
63
  ]
64
64
  },
65
65
  "dependencies": {
66
- "@taquito/core": "^23.1.0",
66
+ "@taquito/core": "^24.0.0-beta.0",
67
67
  "node-fetch": "^2.7.0"
68
68
  },
69
69
  "devDependencies": {
@@ -96,5 +96,5 @@
96
96
  "ts-toolbelt": "^9.6.0",
97
97
  "typescript": "~5.5.4"
98
98
  },
99
- "gitHead": "bcf60513cade1e3272cd50c47a786d4bd45f70c8"
99
+ "gitHead": "f212ea3edaf1fac34d738b5d00a9892ab7a3b721"
100
100
  }