This commit is contained in:
2023-07-19 17:59:29 +08:00
parent 25a8f35f28
commit 8c62b0f58f
24 changed files with 81 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/spring",
"version": "0.27.3-beta.0",
"version": "0.27.5",
"description": "MiaoScript spring package",
"keywords": [
"miaoscript",
@@ -24,9 +24,9 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@ccms/api": "^0.27.3-beta.0",
"@ccms/common": "^0.27.3-beta.0",
"@ccms/container": "^0.27.3-beta.0",
"@ccms/database": "^0.27.3-beta.0"
"@ccms/api": "^0.27.5",
"@ccms/common": "^0.27.5",
"@ccms/container": "^0.27.5",
"@ccms/database": "^0.27.5"
}
}