This commit is contained in:
2020-06-22 18:58:05 +08:00
parent ef98c49e1d
commit 18df821049
22 changed files with 69 additions and 69 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/amqp",
"version": "0.7.0",
"version": "0.8.0",
"description": "MiaoScript amqp package",
"keywords": [
"miaoscript",
@ -19,14 +19,14 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/api": "^0.7.0",
"@ccms/nashorn": "^0.7.0",
"@ccms/common": "^0.7.0",
"@ccms/container": "^0.7.0"
"@ccms/api": "^0.8.0",
"@ccms/common": "^0.8.0",
"@ccms/container": "^0.8.0",
"@ccms/nashorn": "^0.8.0"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^3.9.2"
}
}
}