@taquito/utils 24.3.0-rc.1 → 24.3.0-rc.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!
5
5
  exports.VERSION = {
6
- "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
7
- "version": "24.3.0-rc.1"
6
+ "commitHash": "7e99d97864147bbcc2291f12aac10e368afd9055",
7
+ "version": "24.3.0-rc.2"
8
8
  };
@@ -3431,8 +3431,8 @@ function validateSmartRollupAddress(value) {
3431
3431
 
3432
3432
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3433
3433
  const VERSION = {
3434
- "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
3435
- "version": "24.3.0-rc.1"
3434
+ "commitHash": "7e99d97864147bbcc2291f12aac10e368afd9055",
3435
+ "version": "24.3.0-rc.2"
3436
3436
  };
3437
3437
 
3438
3438
  const BLS12_381_DST = 'BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_POP_';
@@ -3428,8 +3428,8 @@
3428
3428
 
3429
3429
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3430
3430
  const VERSION = {
3431
- "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
3432
- "version": "24.3.0-rc.1"
3431
+ "commitHash": "7e99d97864147bbcc2291f12aac10e368afd9055",
3432
+ "version": "24.3.0-rc.2"
3433
3433
  };
3434
3434
 
3435
3435
  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.3.0-rc.1",
3
+ "version": "24.3.0-rc.2",
4
4
  "description": "Encoding, crypto, and utility helpers for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@noble/curves": "^1.9.7",
59
59
  "@noble/hashes": "^2.0.1",
60
- "@taquito/core": "^24.3.0-rc.1",
60
+ "@taquito/core": "^24.3.0-rc.2",
61
61
  "@types/bs58check": "^2.1.2",
62
62
  "bignumber.js": "^10.0.2",
63
63
  "blakejs": "^1.2.1",