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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.0",
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lldap-cli",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CLI tool for managing LLDAP (Lightweight LDAP) users, groups, and schema",
5
5
  "type": "module",
6
6
  "bin": {