ante-erp-cli 1.11.7 → 1.11.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ante-erp-cli",
3
- "version": "1.11.7",
3
+ "version": "1.11.8",
4
4
  "description": "Comprehensive CLI tool for managing ANTE ERP self-hosted installations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -450,7 +450,7 @@ export async function verifyDataRestored(connectionInfo, composeFile = null) {
450
450
  '-f', composeFile,
451
451
  'exec',
452
452
  '-T',
453
- 'mongo',
453
+ 'mongodb',
454
454
  'mongosh',
455
455
  mongoUrl,
456
456
  '--quiet',