@taquito/remote-signer 22.0.0-beta.0 → 23.0.0-beta.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 OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "f0eb755ed1e0de4d1cd86623df4496f76efd0caf",
7
- "version": "22.0.0-beta.0"
6
+ "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
7
+ "version": "23.0.0-beta.0"
8
8
  };
@@ -95,8 +95,8 @@ class SignatureVerificationError extends TaquitoError {
95
95
 
96
96
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
97
97
  const VERSION = {
98
- "commitHash": "f0eb755ed1e0de4d1cd86623df4496f76efd0caf",
99
- "version": "22.0.0-beta.0"
98
+ "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
99
+ "version": "23.0.0-beta.0"
100
100
  };
101
101
 
102
102
  const pref = {
@@ -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": "f0eb755ed1e0de4d1cd86623df4496f76efd0caf",
99
- "version": "22.0.0-beta.0"
98
+ "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
99
+ "version": "23.0.0-beta.0"
100
100
  };
101
101
 
102
102
  const pref = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/remote-signer",
3
- "version": "22.0.0-beta.0",
3
+ "version": "23.0.0-beta.0",
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": "^22.0.0-beta.0",
66
- "@taquito/http-utils": "^22.0.0-beta.0",
67
- "@taquito/taquito": "^22.0.0-beta.0",
68
- "@taquito/utils": "^22.0.0-beta.0",
65
+ "@taquito/core": "^23.0.0-beta.0",
66
+ "@taquito/http-utils": "^23.0.0-beta.0",
67
+ "@taquito/taquito": "^23.0.0-beta.0",
68
+ "@taquito/utils": "^23.0.0-beta.0",
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": "239ae96ca142f3f63ecfc7e51731c115c3fe322f"
99
+ "gitHead": "37cc766d60407d7909fbd2d841d9dd946243d04a"
100
100
  }