hanoman 0.1.45 → 0.1.46

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/README.md CHANGED
@@ -75,7 +75,7 @@ langsung), panel tetap hanya menampilkan perintah untuk disalin.
75
75
  Dari terminal:
76
76
 
77
77
  ```bash
78
- hanoman update # npm i -g hanoman@latest
78
+ hanoman update # npm i -g hanoman@latest --prefer-online
79
79
  ```
80
80
 
81
81
  Sesudah `hanoman update`, instance yang berjalan perlu di-restart (mis. `systemctl restart hanoman`).
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.45",
3
- "sha": "8badf76",
4
- "builtAt": "2026-08-18T01:35:38.039Z"
2
+ "version": "0.1.46",
3
+ "sha": "03155cdb",
4
+ "builtAt": "2026-08-18T01:48:20.610Z"
5
5
  }
package/dist/cli.js CHANGED
@@ -7832,7 +7832,7 @@ var init_update = __esm({
7832
7832
  init_src();
7833
7833
  init_router();
7834
7834
  PKG = "hanoman";
7835
- INSTALL_ARGS = ["i", "-g", `${PKG}@latest`];
7835
+ INSTALL_ARGS = ["i", "-g", `${PKG}@latest`, "--prefer-online"];
7836
7836
  DEFAULT_REGISTRY = "https://registry.npmjs.org";
7837
7837
  }
7838
7838
  });
package/dist/server.js CHANGED
@@ -32356,7 +32356,7 @@ init_config2();
32356
32356
  import { readFileSync as readFileSync12 } from "node:fs";
32357
32357
  import { resolve as resolve16, dirname as dirname12 } from "node:path";
32358
32358
  import { fileURLToPath as fileURLToPath3 } from "node:url";
32359
- var UPDATE_COMMAND = "npm i -g hanoman@latest";
32359
+ var UPDATE_COMMAND = "npm i -g hanoman@latest --prefer-online";
32360
32360
  function composeUpdate(x) {
32361
32361
  const available = x.registryStatus === "ok" && x.latestVersion != null && compareSemver(x.latestVersion, x.currentVersion) > 0;
32362
32362
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanoman",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "Orchestrator + dashboard workflow docs-driven untuk sesi Claude Code / Codex",
5
5
  "type": "module",
6
6
  "repository": {