@openfin/core 33.76.20 → 33.76.21

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "33.76.20",
3
+ "version": "33.76.21",
4
4
  "license": "SEE LICENSE IN LICENSE.MD",
5
5
  "main": "./src/mock.js",
6
6
  "types": "./src/mock.d.ts",
@@ -98,6 +98,7 @@ type ViewEvent = OpenFin.ViewEvent;
98
98
  * 'separator'
99
99
  * 'cut'
100
100
  * 'copy'
101
+ * 'copyImage',
101
102
  * 'paste'
102
103
  * 'spellCheck'
103
104
  * 'inspect'
@@ -108,6 +108,7 @@ const window_1 = require("../window");
108
108
  * 'separator'
109
109
  * 'cut'
110
110
  * 'copy'
111
+ * 'copyImage',
111
112
  * 'paste'
112
113
  * 'spellCheck'
113
114
  * 'inspect'
Binary file