@taquito/utils 17.5.1 → 17.5.2

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": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
7
- "version": "17.5.1"
6
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
7
+ "version": "17.5.2"
8
8
  };
@@ -514,8 +514,8 @@ function validateSmartRollupAddress(value) {
514
514
 
515
515
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
516
516
  const VERSION = {
517
- "commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
518
- "version": "17.5.1"
517
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
518
+ "version": "17.5.2"
519
519
  };
520
520
 
521
521
  const TZ_DECIMALS = 6;
@@ -509,8 +509,8 @@
509
509
 
510
510
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
511
511
  const VERSION = {
512
- "commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
513
- "version": "17.5.1"
512
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
513
+ "version": "17.5.2"
514
514
  };
515
515
 
516
516
  const TZ_DECIMALS = 6;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/utils",
3
- "version": "17.5.1",
3
+ "version": "17.5.2",
4
4
  "description": "converts michelson data and types into convenient JS/TS objects",
5
5
  "keywords": [
6
6
  "tezos",
@@ -64,7 +64,7 @@
64
64
  "dependencies": {
65
65
  "@stablelib/blake2b": "^1.0.1",
66
66
  "@stablelib/ed25519": "^1.0.3",
67
- "@taquito/core": "^17.5.1",
67
+ "@taquito/core": "^17.5.2",
68
68
  "@types/bs58check": "^2.1.0",
69
69
  "bignumber.js": "^9.1.2",
70
70
  "blakejs": "^1.2.1",
@@ -101,5 +101,5 @@
101
101
  "ts-toolbelt": "^9.6.0",
102
102
  "typescript": "~5.2.2"
103
103
  },
104
- "gitHead": "c7fb6e7aa6d9eca65b6c24a8492ba83a0762d85c"
104
+ "gitHead": "16d75a1beefb47874b696ee49d61769d6cf04f7b"
105
105
  }