@towns-labs/relayer 4.1.0 → 4.1.2

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-27T22:13:29.531Z.
1
+ This folder contains the built output assets for the worker "relayer-worker" generated at 2026-03-02T14:31:30.211Z.
package/dist/index.js CHANGED
@@ -25652,7 +25652,7 @@ function $constructor(name, initializer3, params) {
25652
25652
  return _;
25653
25653
  }
25654
25654
  __name($constructor, "$constructor");
25655
- var $brand = Symbol("zod_brand");
25655
+ var $brand = /* @__PURE__ */ Symbol("zod_brand");
25656
25656
  var $ZodAsyncError = class extends Error {
25657
25657
  static {
25658
25658
  __name(this, "$ZodAsyncError");
@@ -25818,7 +25818,7 @@ function floatSafeRemainder(val, step) {
25818
25818
  return valInt % stepInt / 10 ** decCount;
25819
25819
  }
25820
25820
  __name(floatSafeRemainder, "floatSafeRemainder");
25821
- var EVALUATING = Symbol("evaluating");
25821
+ var EVALUATING = /* @__PURE__ */ Symbol("evaluating");
25822
25822
  function defineLazy(object2, key, getter) {
25823
25823
  let value = void 0;
25824
25824
  Object.defineProperty(object2, key, {
@@ -35073,8 +35073,8 @@ __name(yo_default, "default");
35073
35073
 
35074
35074
  // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/registries.js
35075
35075
  var _a;
35076
- var $output = Symbol("ZodOutput");
35077
- var $input = Symbol("ZodInput");
35076
+ var $output = /* @__PURE__ */ Symbol("ZodOutput");
35077
+ var $input = /* @__PURE__ */ Symbol("ZodInput");
35078
35078
  var $ZodRegistry = class {
35079
35079
  static {
35080
35080
  __name(this, "$ZodRegistry");
@@ -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
  }