@xterm/addon-clipboard 0.2.0-beta.2 → 0.2.0-beta.4

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.2.0-beta.2",
3
+ "version": "0.2.0-beta.4",
4
4
  "author": {
5
5
  "name": "The xterm.js authors",
6
6
  "url": "https://xtermjs.org/"
@@ -13,8 +13,10 @@ declare module '@xterm/addon-clipboard' {
13
13
  export class ClipboardAddon implements ITerminalAddon {
14
14
  /**
15
15
  * Creates a new clipboard addon.
16
+ * @param base64 An optional base64 encoder/decoder.
17
+ * @param provider An optional clipboard provider.
16
18
  */
17
- constructor(provider?: IClipboardProvider);
19
+ constructor(base64?: IBase64, provider?: IClipboardProvider);
18
20
 
19
21
  /**
20
22
  * Activates the addon