@taquito/signer 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.
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 OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "23.0.
|
|
6
|
+
"commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
|
|
7
|
+
"version": "23.0.3"
|
|
8
8
|
};
|
|
@@ -813,8 +813,8 @@ function importKey(toolkit, privateKeyOrEmail, passphrase, mnemonic, secret) {
|
|
|
813
813
|
|
|
814
814
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
815
815
|
const VERSION = {
|
|
816
|
-
"commitHash": "
|
|
817
|
-
"version": "23.0.
|
|
816
|
+
"commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
|
|
817
|
+
"version": "23.0.3"
|
|
818
818
|
};
|
|
819
819
|
|
|
820
820
|
var _InMemorySigner_key;
|
|
@@ -823,8 +823,8 @@
|
|
|
823
823
|
|
|
824
824
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
825
825
|
const VERSION = {
|
|
826
|
-
"commitHash": "
|
|
827
|
-
"version": "23.0.
|
|
826
|
+
"commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
|
|
827
|
+
"version": "23.0.3"
|
|
828
828
|
};
|
|
829
829
|
|
|
830
830
|
var _InMemorySigner_key;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/signer",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.3",
|
|
4
4
|
"description": "Provide signing functionality to be with taquito",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"@stablelib/nacl": "^1.0.4",
|
|
74
74
|
"@stablelib/pbkdf2": "^1.0.1",
|
|
75
75
|
"@stablelib/sha512": "^1.0.1",
|
|
76
|
-
"@taquito/core": "^23.0.
|
|
77
|
-
"@taquito/taquito": "^23.0.
|
|
78
|
-
"@taquito/utils": "^23.0.
|
|
76
|
+
"@taquito/core": "^23.0.3",
|
|
77
|
+
"@taquito/taquito": "^23.0.3",
|
|
78
|
+
"@taquito/utils": "^23.0.3",
|
|
79
79
|
"@types/bn.js": "^5.1.5",
|
|
80
80
|
"bip39": "3.1.0",
|
|
81
81
|
"elliptic": "^6.6.1",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"typedoc": "^0.26.5",
|
|
113
113
|
"typescript": "~5.5.4"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "2abf349e97af45f11210b3121078b9d96699d5da"
|
|
116
116
|
}
|