lldap-cli 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3188,7 +3188,7 @@ var ExitCode2 = {
|
|
|
3188
3188
|
// package.json
|
|
3189
3189
|
var package_default = {
|
|
3190
3190
|
name: "lldap-cli",
|
|
3191
|
-
version: "1.2.
|
|
3191
|
+
version: "1.2.1",
|
|
3192
3192
|
description: "CLI tool for managing LLDAP (Lightweight LDAP) users, groups, and schema",
|
|
3193
3193
|
type: "module",
|
|
3194
3194
|
bin: {
|