@xterm/xterm 6.1.0-beta.92 → 6.1.0-beta.93

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xterm/xterm",
3
3
  "description": "Full xterm terminal, in your browser",
4
- "version": "6.1.0-beta.92",
4
+ "version": "6.1.0-beta.93",
5
5
  "main": "lib/xterm.js",
6
6
  "module": "lib/xterm.mjs",
7
7
  "style": "css/xterm.css",
@@ -48,6 +48,8 @@
48
48
  "test": "npm run test-unit",
49
49
  "posttest": "npm run lint",
50
50
  "lint": "eslint --max-warnings 0 src/ addons/ demo/",
51
+ "lint-changes": "node ./bin/lint_changes.js",
52
+ "lint-changes-fix": "node ./bin/lint_changes.js --fix",
51
53
  "lint-fix": "eslint --fix src/ addons/ demo/",
52
54
  "lint-api": "eslint --config eslint.config.typings.mjs --max-warnings 0 typings/",
53
55
  "test-unit": "node ./bin/test_unit.js",
@@ -114,5 +116,5 @@
114
116
  "ws": "^8.2.3",
115
117
  "xterm-benchmark": "^0.3.1"
116
118
  },
117
- "commit": "437490308ca20753cfd42104cd1579faf88bf68c"
119
+ "commit": "729a6700431210261a92d2b0d245ed4fe67b7356"
118
120
  }
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * The xterm.js version. This is updated by the publish script from package.json.
8
8
  */
9
- export const XTERM_VERSION = '6.1.0-beta.92';
9
+ export const XTERM_VERSION = '6.1.0-beta.93';