zk-agent-cli 0.1.0-beta.3 → 0.1.0-beta.4

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11840,8 +11840,7 @@ function resolveConnectorUiDistRoot() {
11840
11840
  const currentFile = fileURLToPath3(import.meta.url);
11841
11841
  const currentDir2 = path6.dirname(currentFile);
11842
11842
  const candidates = [
11843
- path6.resolve(currentDir2, "../connector-ui"),
11844
- path6.resolve(currentDir2, "../../dist/connector-ui"),
11843
+ path6.resolve(currentDir2, "./connector-ui"),
11845
11844
  path6.resolve(currentDir2, "../../../zk-connector-ui/dist"),
11846
11845
  path6.resolve(currentDir2, "../../zk-connector-ui/dist")
11847
11846
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zk-agent-cli",
3
- "version": "0.1.0-beta.3",
3
+ "version": "0.1.0-beta.4",
4
4
  "description": "Local-first zkSync Era and ZK Stack agent CLI with wallet session recovery, workflow orchestration, relay-backed approval, and SED smart-account support.",
5
5
  "license": "MIT",
6
6
  "type": "module",