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: {} },
|
package/dist/lib/config.d.ts
CHANGED
package/dist/lib/config.js
CHANGED
package/oclif.manifest.json
CHANGED
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
|
+
"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-
|
|
49
|
-
"@oclif/core": "^4.2.
|
|
50
|
-
"@oclif/plugin-help": "^6.2.
|
|
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.
|
|
56
|
+
"inquirer": "^12.4.1",
|
|
57
57
|
"node-pty": "^1.0.0",
|
|
58
|
-
"ora": "^8.
|
|
59
|
-
"phoenix": "1.7.
|
|
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.
|
|
71
|
+
"oclif": "^4.17.25",
|
|
72
72
|
"prettier": "^3.4.2",
|
|
73
73
|
"shx": "^0.3.4",
|
|
74
74
|
"ts-node": "^10.9.2",
|