quintoandar-kafka
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -16,3 +16,4 @@ { | ||
"resetModules": true, | ||
"clearMocks": true | ||
} | ||
"clearMocks": true, | ||
"testURL": "http://localhost/" | ||
} |
{ | ||
"name": "quintoandar-kafka", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Default Kafka NodeJS lib for QuintoAndar", | ||
@@ -8,4 +8,4 @@ "main": "src/main.js", | ||
"dependencies": { | ||
"kafka-node": "^3.0.1", | ||
"lodash": "^4.17.10", | ||
"kafka-node": "^4.1.3", | ||
"lodash": "^4.17.11", | ||
"quintoandar-logger": "git+https://github.com/quintoandar/node-logger.git#2.0.0", | ||
@@ -18,3 +18,3 @@ "uuid": "^3.2.1" | ||
"EventEmitter": "^1.0.0", | ||
"eslint": "^4.7.2", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
@@ -21,0 +21,0 @@ "eslint-plugin-import": "2.8.0", |
@@ -15,2 +15,2 @@ { | ||
} | ||
} | ||
} |
19175
20
517
+ Addedbl@2.2.1(transitive)
+ Addedkafka-node@4.1.3(transitive)
- Removedasync@0.2.10(transitive)
- Removedkafka-node@3.0.1(transitive)
- Removednode-zookeeper-client@0.2.3(transitive)
- Removedunderscore@1.4.4(transitive)
Updatedkafka-node@^4.1.3
Updatedlodash@^4.17.11