This commit is contained in:
2020-07-23 14:22:30 +08:00
parent bc17e2f376
commit 2589633069
21 changed files with 99 additions and 64 deletions

View File

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