v0.28.0-beta.4

This commit is contained in:
2023-10-25 11:48:18 +08:00
parent 54eaae96bd
commit 9a25362140
21 changed files with 4937 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/protocol",
"version": "0.28.0-beta.3",
"version": "0.28.0-beta.4",
"description": "MiaoScript protocol package",
"keywords": [
"miaoscript",
@@ -21,6 +21,5 @@
"watch": "tsc --watch",
"build": "pnpm clean && tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {}
}
}