@hardkas/l2 0.6.1-alpha → 0.7.1-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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -454,7 +454,7 @@ var IGRA_BRIDGE_ASSUMPTIONS = {
454
454
  "pre-ZK implies stronger trust assumptions.",
455
455
  "MPC implies threshold committee trust assumptions.",
456
456
  "ZK phase enables validity-proof based trustless exit.",
457
- "HardKAS does not perform bridge operations in v0.2-alpha."
457
+ "HardKAS does not perform bridge operations in 0.7.0-alpha."
458
458
  ],
459
459
  updatedAt: "2026-05-07T00:00:00Z"
460
460
  // Reference date for Phase 33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardkas/l2",
3
- "version": "0.6.1-alpha",
3
+ "version": "0.7.1-alpha",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"
@@ -8,7 +8,7 @@
8
8
  "types": "./dist/index.d.ts",
9
9
  "dependencies": {
10
10
  "viem": "^2.48.8",
11
- "@hardkas/artifacts": "0.6.1-alpha"
11
+ "@hardkas/artifacts": "0.7.1-alpha"
12
12
  },
13
13
  "devDependencies": {
14
14
  "tsup": "^8.3.5",