oorja 1.11.3 → 1.11.4

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.
@@ -1,5 +1,5 @@
1
1
  import chalk from "chalk";
2
- import termSize from "term-size";
2
+ import termSize from "terminal-size";
3
3
  export const initScreen = (username, hostname, shell, multiplexed) => {
4
4
  console.log(chalk.bold(chalk.blueBright("TeleType")));
5
5
  if (multiplexed) {
@@ -84,5 +84,5 @@
84
84
  ]
85
85
  }
86
86
  },
87
- "version": "1.11.3"
87
+ "version": "1.11.4"
88
88
  }
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": "1.11.3",
4
+ "version": "1.11.4",
5
5
  "keywords": [
6
6
  "teletype",
7
7
  "terminal",
@@ -45,16 +45,16 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@msgpack/msgpack": "^3.0.0-beta2",
48
- "@oclif/core": "^3",
49
- "@oclif/plugin-help": "^6",
48
+ "@oclif/core": "^3.26.4",
49
+ "@oclif/plugin-help": "^6.0.21",
50
50
  "axios": "^1.6.8",
51
51
  "camelcase-keys": "^9.1.3",
52
52
  "chalk": "^5.3.0",
53
53
  "conf-cli": "0.1.9",
54
- "inquirer": "^9.2.18",
54
+ "inquirer": "^9.2.20",
55
55
  "node-pty": "^1.0.0",
56
56
  "ora": "^8.0.1",
57
- "term-size": "^4.0.0",
57
+ "terminal-size": "^4.0.0",
58
58
  "ws": "^8.16.0"
59
59
  },
60
60
  "devDependencies": {
@@ -62,13 +62,13 @@
62
62
  "@types/inquirer": "^9.0.7",
63
63
  "@types/node": "^18",
64
64
  "eslint": "^8",
65
- "eslint-config-oclif": "^5",
66
- "eslint-config-oclif-typescript": "^3",
65
+ "eslint-config-oclif": "^5.1.3",
66
+ "eslint-config-oclif-typescript": "^3.1.6",
67
67
  "eslint-config-prettier": "^9.1.0",
68
- "oclif": "^4.8.2",
68
+ "oclif": "^4.9.0",
69
69
  "shx": "^0.3.4",
70
70
  "ts-node": "^10.9.2",
71
- "typescript": "^5"
71
+ "typescript": "^5.4.5"
72
72
  },
73
73
  "engines": {
74
74
  "node": ">=18.18.0"