@lifeaitools/clauth 1.4.6 → 1.4.7

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.
@@ -3503,7 +3503,7 @@ function createServer(initPassword, whitelist, port, tunnelHostnameInit = null,
3503
3503
  const service = deleteMatch[1].toLowerCase();
3504
3504
  try {
3505
3505
  const { token, timestamp } = deriveToken(password, machineHash);
3506
- const result = await api.removeService(password, machineHash, token, timestamp, service, true);
3506
+ const result = await api.removeService(password, machineHash, token, timestamp, service, service);
3507
3507
  if (result.error) return strike(res, 502, result.error);
3508
3508
  return ok(res, { ok: true, deleted: service });
3509
3509
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/clauth",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Hardware-bound credential vault for the LIFEAI infrastructure stack",
5
5
  "type": "module",
6
6
  "bin": {