jawcode 1.0.1 → 1.0.3
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/bin/jwc.js +1 -1
- package/dist/jwc.bundle.js +928 -928
- package/dist/sync-worker.js +4 -4
- package/dist-node/sdk.js +1742 -1742
- package/package.json +6 -4
- package/src/sdk.ts +2 -2
package/bin/jwc.js
CHANGED
|
@@ -41,7 +41,7 @@ if (!globalThis.Bun) {
|
|
|
41
41
|
const workspaceCli = new URL("../../coding-agent/src/cli.ts", import.meta.url);
|
|
42
42
|
if (existsSync(workspaceCli)) {
|
|
43
43
|
// Internal workspace import: public package/bin/docs remain Jawcode/JWC.
|
|
44
|
-
await import("@
|
|
44
|
+
await import("@jawcode-dev/coding-agent/cli");
|
|
45
45
|
} else {
|
|
46
46
|
await import("../dist/jwc.bundle.js");
|
|
47
47
|
}
|