clawdi 0.13.109 → 0.13.110
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 +1 -1
- package/bin/clawdi.mjs +1 -1
- package/dist/index.js +530 -533
- package/package.json +5 -5
package/README.md
CHANGED
package/bin/clawdi.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
// Thin wrapper that forwards to the bundled CLI. On Node
|
|
2
|
+
// Thin wrapper that forwards to the bundled CLI. On supported Node 24+ enable the
|
|
3
3
|
// compile cache for faster startup; elsewhere this is a no-op.
|
|
4
4
|
import module from "node:module";
|
|
5
5
|
|