@xterm/addon-clipboard 0.3.0-beta.267 → 0.3.0-beta.268
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-clipboard",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.268",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "The xterm.js authors",
|
|
6
6
|
"url": "https://xtermjs.org/"
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"prepublishOnly": "npm run package",
|
|
23
23
|
"start": "node ../../demo/start"
|
|
24
24
|
},
|
|
25
|
-
"commit": "
|
|
25
|
+
"commit": "4226e64245bbf0612a94d81c907fe11cf1065b9a",
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@xterm/xterm": "^6.1.0-beta.
|
|
27
|
+
"@xterm/xterm": "^6.1.0-beta.268"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -82,7 +82,7 @@ declare module '@xterm/addon-clipboard' {
|
|
|
82
82
|
/**
|
|
83
83
|
* The clipboard provider interface that enables xterm.js to access the browser clipboard.
|
|
84
84
|
*
|
|
85
|
-
* Note
|
|
85
|
+
* Note that this clipboard provider does not implement own cut buffers as xterm does,
|
|
86
86
|
* but redirect the selection parameter always to navigator.clipboard.
|
|
87
87
|
*/
|
|
88
88
|
export class BrowserClipboardProvider implements IClipboardProvider{
|