File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ global_job_config:
2828 - git submodule update --init --recursive
2929 - cd deps/librdkafka
3030 - git fetch origin
31- - git checkout dev_bump_openssl_version_3_0_12
3231 - cd ../../
3332 - export MKL_DEBUG=1
3433
Original file line number Diff line number Diff line change 1- # Introduction to Confluent-Kafka-JS
1+ # Introduction to Confluent-Kafka-JavaScript
22
33## Configuration
44
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The following configurations are supported for this early access preview:
3434Installation on any of these platforms is meant to be seamless, without any C/C++ compilation required. It can be installed from GitHub:
3535
3636``` bash
37- $ npm install " git+ssh://git@github.com/confluentinc/confluent-kafka-javascript.git#v0.1.6 -devel"
37+ $ npm install " git+ssh://git@github.com/confluentinc/confluent-kafka-javascript.git#v0.1.7 -devel"
3838```
3939
4040Yarn and pnpm support is experimental.
Original file line number Diff line number Diff line change 11{
22 "name" : " confluent-kafka-javascript" ,
3- "version" : " v0.1.6 -devel" ,
3+ "version" : " v0.1.7 -devel" ,
44 "description" : " Node.js bindings for librdkafka" ,
55 "librdkafka" : " master" ,
66 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments