hanoman 0.1.43 → 0.1.44
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/dist/build-info.json
CHANGED
package/dist/cli.js
CHANGED
|
@@ -5650,6 +5650,9 @@ var init_api = __esm({
|
|
|
5650
5650
|
ideCompare: (id, from, to) => `${API}/projects/${id}/compare?from=${encodeURIComponent(from)}&to=${encodeURIComponent(to)}`,
|
|
5651
5651
|
ideCompareFile: (id, from, to, path) => `${API}/projects/${id}/compare/file?from=${encodeURIComponent(from)}&to=${encodeURIComponent(to)}&path=${encodeURIComponent(path)}`,
|
|
5652
5652
|
ideGit: (id) => `${API}/projects/${id}/git`,
|
|
5653
|
+
// ADR-0121 · operasi berkas Explorer: satu path untuk buat/rename/hapus, satu untuk unggah.
|
|
5654
|
+
ideEntry: (id, path) => `${API}/projects/${id}/entry${path ? `?path=${encodeURIComponent(path)}` : ""}`,
|
|
5655
|
+
ideUpload: (id) => `${API}/projects/${id}/upload`,
|
|
5653
5656
|
ideGitMerge: (id) => `${API}/projects/${id}/git/merge`,
|
|
5654
5657
|
// SPEC-229 · merge git graph isolasi
|
|
5655
5658
|
// SPEC-234 · status working tree (staged/unstaged) + diff satu file working tree
|