lldap-cli 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -3193,7 +3193,7 @@ var ExitCode2 = {
3193
3193
  // package.json
3194
3194
  var package_default = {
3195
3195
  name: "lldap-cli",
3196
- version: "1.2.2",
3196
+ version: "1.2.3",
3197
3197
  description: "CLI tool for managing LLDAP (Lightweight LDAP) users, groups, and schema",
3198
3198
  type: "module",
3199
3199
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lldap-cli",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "CLI tool for managing LLDAP (Lightweight LDAP) users, groups, and schema",
5
5
  "type": "module",
6
6
  "bin": {