@xterm/xterm 6.1.0-beta.157 → 6.1.0-beta.159

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.157",
4
+ "version": "6.1.0-beta.159",
5
5
  "main": "lib/xterm.js",
6
6
  "module": "lib/xterm.mjs",
7
7
  "style": "css/xterm.css",
@@ -72,7 +72,8 @@
72
72
  "prepackage-headless": "npm run esbuild-package-headless-only",
73
73
  "package-headless": "webpack --config ./webpack.config.headless.js",
74
74
  "postpackage-headless": "node ./bin/package_headless.js",
75
- "prepublishOnly": "npm run package"
75
+ "prepublishOnly": "npm run package",
76
+ "agent:setup-repo": "node bin/agent/setup-repo.mjs"
76
77
  },
77
78
  "devDependencies": {
78
79
  "@lunapaint/png-codec": "^0.2.0",
@@ -118,5 +119,5 @@
118
119
  "ws": "^8.2.3",
119
120
  "xterm-benchmark": "^0.3.1"
120
121
  },
121
- "commit": "74642ce5d5c6028580358a84f5566f4bb5f1d29a"
122
+ "commit": "08c97d12b0e4e37b16aa678f7f60069d3ce691c9"
122
123
  }
@@ -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.157';
9
+ export const XTERM_VERSION = '6.1.0-beta.159';