@coana-tech/cli 14.0.12 → 14.0.13

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
@@ -193982,7 +193982,7 @@ var require_version = __commonJS({
193982
193982
  "use strict";
193983
193983
  Object.defineProperty(exports2, "__esModule", { value: true });
193984
193984
  exports2.version = void 0;
193985
- exports2.version = "14.0.12";
193985
+ exports2.version = "14.0.13";
193986
193986
  }
193987
193987
  });
193988
193988
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.0.12",
3
+ "version": "14.0.13",
4
4
  "description": "Coana CLI",
5
5
  "bin": {
6
6
  "@coana-tech/cli": "./cli.js"