chore: switch to npmjs registry, publish v0.4.5

- Remove Gitea npm registry, use npmjs.org
- changeset publish works natively with npmjs
- release script: build + test + changeset publish
- Remove custom release.sh, all via changesets
This commit is contained in:
2026-05-13 21:20:18 +08:00
parent b4584cbaa6
commit 9276689cb6
33 changed files with 317 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"test": "bun run --filter '*' test", "test": "bun run --filter '*' test",
"changeset": "bunx changeset", "changeset": "bunx changeset",
"version": "bunx changeset version", "version": "bunx changeset version",
"release": "bun run build && bun test && bunx changeset publish --no-git-tag" "release": "bun run build && bun test && npx changeset publish --no-git-tag"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.4.14", "@biomejs/biome": "^2.4.14",
+26
View File
@@ -1,5 +1,31 @@
# @uncaged/cli-workflow # @uncaged/cli-workflow
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
- @uncaged/workflow-cas@0.4.5
- @uncaged/workflow-execute@0.4.5
- @uncaged/workflow-gateway@0.4.5
- @uncaged/workflow-register@0.4.5
- @uncaged/workflow-runtime@0.4.5
- @uncaged/workflow-util@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
- @uncaged/workflow-cas@0.4.4
- @uncaged/workflow-execute@0.4.4
- @uncaged/workflow-gateway@0.4.4
- @uncaged/workflow-register@0.4.4
- @uncaged/workflow-runtime@0.4.4
- @uncaged/workflow-util@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/cli-workflow", "name": "@uncaged/cli-workflow",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -23,5 +23,8 @@
}, },
"scripts": { "scripts": {
"test": "bun test" "test": "bun test"
},
"publishConfig": {
"access": "public"
} }
} }
@@ -1,5 +1,27 @@
# @uncaged/workflow-agent-cursor # @uncaged/workflow-agent-cursor
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
- @uncaged/workflow-reactor@0.4.5
- @uncaged/workflow-runtime@0.4.5
- @uncaged/workflow-util@0.4.5
- @uncaged/workflow-util-agent@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
- @uncaged/workflow-reactor@0.4.4
- @uncaged/workflow-runtime@0.4.4
- @uncaged/workflow-util@0.4.4
- @uncaged/workflow-util-agent@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-agent-cursor", "name": "@uncaged/workflow-agent-cursor",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -25,5 +25,8 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js" "import": "./dist/index.js"
} }
},
"publishConfig": {
"access": "public"
} }
} }
@@ -1,5 +1,19 @@
# @uncaged/workflow-agent-hermes # @uncaged/workflow-agent-hermes
## 0.4.5
### Patch Changes
- @uncaged/workflow-runtime@0.4.5
- @uncaged/workflow-util-agent@0.4.5
## 0.4.4
### Patch Changes
- @uncaged/workflow-runtime@0.4.4
- @uncaged/workflow-util-agent@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-agent-hermes", "name": "@uncaged/workflow-agent-hermes",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -21,5 +21,8 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js" "import": "./dist/index.js"
} }
},
"publishConfig": {
"access": "public"
} }
} }
+14
View File
@@ -1,5 +1,19 @@
# @uncaged/workflow-agent-llm # @uncaged/workflow-agent-llm
## 0.4.5
### Patch Changes
- @uncaged/workflow-runtime@0.4.5
- @uncaged/workflow-util-agent@0.4.5
## 0.4.4
### Patch Changes
- @uncaged/workflow-runtime@0.4.4
- @uncaged/workflow-util-agent@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-agent-llm", "name": "@uncaged/workflow-agent-llm",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -24,5 +24,8 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js" "import": "./dist/index.js"
} }
},
"publishConfig": {
"access": "public"
} }
} }
@@ -1,5 +1,23 @@
# @uncaged/workflow-agent-react # @uncaged/workflow-agent-react
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
- @uncaged/workflow-reactor@0.4.5
- @uncaged/workflow-util-agent@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
- @uncaged/workflow-reactor@0.4.4
- @uncaged/workflow-util-agent@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-agent-react", "name": "@uncaged/workflow-agent-react",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -28,5 +28,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"zod": "^4.0.0" "zod": "^4.0.0"
},
"publishConfig": {
"access": "public"
} }
} }
+16
View File
@@ -1,5 +1,21 @@
# @uncaged/workflow-cas # @uncaged/workflow-cas
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
- @uncaged/workflow-util@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
- @uncaged/workflow-util@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-cas", "name": "@uncaged/workflow-cas",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -25,5 +25,8 @@
}, },
"devDependencies": { "devDependencies": {
"@types/bun": "latest" "@types/bun": "latest"
},
"publishConfig": {
"access": "public"
} }
} }
+24
View File
@@ -1,5 +1,29 @@
# @uncaged/workflow-execute # @uncaged/workflow-execute
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
- @uncaged/workflow-cas@0.4.5
- @uncaged/workflow-reactor@0.4.5
- @uncaged/workflow-register@0.4.5
- @uncaged/workflow-runtime@0.4.5
- @uncaged/workflow-util@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
- @uncaged/workflow-cas@0.4.4
- @uncaged/workflow-reactor@0.4.4
- @uncaged/workflow-register@0.4.4
- @uncaged/workflow-runtime@0.4.4
- @uncaged/workflow-util@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-execute", "name": "@uncaged/workflow-execute",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -31,5 +31,8 @@
}, },
"devDependencies": { "devDependencies": {
"zod": "^4.0.0" "zod": "^4.0.0"
},
"publishConfig": {
"access": "public"
} }
} }
+4
View File
@@ -1,5 +1,9 @@
# @uncaged/workflow-gateway # @uncaged/workflow-gateway
## 0.4.5
## 0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-gateway", "name": "@uncaged/workflow-gateway",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -21,5 +21,8 @@
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20260425.1", "@cloudflare/workers-types": "^4.20260425.1",
"wrangler": "^4.20.0" "wrangler": "^4.20.0"
},
"publishConfig": {
"access": "public"
} }
} }
+12
View File
@@ -1,5 +1,17 @@
# @uncaged/workflow-protocol # @uncaged/workflow-protocol
## 0.4.5
### Patch Changes
- Add publishConfig to all packages for Gitea registry compatibility with changeset publish.
## 0.4.4
### Patch Changes
- Test changeset publish with Gitea registry.
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-protocol", "name": "@uncaged/workflow-protocol",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -25,5 +25,8 @@
"devDependencies": { "devDependencies": {
"zod": "^4.0.0", "zod": "^4.0.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
} }
} }
+14
View File
@@ -1,5 +1,19 @@
# @uncaged/workflow-reactor # @uncaged/workflow-reactor
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-reactor", "name": "@uncaged/workflow-reactor",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -23,5 +23,8 @@
"devDependencies": { "devDependencies": {
"zod": "^4.0.0", "zod": "^4.0.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
} }
} }
+16
View File
@@ -1,5 +1,21 @@
# @uncaged/workflow-register # @uncaged/workflow-register
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
- @uncaged/workflow-util@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
- @uncaged/workflow-util@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-register", "name": "@uncaged/workflow-register",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -28,5 +28,8 @@
"yaml": "^2.7.1", "yaml": "^2.7.1",
"zod": "^4.0.0", "zod": "^4.0.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
} }
} }
+16
View File
@@ -1,5 +1,21 @@
# @uncaged/workflow-runtime # @uncaged/workflow-runtime
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
- @uncaged/workflow-cas@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
- @uncaged/workflow-cas@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-runtime", "name": "@uncaged/workflow-runtime",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -27,5 +27,8 @@
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"import": "./dist/index.js" "import": "./dist/index.js"
} }
},
"publishConfig": {
"access": "public"
} }
} }
@@ -1,5 +1,19 @@
# @uncaged/workflow-template-develop # @uncaged/workflow-template-develop
## 0.4.5
### Patch Changes
- @uncaged/workflow-register@0.4.5
- @uncaged/workflow-runtime@0.4.5
## 0.4.4
### Patch Changes
- @uncaged/workflow-register@0.4.4
- @uncaged/workflow-runtime@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-template-develop", "name": "@uncaged/workflow-template-develop",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -24,5 +24,8 @@
}, },
"devDependencies": { "devDependencies": {
"@uncaged/workflow-protocol": "workspace:^" "@uncaged/workflow-protocol": "workspace:^"
},
"publishConfig": {
"access": "public"
} }
} }
@@ -1,5 +1,19 @@
# @uncaged/workflow-template-solve-issue # @uncaged/workflow-template-solve-issue
## 0.4.5
### Patch Changes
- @uncaged/workflow-register@0.4.5
- @uncaged/workflow-runtime@0.4.5
## 0.4.4
### Patch Changes
- @uncaged/workflow-register@0.4.4
- @uncaged/workflow-runtime@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-template-solve-issue", "name": "@uncaged/workflow-template-solve-issue",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -26,5 +26,8 @@
"@uncaged/workflow-cas": "workspace:^", "@uncaged/workflow-cas": "workspace:^",
"@uncaged/workflow-execute": "workspace:^", "@uncaged/workflow-execute": "workspace:^",
"@uncaged/workflow-protocol": "workspace:^" "@uncaged/workflow-protocol": "workspace:^"
},
"publishConfig": {
"access": "public"
} }
} }
+14
View File
@@ -1,5 +1,19 @@
# @uncaged/workflow-util-agent # @uncaged/workflow-util-agent
## 0.4.5
### Patch Changes
- @uncaged/workflow-cas@0.4.5
- @uncaged/workflow-runtime@0.4.5
## 0.4.4
### Patch Changes
- @uncaged/workflow-cas@0.4.4
- @uncaged/workflow-runtime@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-util-agent", "name": "@uncaged/workflow-util-agent",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -22,5 +22,8 @@
"@uncaged/workflow-runtime": "workspace:^", "@uncaged/workflow-runtime": "workspace:^",
"@uncaged/workflow-cas": "workspace:^", "@uncaged/workflow-cas": "workspace:^",
"zod": "^4.0.0" "zod": "^4.0.0"
},
"publishConfig": {
"access": "public"
} }
} }
+14
View File
@@ -1,5 +1,19 @@
# @uncaged/workflow-util # @uncaged/workflow-util
## 0.4.5
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.5
## 0.4.4
### Patch Changes
- Updated dependencies
- @uncaged/workflow-protocol@0.4.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@uncaged/workflow-util", "name": "@uncaged/workflow-util",
"version": "0.4.3", "version": "0.4.5",
"files": [ "files": [
"src", "src",
"dist", "dist",
@@ -19,5 +19,8 @@
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.8.3" "typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
} }
} }