We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebae9c commit 96c4067Copy full SHA for 96c4067
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "zookeeper",
3
"description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)",
4
- "version": "6.2.3",
+ "version": "7.0.0-beta.0",
5
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
6
"license": "MIT",
7
"contributors": [
src/node-zk.cpp
@@ -1165,4 +1165,4 @@ extern "C" void init(Local<Object> target) {
1165
zk::ZooKeeper::Initialize(target);
1166
}
1167
1168
-NODE_MODULE(zookeeper, init)
+NAN_MODULE_WORKER_ENABLED(zookeeper, init)
0 commit comments