Skip to content

Commit

Permalink
4.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dermasmid committed Jun 6, 2024
1 parent 90d00d8 commit 72f0362
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 4 deletions.
196 changes: 194 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplewhale/node-rdkafka",
"version": "4.0.25",
"version": "4.0.26",
"description": "Node.js bindings for librdkafka",
"librdkafka": "2.4.0",
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
],
"repository": {
"type": "git",
"url": "git@github.com:Blizzard/node-rdkafka.git"
"url": "https://github.com/Triple-Whale/node-rdkafka.git"
},
"publishConfig": {
"access": "public"
Expand All @@ -50,6 +50,7 @@
"jshint": "^2.10.1",
"mocha": "^10.2.0",
"node-gyp": "^10.1.0",
"node-pre-gyp-github": "^2.0.0",
"toolkit-jsdoc": "^1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 72f0362

Please sign in to comment.