hanoman 0.1.39 → 0.1.40

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.39",
3
- "sha": "b5ac8a8",
4
- "builtAt": "2026-08-15T01:27:37.357Z"
2
+ "version": "0.1.40",
3
+ "sha": "bf5c0ae",
4
+ "builtAt": "2026-08-15T13:13:30.676Z"
5
5
  }
package/dist/cli.js CHANGED
@@ -5753,6 +5753,8 @@ var init_api = __esm({
5753
5753
  syncNow: `${API}/sync/now`,
5754
5754
  // SPEC-270 · ADR-0067 · antrean konflik rekonsil (cookie-authed)
5755
5755
  syncConflicts: `${API}/sync/conflicts`,
5756
+ // SPEC-799 · ADR-0119 · penghapusan yang menunggu jendela online (cookie-only, cermin syncNow).
5757
+ syncPending: `${API}/sync/pending`,
5756
5758
  syncConflictResolve: (entity, recordId) => `${API}/sync/conflicts/${encodeURIComponent(entity)}/${encodeURIComponent(recordId)}/resolve`,
5757
5759
  // SPEC-257 · ADR-0065 · agent token (kelola cookie-only) + katalog capability
5758
5760
  agentTokens: `${API}/agent-tokens`,
@@ -29187,11 +29189,13 @@ var init_migrate_pg = __esm({
29187
29189
  "VpsItemState",
29188
29190
  "SessionResult",
29189
29191
  "SessionHistory",
29192
+ // SPEC-799 · ADR-0119 · SyncTombstone LOCAL-only, tanpa FK; letaknya bersama tabel sync lain.
29190
29193
  "SyncLog",
29191
29194
  "LocalBinding",
29192
29195
  "SyncOutbox",
29193
29196
  "SyncState",
29194
29197
  "SyncConflict",
29198
+ "SyncTombstone",
29195
29199
  // SPEC-485 · ADR-0102 · LeadFlow SEBELUM LeadDecision: `flowId` menunjuk ke sana. Tanpa FK, tapi
29196
29200
  // urutan tabel harus tetap mencerminkan arah tautannya bagi pembaca berikutnya.
29197
29201
  // SPEC-646 · ADR-0112 · SchedulerCron SEBELUM SchedulerCronRun: `cronId` menunjuk ke sana. Tanpa