tirtc-devtools-cli 0.0.8 → 0.0.9

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.
@@ -15,7 +15,7 @@ const media_assets_1 = require("./media_assets");
15
15
  const token_command_1 = require("./token_command");
16
16
  const transport_1 = require("./transport");
17
17
  const progress_1 = require("./progress");
18
- const CLI_VERSION = '0.0.8';
18
+ const CLI_VERSION = '0.0.9';
19
19
  const HOST_VERSION = '1.0.0';
20
20
  const PROTOCOL_VERSION = '1.0.0';
21
21
  if (process.argv.includes('--version') || process.argv.includes('-V')) {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "tirtc-devtools-cli",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "tirtc-devtools-cli": "./bin/tirtc-devtools-cli.js"
7
+ "tirtc-devtools-cli": "bin/tirtc-devtools-cli.js"
8
8
  },
9
9
  "files": [
10
10
  "README.md",