File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ #### v 6.2.3 (2024-07-14)
2
+ * fix: accept both perm and perms in acl objects
3
+
4
+ Pull request [ 349] ( https://github.com/yfinkelstein/node-zookeeper/pull/349 ) by @maharjanraj
5
+
1
6
#### v 6.2.2 (2024-07-08)
2
7
* docs: access Zookeeper constants from ZooKeeper.constants
3
8
Original file line number Diff line number Diff line change 3
3
const ZkPromise = require ( './promise' ) ;
4
4
const ZooKeeper = require ( './zookeeper' ) ;
5
5
const zkConstants = require ( './constants' ) ;
6
- const { findZkConstantByCode, toCompatibleAcl } = require ( './helper' ) ;
6
+ const { findZkConstantByCode } = require ( './helper' ) ;
7
7
8
8
function isTruthy ( data ) {
9
9
if ( data ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zookeeper" ,
3
3
"description" : " apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)" ,
4
- "version" : " 6.2.2 " ,
4
+ "version" : " 6.2.3 " ,
5
5
"author" : " Yuri Finkelstein <yurif2003@yahoo.com>" ,
6
6
"license" : " MIT" ,
7
7
"contributors" : [
You can’t perform that action at this time.
0 commit comments