@xterm/addon-webgl 0.20.0-beta.21 → 0.20.0-beta.22

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@xterm/addon-webgl",
3
- "version": "0.20.0-beta.21",
3
+ "version": "0.20.0-beta.22",
4
4
  "author": {
5
5
  "name": "The xterm.js authors",
6
6
  "url": "https://xtermjs.org/"
@@ -23,8 +23,8 @@
23
23
  "prepublishOnly": "npm run package",
24
24
  "start": "node ../../demo/start"
25
25
  },
26
- "commit": "c04806fc92bea3b2402071905b157df8cf9a92ea",
26
+ "commit": "7b2a5cb50f92e1baf680364524714d29354008a0",
27
27
  "peerDependencies": {
28
- "@xterm/xterm": "^6.1.0-beta.22"
28
+ "@xterm/xterm": "^6.1.0-beta.23"
29
29
  }
30
30
  }
@@ -59,12 +59,12 @@ declare module '@xterm/addon-webgl' {
59
59
  * - Box Drawing (U+2500-U+257F)
60
60
  * - Box Elements (U+2580-U+259F)
61
61
  * - Braille Patterns (U+2800-U+28FF)
62
- * - Powerline Symbols (U+E0A0U+E0D4, Private Use Area with widespread
62
+ * - Powerline Symbols (U+E0A0-U+E0D4, Private Use Area with widespread
63
63
  * adoption)
64
64
  * - Git Branch Symbols (U+F5D0-U+F60D, Private Use Area initially adopted
65
65
  * in [Kitty in 2024](https://github.com/kovidgoyal/kitty/pull/7681) by
66
66
  * author of [vim-flog](https://github.com/rbong/vim-flog))
67
- * - Symbols for Legacy Computing (U+1FB00U+1FBFF)
67
+ * - Symbols for Legacy Computing (U+1FB00-U+1FBFF)
68
68
  *
69
69
  * This will typically result in better rendering with continuous lines,
70
70
  * even when line height and letter spacing is used. The default is true.