522afdd4bd
- Install @changesets/cli with fixed mode (all @uncaged/* packages sync version) - Fix package exports: add bun condition, point import to dist/ - Bump all packages to 0.4.0 via changeset version - Auto-generated CHANGELOG.md for each package - Ignore workflow-dashboard (private) - Add npm scripts: changeset, version, release - publish.sh: support workspace:^ prefix matching Closes #241, Closes #242
32 lines
606 B
JSON
32 lines
606 B
JSON
{
|
|
"name": "@uncaged/workflow-register",
|
|
"version": "0.4.0",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-protocol": "workspace:*",
|
|
"@uncaged/workflow-util": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"acorn": "^8.0.0",
|
|
"yaml": "^2.0.0",
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^8.14.1",
|
|
"yaml": "^2.7.1",
|
|
"zod": "^4.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|