@arkhera30/cli 0.2.1 → 0.2.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -733,7 +733,7 @@ ${vaultRouterDependsOn}
733
733
  reservations:
734
734
  memory: 64m
735
735
  healthcheck:
736
- test: ["CMD", "curl", "-f", "http://localhost:8400/health"]
736
+ test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8400/health')"]
737
737
  interval: 30s
738
738
  timeout: 10s
739
739
  start_period: 30s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkhera30/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CLI for managing the Horus AI development stack",
5
5
  "type": "module",
6
6
  "bin": {