ca644dabaa
- All @uncaged/* packages → 0.4.0 - Internal deps: workspace:* → workspace:^ (resolves to ^0.4.0 on publish) - Fix exports: add 'bun' condition for local dev (src), 'import' for consumers (dist) - Remove stale 'main: src/index.ts' from 6 packages - Fix publish.sh topo sort to match workspace:^ prefix 星月 <xingyue@shazhou.work>
28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"name": "@uncaged/cli-workflow",
|
|
"version": "0.4.0",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"bin": {
|
|
"uncaged-workflow": "src/cli.ts"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-gateway": "workspace:^",
|
|
"@uncaged/workflow-protocol": "workspace:^",
|
|
"@uncaged/workflow-util": "workspace:^",
|
|
"@uncaged/workflow-cas": "workspace:^",
|
|
"@uncaged/workflow-execute": "workspace:^",
|
|
"@uncaged/workflow-register": "workspace:^",
|
|
"@uncaged/workflow-runtime": "workspace:^",
|
|
"hono": "^4.12.18",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
}
|
|
}
|