Comparing version 4.8.0 to 4.8.1
@@ -0,1 +1,5 @@ | ||
#### v 4.8.1 (2021-02-18) | ||
* fix: the `watch` param passed in to the exists (the promise based) function is a boolean. Pull request [266](https://github.com/yfinkelstein/node-zookeeper/pull/266) by @davidvujic | ||
* chore: Node.js LTS 12 and 14 is enough for running in a CI. Pull request [267](https://github.com/yfinkelstein/node-zookeeper/pull/267) by @davidvujic | ||
#### v 4.8.0 (2021-01-31) | ||
@@ -2,0 +6,0 @@ * feat: add support for TTL and Container nodes. Pull request [255](https://github.com/yfinkelstein/node-zookeeper/pull/255) by @dreusel |
@@ -465,3 +465,3 @@ /// <reference types="node" /> | ||
* @param {string} path | ||
* @param {function} watch | ||
* @param {boolean} watch | ||
* @fulfill {stat} | ||
@@ -468,0 +468,0 @@ * @returns {Promise.<stat>} |
@@ -41,3 +41,3 @@ // needed to not break the interface | ||
* @param {string} path | ||
* @param {function} watch | ||
* @param {boolean} watch | ||
* @fulfill {stat} | ||
@@ -44,0 +44,0 @@ * @returns {Promise.<stat>} |
{ | ||
"name": "zookeeper", | ||
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.6.x)", | ||
"version": "4.8.0", | ||
"version": "4.8.1", | ||
"author": "Yuri Finkelstein <yurif2003@yahoo.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
2266432