@phanthy/phanthy-code 0.1.29 → 0.1.30
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/cli.js +1300 -1301
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phanthy/phanthy-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"description": "phanthy code — phanthy group CLI for software engineering tasks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"start": "bun run ./src/entrypoints/cli.tsx",
|
|
21
21
|
"build": "node ./scripts/build-cli.mjs",
|
|
22
22
|
"build:offline:linux-x64": "bash ./scripts/build-offline-linux-x64.sh",
|
|
23
|
+
"tools:export-default-definitions": "bun run scripts/export-default-tool-definitions.ts",
|
|
23
24
|
"typecheck": "tsc --noEmit",
|
|
24
25
|
"pack:check": "node ./scripts/check-npm-package.mjs",
|
|
25
26
|
"pack:dry-run": "npm run typecheck && npm run build && npm run pack:check && npm pack --dry-run --json --ignore-scripts --cache /private/tmp/phanthy-code-npm-cache",
|