@expressots/cli 1.3.0-rc-1 → 1.3.0

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/bin/cli.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- export declare const CLI_VERSION = "1.2.2";
2
+ export declare const CLI_VERSION = "1.3.0";
package/bin/cli.js CHANGED
@@ -10,7 +10,7 @@ const helpers_1 = require("yargs/helpers");
10
10
  const generate_1 = require("./generate");
11
11
  const info_1 = require("./info");
12
12
  const new_1 = require("./new");
13
- exports.CLI_VERSION = "1.2.2";
13
+ exports.CLI_VERSION = "1.3.0";
14
14
  console.log(`\n[🐎 Expressots]\n`);
15
15
  (0, yargs_1.default)((0, helpers_1.hideBin)(process.argv))
16
16
  .scriptName("expressots")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressots/cli",
3
- "version": "1.3.0-rc-1",
3
+ "version": "1.3.0",
4
4
  "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)",
5
5
  "author": "Richard Zampieri",
6
6
  "license": "MIT",