nyx-audit-cli 0.2.4 → 0.2.5

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 (3) hide show
  1. package/install.js +1 -1
  2. package/package.json +7 -7
  3. package/run.js +1 -1
package/install.js CHANGED
@@ -1,5 +1,5 @@
1
- // nosemgrep: all — npm install shim, not application code
2
1
  #!/usr/bin/env node
2
+ // nosemgrep: all — npm install shim, not application code
3
3
  "use strict";
4
4
 
5
5
  const fs = require("fs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nyx-audit-cli",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Prove your homelab matches your intent — YAML network specs, live VLAN/VPN audits, drift detection, Omada/OPNsense import. Cross-platform CLI with MCP for AI agents.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -68,11 +68,11 @@
68
68
  "bin/"
69
69
  ],
70
70
  "binaryChecksums": {
71
- "nyx_0.2.4_darwin_amd64.tar.gz": "8763c75a7b6770e8072d5c662ea3924d8c19b486c69f26b52a592a9172b3b7a0",
72
- "nyx_0.2.4_darwin_arm64.tar.gz": "915824ee94df6bf68e233f166dab046c655917111463a248bdf47bdd74d67d8d",
73
- "nyx_0.2.4_linux_amd64.tar.gz": "f46aaea533ef02e7004d294f5a027a5c36369b2ae8557c1353c6bf2aed18b6fc",
74
- "nyx_0.2.4_linux_arm64.tar.gz": "8da38143c08207802ee00b4b5b4e0659d5be93a5f159db5b4c358e0566d1fa07",
75
- "nyx_0.2.4_windows_amd64.zip": "b8e27df1f772d57f644d0bc37cf332dac89fdd5c348f03caf23bbabd9f6a8537",
76
- "nyx_0.2.4_windows_arm64.zip": "85044e78b0253a039a1e72cafc2267ab7a288bd32a8764332f9977f1258cbb4e"
71
+ "nyx_0.2.5_darwin_amd64.tar.gz": "cb744fbb93bef215b2561d3ac0ce3a88343d2702ff61b57864b916a6a9f2ad5c",
72
+ "nyx_0.2.5_darwin_arm64.tar.gz": "8263e2d26f688c7f1bcebfccbb02f1ec1606c2e3a3c39aa68222cb45f09bce44",
73
+ "nyx_0.2.5_linux_amd64.tar.gz": "517fbec4837ba6dbf316c19e181afcd7377d35c9b67b865a97dc01fa0cfc87bd",
74
+ "nyx_0.2.5_linux_arm64.tar.gz": "e4563604aeba49ba4d0457dbf2c57a51a6a62dd616283cb367e7cb26d3902eee",
75
+ "nyx_0.2.5_windows_amd64.zip": "78192a7765f3e3f138cda933940112c65e6b674f571c497d5292e5242c667ed0",
76
+ "nyx_0.2.5_windows_arm64.zip": "8b8bdcf6b8e02a927ece6314d4ee2b8e94cb4548acba5787e8046caec6bd7632"
77
77
  }
78
78
  }
package/run.js CHANGED
@@ -1,5 +1,5 @@
1
- // nosemgrep: all — npm run shim, not application code
2
1
  #!/usr/bin/env node
2
+ // nosemgrep: all — npm run shim, not application code
3
3
  "use strict";
4
4
 
5
5
  const path = require("path");