This commit is contained in:
2022-06-20 00:59:07 +08:00
parent 58f59f8260
commit b6d7847a79
24 changed files with 69 additions and 69 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/web",
"version": "0.23.0-beta.0",
"version": "0.23.0",
"description": "MiaoScript web package",
"keywords": [
"miaoscript",
@ -29,7 +29,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@ccms/api": "^0.23.0-beta.0",
"@ccms/container": "^0.23.0-beta.0"
"@ccms/api": "^0.23.0",
"@ccms/container": "^0.23.0"
}
}