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
+16
View File
@@ -1,5 +1,21 @@
# @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
### Patch Changes
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/workflow-runtime",
"version": "0.4.3",
"version": "0.4.5",
"files": [
"src",
"dist",
@@ -27,5 +27,8 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
}
}