@towns-labs/relayer 4.1.1 → 5.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.
package/dist/README.md CHANGED
@@ -1 +1 @@
1
- This folder contains the built output assets for the worker "relayer-worker" generated at 2026-02-28T01:51:12.246Z.
1
+ This folder contains the built output assets for the worker "relayer-worker" generated at 2026-03-02T18:44:48.361Z.
package/dist/index.js CHANGED
@@ -40340,10 +40340,6 @@ async function handleGetCallsHistory(_params, _ctx) {
40340
40340
  throw new RpcError2(METHOD_NOT_IMPLEMENTED, "wallet_getCallsHistory not implemented");
40341
40341
  }
40342
40342
  __name(handleGetCallsHistory, "handleGetCallsHistory");
40343
- async function handleGetAuthorization(_params, _ctx) {
40344
- throw new RpcError2(METHOD_NOT_IMPLEMENTED, "wallet_getAuthorization not implemented");
40345
- }
40346
- __name(handleGetAuthorization, "handleGetAuthorization");
40347
40343
 
40348
40344
  // src/lib/erc1271.ts
40349
40345
  var ERC1271_SIGN_TYPEHASH = keccak256(
@@ -40482,7 +40478,6 @@ function createMethods(_env) {
40482
40478
  // Stub methods (not yet implemented - return METHOD_NOT_IMPLEMENTED error)
40483
40479
  wallet_getAssets: handleGetAssets,
40484
40480
  wallet_getCallsHistory: handleGetCallsHistory,
40485
- wallet_getAuthorization: handleGetAuthorization,
40486
40481
  wallet_verifySignature: handleVerifySignature
40487
40482
  };
40488
40483
  }