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
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/cli-workflow", "name": "@uncaged/cli-workflow",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"bin": { "bin": {
"uncaged-workflow": "src/cli.ts" "uncaged-workflow": "src/cli.ts"
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-agent-cursor", "name": "@uncaged/workflow-agent-cursor",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
"types": "src/index.ts", "types": "src/index.ts",
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-agent-hermes", "name": "@uncaged/workflow-agent-hermes",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
"types": "src/index.ts", "types": "src/index.ts",
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-agent-llm", "name": "@uncaged/workflow-agent-llm",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
"types": "src/index.ts", "types": "src/index.ts",
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-agent-react", "name": "@uncaged/workflow-agent-react",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
"types": "src/index.ts", "types": "src/index.ts",
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-cas", "name": "@uncaged/workflow-cas",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "bun test" "test": "bun test"
+1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-dashboard", "name": "@uncaged/workflow-dashboard",
"version": "0.1.0", "version": "0.1.0",
"files": ["dist", "package.json"],
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-execute", "name": "@uncaged/workflow-execute",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-gateway", "name": "@uncaged/workflow-gateway",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-protocol", "name": "@uncaged/workflow-protocol",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-reactor", "name": "@uncaged/workflow-reactor",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-register", "name": "@uncaged/workflow-register",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-runtime", "name": "@uncaged/workflow-runtime",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
"types": "src/index.ts", "types": "src/index.ts",
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-template-develop", "name": "@uncaged/workflow-template-develop",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-template-solve-issue", "name": "@uncaged/workflow-template-solve-issue",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-util-agent", "name": "@uncaged/workflow-util-agent",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
"types": "src/index.ts", "types": "src/index.ts",
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"name": "@uncaged/workflow-util", "name": "@uncaged/workflow-util",
"version": "0.3.15", "version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {