@taquito/ledger-signer 25.0.0-beta.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.
@@ -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": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
7
- "version": "25.0.0-beta.1"
6
+ "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
7
+ "version": "25.0.0"
8
8
  };
@@ -3180,8 +3180,8 @@ class InvalidDerivationTypeError extends ParameterValidationError {
3180
3180
 
3181
3181
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3182
3182
  const VERSION = {
3183
- "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
3184
- "version": "25.0.0-beta.1"
3183
+ "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
3184
+ "version": "25.0.0"
3185
3185
  };
3186
3186
 
3187
3187
  /**
@@ -3182,8 +3182,8 @@
3182
3182
 
3183
3183
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3184
3184
  const VERSION = {
3185
- "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
3186
- "version": "25.0.0-beta.1"
3185
+ "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
3186
+ "version": "25.0.0"
3187
3187
  };
3188
3188
 
3189
3189
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/ledger-signer",
3
- "version": "25.0.0-beta.1",
3
+ "version": "25.0.0",
4
4
  "description": "Ledger hardware wallet signer integration for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -52,9 +52,9 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@ledgerhq/hw-transport": "^6.35.4",
55
- "@taquito/core": "^25.0.0-beta.1",
56
- "@taquito/taquito": "^25.0.0-beta.1",
57
- "@taquito/utils": "^25.0.0-beta.1",
55
+ "@taquito/core": "^25.0.0",
56
+ "@taquito/taquito": "^25.0.0",
57
+ "@taquito/utils": "^25.0.0",
58
58
  "@noble/hashes": "^2.2.0",
59
59
  "buffer": "^6.0.3"
60
60
  },
package/src/version.ts CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3
3
  export const VERSION = {
4
- "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
5
- "version": "25.0.0-beta.1"
4
+ "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
5
+ "version": "25.0.0"
6
6
  };