chore: publish v0.4.3 — include src/ in published packages

bun runtime resolves the 'bun' exports condition to ./src/index.ts,
but src/ was not in the files array so consumers got ENOENT.
This commit is contained in:
2026-05-13 21:11:17 +08:00
parent 1cf963a1fb
commit b4584cbaa6
32 changed files with 180 additions and 16 deletions
+14
View File
@@ -1,5 +1,19 @@
# @uncaged/cli-workflow # @uncaged/cli-workflow
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-cas@0.4.3
- @uncaged/workflow-execute@0.4.3
- @uncaged/workflow-gateway@0.4.3
- @uncaged/workflow-protocol@0.4.3
- @uncaged/workflow-register@0.4.3
- @uncaged/workflow-runtime@0.4.3
- @uncaged/workflow-util@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/cli-workflow", "name": "@uncaged/cli-workflow",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -1,5 +1,17 @@
# @uncaged/workflow-agent-cursor # @uncaged/workflow-agent-cursor
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-protocol@0.4.3
- @uncaged/workflow-reactor@0.4.3
- @uncaged/workflow-runtime@0.4.3
- @uncaged/workflow-util-agent@0.4.3
- @uncaged/workflow-util@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-agent-cursor", "name": "@uncaged/workflow-agent-cursor",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
@@ -1,5 +1,14 @@
# @uncaged/workflow-agent-hermes # @uncaged/workflow-agent-hermes
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-runtime@0.4.3
- @uncaged/workflow-util-agent@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-agent-hermes", "name": "@uncaged/workflow-agent-hermes",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+9
View File
@@ -1,5 +1,14 @@
# @uncaged/workflow-agent-llm # @uncaged/workflow-agent-llm
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-runtime@0.4.3
- @uncaged/workflow-util-agent@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-agent-llm", "name": "@uncaged/workflow-agent-llm",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
@@ -1,5 +1,15 @@
# @uncaged/workflow-agent-react # @uncaged/workflow-agent-react
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-protocol@0.4.3
- @uncaged/workflow-reactor@0.4.3
- @uncaged/workflow-util-agent@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-agent-react", "name": "@uncaged/workflow-agent-react",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+9
View File
@@ -1,5 +1,14 @@
# @uncaged/workflow-cas # @uncaged/workflow-cas
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-protocol@0.4.3
- @uncaged/workflow-util@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-cas", "name": "@uncaged/workflow-cas",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+13
View File
@@ -1,5 +1,18 @@
# @uncaged/workflow-execute # @uncaged/workflow-execute
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-cas@0.4.3
- @uncaged/workflow-protocol@0.4.3
- @uncaged/workflow-reactor@0.4.3
- @uncaged/workflow-register@0.4.3
- @uncaged/workflow-runtime@0.4.3
- @uncaged/workflow-util@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-execute", "name": "@uncaged/workflow-execute",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+6
View File
@@ -1,5 +1,11 @@
# @uncaged/workflow-gateway # @uncaged/workflow-gateway
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-gateway", "name": "@uncaged/workflow-gateway",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+6
View File
@@ -1,5 +1,11 @@
# @uncaged/workflow-protocol # @uncaged/workflow-protocol
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-protocol", "name": "@uncaged/workflow-protocol",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+8
View File
@@ -1,5 +1,13 @@
# @uncaged/workflow-reactor # @uncaged/workflow-reactor
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-protocol@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-reactor", "name": "@uncaged/workflow-reactor",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+9
View File
@@ -1,5 +1,14 @@
# @uncaged/workflow-register # @uncaged/workflow-register
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-protocol@0.4.3
- @uncaged/workflow-util@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-register", "name": "@uncaged/workflow-register",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+9
View File
@@ -1,5 +1,14 @@
# @uncaged/workflow-runtime # @uncaged/workflow-runtime
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-cas@0.4.3
- @uncaged/workflow-protocol@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-runtime", "name": "@uncaged/workflow-runtime",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
@@ -1,5 +1,14 @@
# @uncaged/workflow-template-develop # @uncaged/workflow-template-develop
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-register@0.4.3
- @uncaged/workflow-runtime@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-template-develop", "name": "@uncaged/workflow-template-develop",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
@@ -1,5 +1,14 @@
# @uncaged/workflow-template-solve-issue # @uncaged/workflow-template-solve-issue
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-register@0.4.3
- @uncaged/workflow-runtime@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-template-solve-issue", "name": "@uncaged/workflow-template-solve-issue",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
@@ -1,5 +1,14 @@
# @uncaged/workflow-util-agent # @uncaged/workflow-util-agent
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-cas@0.4.3
- @uncaged/workflow-runtime@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-util-agent", "name": "@uncaged/workflow-util-agent",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],
+8
View File
@@ -1,5 +1,13 @@
# @uncaged/workflow-util # @uncaged/workflow-util
## 0.4.3
### Patch Changes
- Include src/ in published packages so bun runtime can resolve the 'bun' exports condition.
- Updated dependencies
- @uncaged/workflow-protocol@0.4.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
+2 -1
View File
@@ -1,7 +1,8 @@
{ {
"name": "@uncaged/workflow-util", "name": "@uncaged/workflow-util",
"version": "0.4.2", "version": "0.4.3",
"files": [ "files": [
"src",
"dist", "dist",
"package.json" "package.json"
], ],