Merge pull request 'fix: agent bin fields point to dist/cli.js instead of src/cli.ts' (#79) from fix/agent-bin-78 into main
CI / check (push) Successful in 2m55s

fix: agent bin fields point to dist/cli.js instead of src/cli.ts (#79)
This commit was merged in pull request #79.
This commit is contained in:
2026-06-04 15:41:45 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
], ],
"type": "module", "type": "module",
"bin": { "bin": {
"uwf-builtin": "./src/cli.ts" "uwf-builtin": "./dist/cli.js"
}, },
"exports": { "exports": {
".": { ".": {
+1 -1
View File
@@ -8,7 +8,7 @@
], ],
"type": "module", "type": "module",
"bin": { "bin": {
"uwf-claude-code": "./src/cli.ts" "uwf-claude-code": "./dist/cli.js"
}, },
"exports": { "exports": {
".": { ".": {
+1 -1
View File
@@ -8,7 +8,7 @@
], ],
"type": "module", "type": "module",
"bin": { "bin": {
"uwf-hermes": "./src/cli.ts" "uwf-hermes": "./dist/cli.js"
}, },
"exports": { "exports": {
".": { ".": {