@decaf-ts/cli 0.5.2 → 0.5.3

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.
@@ -8,7 +8,7 @@ const decoration_1 = require("@decaf-ts/decoration");
8
8
  * @const VERSION
9
9
  * @memberOf module:CLI
10
10
  */
11
- exports.VERSION = "0.5.1";
11
+ exports.VERSION = "0.5.2";
12
12
  /**
13
13
  * @description Stores the current package version
14
14
  * @summary A constant that holds the version string of the package, which is replaced during build
@@ -5,7 +5,7 @@ import { Metadata } from "@decaf-ts/decoration";
5
5
  * @const VERSION
6
6
  * @memberOf module:CLI
7
7
  */
8
- export const VERSION = "0.5.1";
8
+ export const VERSION = "0.5.2";
9
9
  /**
10
10
  * @description Stores the current package version
11
11
  * @summary A constant that holds the version string of the package, which is replaced during build
@@ -4,7 +4,7 @@
4
4
  * @const VERSION
5
5
  * @memberOf module:CLI
6
6
  */
7
- export declare const VERSION = "0.5.1";
7
+ export declare const VERSION = "0.5.2";
8
8
  /**
9
9
  * @description Stores the current package version
10
10
  * @summary A constant that holds the version string of the package, which is replaced during build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "cli for decaf-ts projects",
5
5
  "type": "module",
6
6
  "exports": {