@taquito/signer 24.3.0-rc.4 → 24.3.0
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": "f724c83a603e3623928be71c46030af223a779ee",
|
|
7
|
+
"version": "24.3.0"
|
|
8
8
|
};
|
|
@@ -4504,8 +4504,8 @@ function publicKeyFromString(src) {
|
|
|
4504
4504
|
|
|
4505
4505
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
4506
4506
|
const VERSION = {
|
|
4507
|
-
"commitHash": "
|
|
4508
|
-
"version": "24.3.0
|
|
4507
|
+
"commitHash": "f724c83a603e3623928be71c46030af223a779ee",
|
|
4508
|
+
"version": "24.3.0"
|
|
4509
4509
|
};
|
|
4510
4510
|
|
|
4511
4511
|
export { ecdsa as ECDSA, ed25519 as Ed25519, Hard, InMemorySigner, InvalidPassphraseError, Path, VERSION, generateSecretKey, publicKeyFromString };
|
|
@@ -4499,8 +4499,8 @@ zoo`.split('\n');
|
|
|
4499
4499
|
|
|
4500
4500
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
4501
4501
|
const VERSION = {
|
|
4502
|
-
"commitHash": "
|
|
4503
|
-
"version": "24.3.0
|
|
4502
|
+
"commitHash": "f724c83a603e3623928be71c46030af223a779ee",
|
|
4503
|
+
"version": "24.3.0"
|
|
4504
4504
|
};
|
|
4505
4505
|
|
|
4506
4506
|
exports.ECDSA = ecdsa;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/signer",
|
|
3
|
-
"version": "24.3.0
|
|
3
|
+
"version": "24.3.0",
|
|
4
4
|
"description": "Software signer implementations and signing utilities for Taquito.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@scure/bip39": "^2.0.1",
|
|
61
61
|
"@noble/hashes": "^2.0.1",
|
|
62
62
|
"@stablelib/nacl": "^1.0.4",
|
|
63
|
-
"@taquito/core": "^24.3.0
|
|
64
|
-
"@taquito/utils": "^24.3.0
|
|
63
|
+
"@taquito/core": "^24.3.0",
|
|
64
|
+
"@taquito/utils": "^24.3.0",
|
|
65
65
|
"@types/bn.js": "^5.1.5",
|
|
66
66
|
"bn.js": "^5.2.2",
|
|
67
67
|
"typedarray-to-buffer": "^4.0.0"
|