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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@uncaged/workflow-agent-react",
|
||||
"version": "0.3.17",
|
||||
"version": "0.3.18",
|
||||
"files": [
|
||||
"dist",
|
||||
"package.json"
|
||||
|
||||
Reference in New Issue
Block a user