This commit is contained in:
2020-07-01 14:41:21 +08:00
parent 46d6748f31
commit 393e63c017
22 changed files with 66 additions and 72 deletions

View File

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