lldap-cli 1.2.3 → 1.2.4

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/README.md CHANGED
@@ -62,8 +62,13 @@ sudo mv lldap-cli-darwin-x64 /usr/local/bin/lldap-cli
62
62
  curl -LO https://github.com/madeinoz67/lldap-cli/releases/latest/download/lldap-cli-darwin-arm64
63
63
  chmod +x lldap-cli-darwin-arm64
64
64
  sudo mv lldap-cli-darwin-arm64 /usr/local/bin/lldap-cli
65
+
66
+ # Windows x64 (untested)
67
+ # Download lldap-cli-windows-x64.zip from the releases page and extract
65
68
  ```
66
69
 
70
+ > **Note:** Windows builds are provided but currently untested. Please report any issues.
71
+
67
72
  ### From Source
68
73
 
69
74
  ```bash
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.3",
3196
+ version: "1.2.4",
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.3",
3
+ "version": "1.2.4",
4
4
  "description": "CLI tool for managing LLDAP (Lightweight LDAP) users, groups, and schema",
5
5
  "type": "module",
6
6
  "bin": {