chore: add files field to all packages, bump to 0.3.16
Excludes tsconfig.json and source files from published packages. Fixes TypeScript errors when consuming packages via bun.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@uncaged/workflow-agent-hermes",
|
||||
"version": "0.3.15",
|
||||
"version": "0.3.16",
|
||||
"files": ["dist", "package.json"],
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
@@ -11,4 +12,4 @@
|
||||
"@uncaged/workflow-runtime": "workspace:*",
|
||||
"@uncaged/workflow-util-agent": "workspace:*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user