oorja 2.0.4 → 2.0.6

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.
@@ -101,9 +101,7 @@ Will also allow participants to write to your terminal!
101
101
  apps: {
102
102
  defaultFocus: '39',
103
103
  appList: [
104
- { appId: '31', config: {} },
105
104
  { appId: '100', config: {} },
106
- { appId: '40', config: {} },
107
105
  { appId: '90', config: {} },
108
106
  { appId: '39', config: {} },
109
107
  { appId: '102', config: {} },
@@ -1,5 +1,5 @@
1
1
  import { URL } from 'url';
2
- export declare const CLI_VERSION = 2.1;
2
+ export declare const CLI_VERSION = 2.3;
3
3
  import Conf from 'conf';
4
4
  export declare const config: Conf<string>;
5
5
  export type env = 'local' | 'prod';
@@ -1,5 +1,5 @@
1
1
  import chalk from 'chalk';
2
- export const CLI_VERSION = 2.1;
2
+ export const CLI_VERSION = 2.3;
3
3
  import Conf from 'conf';
4
4
  export const config = new Conf({
5
5
  projectName: 'oorja',
@@ -85,5 +85,5 @@
85
85
  ]
86
86
  }
87
87
  },
88
- "version": "2.0.4"
88
+ "version": "2.0.6"
89
89
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oorja",
3
3
  "description": "stream terminals to the web and more.",
4
- "version": "2.0.4",
4
+ "version": "2.0.6",
5
5
  "keywords": [
6
6
  "teletype",
7
7
  "terminal",
@@ -45,18 +45,18 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@msgpack/msgpack": "3.0.0-beta2",
49
- "@oclif/core": "^4.2.0",
50
- "@oclif/plugin-help": "^6.2.20",
48
+ "@msgpack/msgpack": "3.0.0-beta3",
49
+ "@oclif/core": "^4.2.6",
50
+ "@oclif/plugin-help": "^6.2.24",
51
51
  "axios": "^1.7.9",
52
52
  "camelcase-keys": "^9.1.3",
53
53
  "chalk": "^5.4.1",
54
54
  "conf-cli": "0.1.9",
55
55
  "haversine-distance": "^1.2.3",
56
- "inquirer": "^12.3.0",
56
+ "inquirer": "^12.4.1",
57
57
  "node-pty": "^1.0.0",
58
- "ora": "^8.1.1",
59
- "phoenix": "1.7.18",
58
+ "ora": "^8.2.0",
59
+ "phoenix": "1.7.19",
60
60
  "terminal-size": "^4.0.0"
61
61
  },
62
62
  "devDependencies": {
@@ -68,7 +68,7 @@
68
68
  "eslint-config-oclif": "^5.2.2",
69
69
  "eslint-config-oclif-typescript": "^3.1.13",
70
70
  "eslint-config-prettier": "^9.1.0",
71
- "oclif": "^4.17.4",
71
+ "oclif": "^4.17.25",
72
72
  "prettier": "^3.4.2",
73
73
  "shx": "^0.3.4",
74
74
  "ts-node": "^10.9.2",