fix: add exports field to 6 packages for proper type resolution

Packages without exports.types pointed main/types to src/ which
doesn't exist in published tarballs. Now all packages have:
  exports."." = { types: dist/index.d.ts, import: src/index.ts }

Bump to 0.3.18.
This commit is contained in:
2026-05-13 08:29:27 +00:00
parent 55b3b61498
commit bb1293f6b9
16 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/workflow-agent-react",
"version": "0.3.17",
"version": "0.3.18",
"files": [
"dist",
"package.json"