Comparing version
{ | ||
"name": "kafkajs", | ||
"version": "1.13.0-beta.40", | ||
"version": "1.13.0-beta.41", | ||
"description": "A modern Apache Kafka client for node.js", | ||
@@ -26,9 +26,9 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>", | ||
"scripts": { | ||
"jest": "export KAFKA_VERSION=${KAFKA_VERSION:='2.3'} && NODE_ENV=test echo \"KAFKA_VERSION: ${KAFKA_VERSION}\" && KAFKAJS_DEBUG_PROTOCOL_BUFFERS=1 ./node_modules/.bin/jest", | ||
"jest": "export KAFKA_VERSION=${KAFKA_VERSION:='2.3'} && NODE_ENV=test echo \"KAFKA_VERSION: ${KAFKA_VERSION}\" && KAFKAJS_DEBUG_PROTOCOL_BUFFERS=1 jest", | ||
"test:local": "yarn jest --detectOpenHandles", | ||
"test:debug": "NODE_ENV=test KAFKAJS_DEBUG_PROTOCOL_BUFFERS=1 node --inspect-brk node_modules/.bin/jest --detectOpenHandles --runInBand --watch", | ||
"test:debug": "NODE_ENV=test KAFKAJS_DEBUG_PROTOCOL_BUFFERS=1 node --inspect-brk $(yarn bin 2>/dev/null)/jest --detectOpenHandles --runInBand --watch", | ||
"test:local:watch": "yarn test:local --watch", | ||
"test": "yarn lint && JEST_JUNIT_OUTPUT_NAME=test-report.xml ./scripts/testWithKafka.sh 'yarn jest --ci --maxWorkers=4 --no-watchman --forceExit'", | ||
"lint": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -path ./website -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/eslint", | ||
"format": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -path ./website -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/prettier --write", | ||
"lint": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -path ./website -prune -o -name '*.js' -print0 | xargs -0 eslint", | ||
"format": "find . -path ./node_modules -prune -o -path ./coverage -prune -o -path ./website -prune -o -name '*.js' -print0 | xargs -0 prettier --write", | ||
"precommit": "lint-staged", | ||
@@ -45,3 +45,3 @@ "test:group:broker": "yarn jest --forceExit --testPathPattern 'src/broker/.*'", | ||
"test:group:others:ci": "JEST_JUNIT_OUTPUT_NAME=test-report.xml ./scripts/testWithKafka.sh \"yarn test:group:others --ci --maxWorkers=4 --no-watchman\"", | ||
"test:types": "./node_modules/.bin/tsc -p types/" | ||
"test:types": "tsc -p types/" | ||
}, | ||
@@ -84,5 +84,5 @@ "devDependencies": { | ||
"kafkajs": { | ||
"sha": "d4ee12ff537fe4e84058ac0940f73ae9220eafa8", | ||
"compare": "https://github.com/tulios/kafkajs/compare/v1.12.0...d4ee12ff537fe4e84058ac0940f73ae9220eafa8" | ||
"sha": "fce9c09a00e0d7969f7a79adff73257a557d2af3", | ||
"compare": "https://github.com/tulios/kafkajs/compare/v1.12.0...fce9c09a00e0d7969f7a79adff73257a557d2af3" | ||
} | ||
} |
@@ -108,4 +108,4 @@ # <a href='https://kafka.js.org'><img src='https://raw.githubusercontent.com/tulios/kafkajs/master/logoV2.png' height='60' alt='KafkaJS' aria-label='kafka.js.org' /></a> | ||
<a href="https://www.digitalocean.com/?refcode=9ee868b06152&utm_campaign=Referral_Invite&utm_medium=opensource&utm_source=kafkajs"> | ||
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px"> | ||
<a href="https://www.confluent.io/confluent-cloud/?utm_source=kafkajs&utm_medium=opensource&utm_campaign=referral"> | ||
<img src="./logo/confluent/logo.png" width="830px"> | ||
</a> | ||
@@ -112,0 +112,0 @@ |
516391
-0.03%