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.
- package/install.js +1 -1
- package/package.json +7 -7
- package/run.js +1 -1
package/install.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nyx-audit-cli",
|
|
3
|
-
"version": "0.2.
|
|
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.
|
|
72
|
-
"nyx_0.2.
|
|
73
|
-
"nyx_0.2.
|
|
74
|
-
"nyx_0.2.
|
|
75
|
-
"nyx_0.2.
|
|
76
|
-
"nyx_0.2.
|
|
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
|
}
|