This commit is contained in:
2020-03-25 13:54:45 +08:00
parent 49b96b3ac4
commit 6fc3592536
18 changed files with 48 additions and 48 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/core",
"version": "0.3.2",
"version": "0.4.0",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -27,8 +27,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ms/api": "^0.3.2",
"@ms/container": "^0.3.2"
"@ms/api": "^0.4.0",
"@ms/container": "^0.4.0"
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
}