Skip to content

Commit 96c4067

Browse files
authored
feat(beta): enable workers (#354)
* feat(NAN): enable workers * bump version to 7.0.0-beta.0
1 parent cebae9c commit 96c4067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zookeeper",
33
"description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)",
4-
"version": "6.2.3",
4+
"version": "7.0.0-beta.0",
55
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
66
"license": "MIT",
77
"contributors": [

src/node-zk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,4 +1165,4 @@ extern "C" void init(Local<Object> target) {
11651165
zk::ZooKeeper::Initialize(target);
11661166
}
11671167

1168-
NODE_MODULE(zookeeper, init)
1168+
NAN_MODULE_WORKER_ENABLED(zookeeper, init)

0 commit comments

Comments
 (0)