@taquito/remote-signer 23.0.0 → 23.0.1

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 OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
7
- "version": "23.0.0"
6
+ "commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
7
+ "version": "23.0.1"
8
8
  };
@@ -94,8 +94,8 @@ class SignatureVerificationError extends TaquitoError {
94
94
 
95
95
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
96
96
  const VERSION = {
97
- "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
98
- "version": "23.0.0"
97
+ "commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
98
+ "version": "23.0.1"
99
99
  };
100
100
 
101
101
  class RemoteSigner {
@@ -95,8 +95,8 @@
95
95
 
96
96
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
97
97
  const VERSION = {
98
- "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
99
- "version": "23.0.0"
98
+ "commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
99
+ "version": "23.0.1"
100
100
  };
101
101
 
102
102
  class RemoteSigner {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/remote-signer",
3
- "version": "23.0.0",
3
+ "version": "23.0.1",
4
4
  "description": "Remote signer provider",
5
5
  "keywords": [
6
6
  "tezos",
@@ -62,10 +62,10 @@
62
62
  "dependencies": {
63
63
  "@stablelib/blake2b": "^1.0.1",
64
64
  "@stablelib/ed25519": "^1.0.3",
65
- "@taquito/core": "^23.0.0",
66
- "@taquito/http-utils": "^23.0.0",
67
- "@taquito/taquito": "^23.0.0",
68
- "@taquito/utils": "^23.0.0",
65
+ "@taquito/core": "^23.0.1",
66
+ "@taquito/http-utils": "^23.0.1",
67
+ "@taquito/taquito": "^23.0.1",
68
+ "@taquito/utils": "^23.0.1",
69
69
  "typedarray-to-buffer": "^4.0.0"
70
70
  },
71
71
  "devDependencies": {
@@ -96,5 +96,5 @@
96
96
  "ts-toolbelt": "^9.6.0",
97
97
  "typescript": "~5.5.4"
98
98
  },
99
- "gitHead": "4ac77876be144da54f292e639b5b977a13642de9"
99
+ "gitHead": "d67244a8188ee3a62390f32b75ba1acf599a782f"
100
100
  }