@share-crm/sharedev-cli 0.0.4-rc.1 → 0.0.4-rc.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@share-crm/sharedev-cli",
3
- "version": "0.0.4-rc.1",
3
+ "version": "0.0.4-rc.2",
4
4
  "private": false,
5
5
  "description": "sharedev command line tool",
6
6
  "type": "module",
@@ -18,6 +18,7 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "build": "tsc --noEmit && webpack --config build/webpack/webpack.prod.cjs",
21
+ "build:bin": "bun build --compile --target=bun-linux-x64 src/cli.ts --outfile dist/sharedev-linux-x64 && bun build --compile --target=bun-linux-arm64 src/cli.ts --outfile dist/sharedev-linux-arm64 && bun build --compile --target=bun-darwin-x64 src/cli.ts --outfile dist/sharedev-darwin-x64 && bun build --compile --target=bun-darwin-arm64 src/cli.ts --outfile dist/sharedev-darwin-arm64 && bun build --compile --target=bun-windows-x64 src/cli.ts --outfile dist/sharedev-windows-x64.exe",
21
22
  "dev": "tsc --noEmit --watch & webpack --config build/webpack/webpack.dev.cjs --watch",
22
23
  "dev2": "node src/cli.ts",
23
24
  "typecheck": "tsc --noEmit",
@@ -26,7 +27,7 @@
26
27
  "dependencies": {
27
28
  "@clack/prompts": "^1.1.0",
28
29
  "@mariozechner/pi-coding-agent": "^0.62.0",
29
- "axios": "^1.11.0",
30
+ "axios": "~1.13.0",
30
31
  "chalk": "^5.6.2",
31
32
  "commander": "^14.0.1",
32
33
  "fast-xml-parser": "^5.2.5",