@coana-tech/cli 13.19.22 → 13.19.24

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/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -190235,7 +190235,7 @@ var require_version = __commonJS({
190235
190235
  "use strict";
190236
190236
  Object.defineProperty(exports2, "__esModule", { value: true });
190237
190237
  exports2.version = void 0;
190238
- exports2.version = "13.19.22";
190238
+ exports2.version = "13.19.24";
190239
190239
  }
190240
190240
  });
190241
190241
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "13.19.22",
3
+ "version": "13.19.24",
4
4
  "description": "Coana CLI",
5
5
  "bin": {
6
6
  "@coana-tech/cli": "./cli.js"