@taquito/utils 24.0.0 → 24.0.1

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!
5
5
  exports.VERSION = {
6
- "commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
7
- "version": "24.0.0"
6
+ "commitHash": "ff502b6457efd5502635c8d6fe796fe156ef82b7",
7
+ "version": "24.0.1"
8
8
  };
@@ -2978,8 +2978,8 @@ function validateSmartRollupAddress(value) {
2978
2978
 
2979
2979
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
2980
2980
  const VERSION = {
2981
- "commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
2982
- "version": "24.0.0"
2981
+ "commitHash": "ff502b6457efd5502635c8d6fe796fe156ef82b7",
2982
+ "version": "24.0.1"
2983
2983
  };
2984
2984
 
2985
2985
  const BLS12_381_DST = 'BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_POP_';
@@ -2973,8 +2973,8 @@
2973
2973
 
2974
2974
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
2975
2975
  const VERSION = {
2976
- "commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
2977
- "version": "24.0.0"
2976
+ "commitHash": "ff502b6457efd5502635c8d6fe796fe156ef82b7",
2977
+ "version": "24.0.1"
2978
2978
  };
2979
2979
 
2980
2980
  const BLS12_381_DST = 'BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_POP_';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/utils",
3
- "version": "24.0.0",
3
+ "version": "24.0.1",
4
4
  "description": "converts michelson data and types into convenient JS/TS objects",
5
5
  "keywords": [
6
6
  "tezos",
@@ -65,7 +65,7 @@
65
65
  "@noble/curves": "^1.9.7",
66
66
  "@stablelib/blake2b": "^1.0.1",
67
67
  "@stablelib/ed25519": "^1.0.3",
68
- "@taquito/core": "^24.0.0",
68
+ "@taquito/core": "^24.0.1",
69
69
  "@types/bs58check": "^2.1.2",
70
70
  "bignumber.js": "^9.1.2",
71
71
  "blakejs": "^1.2.1",
@@ -102,5 +102,5 @@
102
102
  "ts-toolbelt": "^9.6.0",
103
103
  "typescript": "~5.5.4"
104
104
  },
105
- "gitHead": "5b08d9e0309bb2badcaec920c1ed8849f8284dfe"
105
+ "gitHead": "743aefee3aa20a047a2738d7e251141620142b60"
106
106
  }