@overwolf/ow-electron 22.3.27 → 28.2.5-beta.0

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/ow-electron.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for ow-electron 22.3.27
1
+ // Type definitions for ow-electron 28.2.5
2
2
 
3
3
  import { App, BrowserWindow, Event } from 'electron'
4
4
  import { errorMonitor } from 'events';
@@ -48,6 +48,8 @@ declare namespace overwolf {
48
48
  /**
49
49
  * Set the user email hashes (see generateUserEmailHashes),
50
50
  * this should be call after app.ready
51
+ * See https://www.chromium.org/developers/design-documents/accessibility for more
52
+ * details how to normalize email before creating hash
51
53
  */
52
54
  setUserEmailHashes(emailHashes: EmailHashes): void;
53
55
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@overwolf/ow-electron",
3
- "version": "22.3.27",
4
- "owElectronVersion": "22.3.27",
3
+ "version": "28.2.5-beta.0",
4
+ "owElectronVersion": "28.2.5-beta.0",
5
5
  "repository": "https://github.com/electron/electron",
6
6
  "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
7
7
  "license": "MIT",
@@ -25,5 +25,8 @@
25
25
  },
26
26
  "engines": {
27
27
  "node": ">= 10.17.0"
28
+ },
29
+ "publishConfig": {
30
+ "tag": "beta"
28
31
  }
29
32
  }