This commit is contained in:
2020-07-02 17:08:20 +08:00
parent 75b892e1c0
commit 392f01d509
22 changed files with 66 additions and 66 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/amqp",
"version": "0.8.2",
"version": "0.8.3",
"description": "MiaoScript amqp package",
"keywords": [
"miaoscript",
@ -19,12 +19,12 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/api": "^0.8.2",
"@ccms/common": "^0.8.2",
"@ccms/container": "^0.8.2"
"@ccms/api": "^0.8.3",
"@ccms/common": "^0.8.3",
"@ccms/container": "^0.8.3"
},
"devDependencies": {
"@ccms/nashorn": "^0.8.2",
"@ccms/nashorn": "^0.8.3",
"@javatypes/amqp-client": "^0.0.2",
"@javatypes/spring-amqp": "^0.0.2",
"@javatypes/spring-rabbit": "^0.0.2",