@taquito/signer 24.0.2 → 24.1.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.
@@ -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": "f798e97ba998acc2cc5310278d812448591bd312",
7
- "version": "24.0.2"
6
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
7
+ "version": "24.1.0"
8
8
  };
@@ -987,8 +987,8 @@ function publicKeyFromString(src) {
987
987
 
988
988
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
989
989
  const VERSION = {
990
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
991
- "version": "24.0.2"
990
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
991
+ "version": "24.1.0"
992
992
  };
993
993
 
994
994
  export { ecdsa as ECDSA, ed25519 as Ed25519, Hard, InMemorySigner, InvalidPassphraseError, Path, VERSION, generateSecretKey, publicKeyFromString };
@@ -996,8 +996,8 @@
996
996
 
997
997
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
998
998
  const VERSION = {
999
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
1000
- "version": "24.0.2"
999
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
1000
+ "version": "24.1.0"
1001
1001
  };
1002
1002
 
1003
1003
  exports.ECDSA = ecdsa;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/signer",
3
- "version": "24.0.2",
3
+ "version": "24.1.0",
4
4
  "description": "Provide signing functionality to be with taquito",
5
5
  "keywords": [
6
6
  "tezos",
@@ -73,8 +73,8 @@
73
73
  "@stablelib/nacl": "^1.0.4",
74
74
  "@stablelib/pbkdf2": "^1.0.1",
75
75
  "@stablelib/sha512": "^1.0.1",
76
- "@taquito/core": "^24.0.2",
77
- "@taquito/utils": "^24.0.2",
76
+ "@taquito/core": "^24.1.0",
77
+ "@taquito/utils": "^24.1.0",
78
78
  "@types/bn.js": "^5.1.5",
79
79
  "bip39": "3.1.0",
80
80
  "bn.js": "^5.2.2",
@@ -111,5 +111,5 @@
111
111
  "typedoc": "^0.26.5",
112
112
  "typescript": "~5.5.4"
113
113
  },
114
- "gitHead": "1ed75f883b26cbe2a62287813eedb096d81f0f46"
114
+ "gitHead": "dc65bb045c8e7a7d8ba9fcca97c03b7d6892c95c"
115
115
  }