@taquito/utils 24.3.0-beta.7 → 24.3.0-rc.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.
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "24.3.0-
|
|
6
|
+
"commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
|
|
7
|
+
"version": "24.3.0-rc.1"
|
|
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": "
|
|
3435
|
-
"version": "24.3.0-
|
|
3434
|
+
"commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
|
|
3435
|
+
"version": "24.3.0-rc.1"
|
|
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": "
|
|
3432
|
-
"version": "24.3.0-
|
|
3431
|
+
"commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
|
|
3432
|
+
"version": "24.3.0-rc.1"
|
|
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-
|
|
3
|
+
"version": "24.3.0-rc.1",
|
|
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-
|
|
60
|
+
"@taquito/core": "^24.3.0-rc.1",
|
|
61
61
|
"@types/bs58check": "^2.1.2",
|
|
62
62
|
"bignumber.js": "^10.0.2",
|
|
63
63
|
"blakejs": "^1.2.1",
|