chore: remove deprecated json-cas-workflow package

Types moved to @uncaged/workflow-protocol. npm package deprecated.
This commit is contained in:
2026-05-25 10:26:03 +00:00
parent e00a23dd80
commit 0e38fd3ea9
10 changed files with 2 additions and 1252 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"typescript": "^5.8.0"
},
"scripts": {
"build": "tsc --build packages/json-cas packages/json-cas-fs packages/json-cas-workflow",
"build": "tsc --build packages/json-cas packages/json-cas-fs",
"test": "bun test",
"check": "biome check .",
"format": "biome format --write .",