cline 1.0.0-nightly.8 → 1.0.0-nightly.9
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/cline-darwin-amd64 +0 -0
- package/bin/cline-darwin-arm64 +0 -0
- package/bin/cline-host +0 -0
- package/bin/cline-host-darwin-amd64 +0 -0
- package/bin/cline-host-darwin-arm64 +0 -0
- package/bin/cline-host-linux-amd64 +0 -0
- package/bin/cline-host-linux-arm64 +0 -0
- package/bin/cline-linux-amd64 +0 -0
- package/bin/cline-linux-arm64 +0 -0
- package/extension/package.json +1 -0
- package/package.json +1 -1
package/bin/cline-darwin-amd64
CHANGED
|
Binary file
|
package/bin/cline-darwin-arm64
CHANGED
|
Binary file
|
package/bin/cline-host
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bin/cline-linux-amd64
CHANGED
|
Binary file
|
package/bin/cline-linux-arm64
CHANGED
|
Binary file
|
package/extension/package.json
CHANGED
|
@@ -297,6 +297,7 @@
|
|
|
297
297
|
"compile-standalone": "npm run check-types && npm run lint && node esbuild.mjs --standalone",
|
|
298
298
|
"compile-standalone-npm": "npm run check-types && npm run lint && node esbuild.mjs --standalone",
|
|
299
299
|
"compile-cli": "scripts/build-cli.sh",
|
|
300
|
+
"compile-cli-all-platforms": "scripts/build-cli-all-platforms.sh",
|
|
300
301
|
"test:install": "bash scripts/test-install.sh",
|
|
301
302
|
"dev:cli:watch": "node scripts/dev-cli-watch.mjs",
|
|
302
303
|
"postcompile-standalone": "node scripts/package-standalone.mjs",
|
package/package.json
CHANGED