Skip to content

Commit fffefdd

Browse files
authored
1.7.0-alpha.1: Updated lockfile with Node 24 (#401)
* Updated lockfile with Node 24 * 1.7.0-alpha.1-dev test * Revert "1.7.0-alpha.1-dev test" This reverts commit cb206e4.
1 parent 530ad99 commit fffefdd

File tree

4 files changed

+32
-7
lines changed

4 files changed

+32
-7
lines changed

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252
return list;
5353
};
5454

55-
util.bindingVersion = '1.7.0-alpha.0';
55+
util.bindingVersion = '1.7.0-alpha.1';

package-lock.json

Lines changed: 29 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "1.7.0-alpha.0",
3+
"version": "1.7.0-alpha.1",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.12.1",
66
"librdkafka_win": "2.12.1",

schemaregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/schemaregistry",
3-
"version": "1.7.0-alpha.0",
3+
"version": "1.7.0-alpha.1",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)