@taquito/signer 21.0.5 → 22.0.0-RC.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 OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "
|
|
6
|
+
"commitHash": "6936d6bc71e6a805f6d5568b60b1a0f6595a375d",
|
|
7
|
+
"version": "22.0.0-RC.0"
|
|
8
8
|
};
|
|
@@ -615,8 +615,8 @@ function importKey(toolkit, privateKeyOrEmail, passphrase, mnemonic, secret) {
|
|
|
615
615
|
|
|
616
616
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
617
617
|
const VERSION = {
|
|
618
|
-
"commitHash": "
|
|
619
|
-
"version": "
|
|
618
|
+
"commitHash": "6936d6bc71e6a805f6d5568b60b1a0f6595a375d",
|
|
619
|
+
"version": "22.0.0-RC.0"
|
|
620
620
|
};
|
|
621
621
|
|
|
622
622
|
/**
|
|
@@ -627,8 +627,8 @@
|
|
|
627
627
|
|
|
628
628
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
629
629
|
const VERSION = {
|
|
630
|
-
"commitHash": "
|
|
631
|
-
"version": "
|
|
630
|
+
"commitHash": "6936d6bc71e6a805f6d5568b60b1a0f6595a375d",
|
|
631
|
+
"version": "22.0.0-RC.0"
|
|
632
632
|
};
|
|
633
633
|
|
|
634
634
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/signer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0-RC.0",
|
|
4
4
|
"description": "Provide signing functionality to be with taquito",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"@stablelib/nacl": "^1.0.4",
|
|
73
73
|
"@stablelib/pbkdf2": "^1.0.1",
|
|
74
74
|
"@stablelib/sha512": "^1.0.1",
|
|
75
|
-
"@taquito/core": "^
|
|
76
|
-
"@taquito/taquito": "^
|
|
77
|
-
"@taquito/utils": "^
|
|
75
|
+
"@taquito/core": "^22.0.0-RC.0",
|
|
76
|
+
"@taquito/taquito": "^22.0.0-RC.0",
|
|
77
|
+
"@taquito/utils": "^22.0.0-RC.0",
|
|
78
78
|
"@types/bn.js": "^5.1.5",
|
|
79
79
|
"bip39": "3.1.0",
|
|
80
80
|
"elliptic": "^6.6.1",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"typedoc": "^0.26.5",
|
|
112
112
|
"typescript": "~5.5.4"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "a5501829190e16f53bb3ce8f8b8143d8c0f01834"
|
|
115
115
|
}
|