This commit is contained in:
2022-10-14 14:12:02 +08:00
parent 1c579c9789
commit 2967c2a1fe
15 changed files with 37 additions and 37 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/spring",
"version": "0.24.2",
"version": "0.24.3",
"description": "MiaoScript spring package",
"keywords": [
"miaoscript",
@ -24,9 +24,9 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@ccms/api": "^0.24.2",
"@ccms/common": "^0.24.2",
"@ccms/api": "^0.24.3",
"@ccms/common": "^0.24.3",
"@ccms/container": "^0.24.2",
"@ccms/database": "^0.24.2"
"@ccms/database": "^0.24.3"
}
}