@taquito/utils 25.0.0-beta.1 → 25.0.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": "25.0.0-
|
|
6
|
+
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
7
|
+
"version": "25.0.0-rc.1"
|
|
8
8
|
};
|
|
@@ -3615,8 +3615,8 @@ function validateSmartRollupAddress(value) {
|
|
|
3615
3615
|
|
|
3616
3616
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
3617
3617
|
const VERSION = {
|
|
3618
|
-
"commitHash": "
|
|
3619
|
-
"version": "25.0.0-
|
|
3618
|
+
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
3619
|
+
"version": "25.0.0-rc.1"
|
|
3620
3620
|
};
|
|
3621
3621
|
|
|
3622
3622
|
const BLS12_381_DST = 'BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_POP_';
|
|
@@ -3612,8 +3612,8 @@
|
|
|
3612
3612
|
|
|
3613
3613
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
3614
3614
|
const VERSION = {
|
|
3615
|
-
"commitHash": "
|
|
3616
|
-
"version": "25.0.0-
|
|
3615
|
+
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
3616
|
+
"version": "25.0.0-rc.1"
|
|
3617
3617
|
};
|
|
3618
3618
|
|
|
3619
3619
|
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": "25.0.0-
|
|
3
|
+
"version": "25.0.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.2.0",
|
|
60
|
-
"@taquito/core": "^25.0.0-
|
|
60
|
+
"@taquito/core": "^25.0.0-rc.1",
|
|
61
61
|
"@types/bs58check": "^2.1.2",
|
|
62
62
|
"bignumber.js": "^10.0.2",
|
|
63
63
|
"blakejs": "^1.2.1",
|