ardent-cli 0.0.52 → 0.0.53

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
@@ -513,7 +513,7 @@ async function resolveCurrentConnectorId() {
513
513
 
514
514
  // src/lib/operation_stage_display.ts
515
515
  var STAGE_DISPLAY = {
516
- // engine_setup_worker / postgres_engine_setup
516
+ // engine_setup_workflow / postgres_engine_setup
517
517
  "dispatched": "Queued",
518
518
  "preparing": "Preparing",
519
519
  "creating-neon-project": "Provisioning the branch target",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ardent-cli",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "Git for Data infrastructure",
5
5
  "type": "module",
6
6
  "bin": {