@taquito/signer 25.0.0-rc.1 → 25.0.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.
@@ -4,5 +4,5 @@ exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5
5
  exports.VERSION = {
6
6
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
7
- "version": "25.0.0-rc.1"
7
+ "version": "25.0.0"
8
8
  };
@@ -4951,7 +4951,7 @@ function publicKeyFromString(src) {
4951
4951
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
4952
4952
  const VERSION = {
4953
4953
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
4954
- "version": "25.0.0-rc.1"
4954
+ "version": "25.0.0"
4955
4955
  };
4956
4956
 
4957
4957
  export { ecdsa as ECDSA, ed25519 as Ed25519, Hard, InMemorySigner, InvalidPassphraseError, Path, VERSION, generateSecretKey, publicKeyFromString };
@@ -4947,7 +4947,7 @@ zoo`.split('\n'));
4947
4947
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
4948
4948
  const VERSION = {
4949
4949
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
4950
- "version": "25.0.0-rc.1"
4950
+ "version": "25.0.0"
4951
4951
  };
4952
4952
 
4953
4953
  exports.ECDSA = ecdsa;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/signer",
3
- "version": "25.0.0-rc.1",
3
+ "version": "25.0.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.2.0",
61
61
  "@noble/hashes": "^2.2.0",
62
62
  "@stablelib/nacl": "^1.0.4",
63
- "@taquito/core": "^25.0.0-rc.1",
64
- "@taquito/utils": "^25.0.0-rc.1",
63
+ "@taquito/core": "^25.0.0",
64
+ "@taquito/utils": "^25.0.0",
65
65
  "@types/bn.js": "^5.1.5",
66
66
  "bn.js": "^5.2.2",
67
67
  "typedarray-to-buffer": "^4.0.0"