@taquito/utils 23.0.2 → 23.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": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
7
- "version": "23.0.2"
6
+ "commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
7
+ "version": "23.0.3"
8
8
  };
@@ -572,8 +572,8 @@ function validateSmartRollupAddress(value) {
572
572
 
573
573
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
574
574
  const VERSION = {
575
- "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
576
- "version": "23.0.2"
575
+ "commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
576
+ "version": "23.0.3"
577
577
  };
578
578
 
579
579
  const BLS12_381_DST = 'BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_POP_';
@@ -567,8 +567,8 @@
567
567
 
568
568
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
569
569
  const VERSION = {
570
- "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
571
- "version": "23.0.2"
570
+ "commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
571
+ "version": "23.0.3"
572
572
  };
573
573
 
574
574
  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": "23.0.2",
3
+ "version": "23.0.3",
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.6",
66
66
  "@stablelib/blake2b": "^1.0.1",
67
67
  "@stablelib/ed25519": "^1.0.3",
68
- "@taquito/core": "^23.0.2",
68
+ "@taquito/core": "^23.0.3",
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": "f7a7e829bd8876ead6888bea6bafb2f8f76a5359"
105
+ "gitHead": "2abf349e97af45f11210b3121078b9d96699d5da"
106
106
  }