File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ global_job_config:
2828 - git submodule update --init --recursive
2929 - cd deps/librdkafka
3030 - git fetch origin
31- - git checkout dev_libdir_fix_for_zstd_zlib
31+ - git checkout master
3232 - cd ../../
3333 - export MKL_DEBUG=1
3434
Original file line number Diff line number Diff line change 11{
22 "name" : " confluent-kafka-js" ,
3- "version" : " v0.1.3 -devel" ,
3+ "version" : " v0.1.4 -devel" ,
44 "description" : " Node.js bindings for librdkafka" ,
5- "librdkafka" : " 2.3.0 " ,
5+ "librdkafka" : " master " ,
66 "main" : " lib/index.js" ,
77 "types" : " types/index.d.ts" ,
88 "scripts" : {
2828 "type" : " git" ,
2929 "url" : " git@github.com:confluentinc/confluent-kafka-js.git"
3030 },
31- "contributors" : [
32- {
33- "name" : " Stephen Parente" ,
34- "email" : " webmakersteve@gmail.com"
35- },
36- {
37- "name" : " Matt Gollob" ,
38- "email" : " mattness@users.noreply.github.com"
39- }
40- ],
4131 "license" : " MIT" ,
4232 "devDependencies" : {
4333 "@types/node" : " ^20.4.5" ,
5747 "nan" : " ^2.17.0"
5848 },
5949 "engines" : {
60- "node" : " >=14 .0.0"
50+ "node" : " >=18 .0.0"
6151 }
6252}
You can’t perform that action at this time.
0 commit comments