@hardkas/l2 0.9.0-alpha → 0.9.2-alpha

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -314,7 +314,7 @@ async function checkEvmRpcHealth(options) {
314
314
  url: options.url,
315
315
  ready: false,
316
316
  checkedAt: (/* @__PURE__ */ new Date()).toISOString(),
317
- error: e instanceof Error ? e.message : String(e)
317
+ error: e instanceof Error ? e instanceof Error ? e instanceof Error ? e.message : String(e) : String(e) : String(e)
318
318
  };
319
319
  }
320
320
  }
@@ -445,7 +445,7 @@ var ViemIgraTxSigner = class {
445
445
  };
446
446
  } catch (e) {
447
447
  throw new Error(
448
- `Igra signing failed: ${e instanceof Error ? e.message : String(e)}`
448
+ `Igra signing failed: ${e instanceof Error ? e instanceof Error ? e instanceof Error ? e.message : String(e) : String(e) : String(e)}`
449
449
  );
450
450
  }
451
451
  }
@@ -489,7 +489,7 @@ var IGRA_BRIDGE_ASSUMPTIONS = {
489
489
  "pre-ZK implies stronger trust assumptions.",
490
490
  "MPC implies threshold committee trust assumptions.",
491
491
  "ZK phase enables validity-proof based trustless exit.",
492
- "HardKAS does not perform bridge operations in 0.9.0-alpha."
492
+ "HardKAS does not perform bridge operations in 0.9.2-alpha."
493
493
  ],
494
494
  updatedAt: "2026-05-07T00:00:00Z"
495
495
  // Reference date for Phase 33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardkas/l2",
3
- "version": "0.9.0-alpha",
3
+ "version": "0.9.2-alpha",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -12,7 +12,7 @@
12
12
  "types": "./dist/index.d.ts",
13
13
  "dependencies": {
14
14
  "viem": "^2.48.8",
15
- "@hardkas/artifacts": "0.9.0-alpha"
15
+ "@hardkas/artifacts": "0.9.2-alpha"
16
16
  },
17
17
  "devDependencies": {
18
18
  "tsup": "^8.3.5",