@taquito/utils 21.0.1 → 21.0.3

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": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
7
- "version": "21.0.1"
6
+ "commitHash": "37c8a05360ab00dc3b5d1fbc691d0ac571051a32",
7
+ "version": "21.0.3"
8
8
  };
@@ -496,8 +496,8 @@ function validateSmartRollupAddress(value) {
496
496
 
497
497
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
498
498
  const VERSION = {
499
- "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
500
- "version": "21.0.1"
499
+ "commitHash": "37c8a05360ab00dc3b5d1fbc691d0ac571051a32",
500
+ "version": "21.0.3"
501
501
  };
502
502
 
503
503
  const TZ_DECIMALS = 6;
@@ -491,8 +491,8 @@
491
491
 
492
492
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
493
493
  const VERSION = {
494
- "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
495
- "version": "21.0.1"
494
+ "commitHash": "37c8a05360ab00dc3b5d1fbc691d0ac571051a32",
495
+ "version": "21.0.3"
496
496
  };
497
497
 
498
498
  const TZ_DECIMALS = 6;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/utils",
3
- "version": "21.0.1",
3
+ "version": "21.0.3",
4
4
  "description": "converts michelson data and types into convenient JS/TS objects",
5
5
  "keywords": [
6
6
  "tezos",
@@ -64,13 +64,13 @@
64
64
  "dependencies": {
65
65
  "@stablelib/blake2b": "^1.0.1",
66
66
  "@stablelib/ed25519": "^1.0.3",
67
- "@taquito/core": "^21.0.1",
67
+ "@taquito/core": "^21.0.3",
68
68
  "@types/bs58check": "^2.1.2",
69
69
  "bignumber.js": "^9.1.2",
70
70
  "blakejs": "^1.2.1",
71
71
  "bs58check": "^3.0.1",
72
72
  "buffer": "^6.0.3",
73
- "elliptic": "^6.6.0",
73
+ "elliptic": "^6.6.1",
74
74
  "typedarray-to-buffer": "^4.0.0"
75
75
  },
76
76
  "devDependencies": {
@@ -101,5 +101,5 @@
101
101
  "ts-toolbelt": "^9.6.0",
102
102
  "typescript": "~5.5.4"
103
103
  },
104
- "gitHead": "ed45bf0eec9c9139eb2fe73213336a334bfaefdb"
104
+ "gitHead": "7ccee2580e6cd848c703ce90f45025c459a91ce3"
105
105
  }