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:
2026-05-13 07:19:49 +00:00
parent 1566a43395
commit d5d7be6100
17 changed files with 50 additions and 33 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
{
"name": "@uncaged/workflow-gateway",
"version": "0.3.15",
"version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module",
"exports": {
".": "./src/index.ts",
@@ -17,4 +18,4 @@
"@cloudflare/workers-types": "^4.20260425.1",
"wrangler": "^4.20.0"
}
}
}