@xterm/addon-webgl 0.20.0-beta.22 → 0.20.0-beta.24
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 +3 -3
- package/typings/addon-webgl.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xterm/addon-webgl",
|
|
3
|
-
"version": "0.20.0-beta.
|
|
3
|
+
"version": "0.20.0-beta.24",
|
|
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": "
|
|
26
|
+
"commit": "6fe5a124ca8a8e1643a7560aa13bc21005e59445",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@xterm/xterm": "^6.1.0-beta.
|
|
28
|
+
"@xterm/xterm": "^6.1.0-beta.25"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/typings/addon-webgl.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ declare module '@xterm/addon-webgl' {
|
|
|
57
57
|
* unicode ranges:
|
|
58
58
|
*
|
|
59
59
|
* - Box Drawing (U+2500-U+257F)
|
|
60
|
-
* -
|
|
60
|
+
* - Block Elements (U+2580-U+259F)
|
|
61
61
|
* - Braille Patterns (U+2800-U+28FF)
|
|
62
62
|
* - Powerline Symbols (U+E0A0-U+E0D4, Private Use Area with widespread
|
|
63
63
|
* adoption)
|