@overwolf/ow-electron 22.3.25 → 22.3.26

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/checksums.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "electron-api.json": "918f116f80da1fdef14ba3a3a9bb628aac09cb6c3c5fff87cffca9d3c47771ff",
3
- "ow-electron-v22.3.25-darwin-arm64.zip": "bce52ae3e6e5f820c5cc08db3ed44f1d63c9f4dc04b1c0783e50407ca44b4860",
4
- "ow-electron-v22.3.25-darwin-x64.zip": "2d8296a4e49e5097ed493546d57aaa8d256eb937b5e380c26fc74a40745d748d",
5
- "ow-electron-v22.3.25-win32-x64.zip": "9ae522a7c786cc907bc376b11eae038b0a2e4400c80fcc91b26a40626ca9b3ec",
6
- "ow-electron-v22.3.25-linux-x64.zip": "adac88f13dd30b62f9990fd4bd89868df9ce3e68b403b7459953502ef2fa1711",
7
- "ow-electron-v22.3.25-linux-arm64.zip": "b75f119b7ffd0a72282a9b8130975b5c3f7306eee359735368eaa1ed10d3862a",
8
- "ow-electron-v22.3.25-linux-armv7l.zip": "790ca0e1ae6e4347755b1f82a346b5e383fa0f23b1fa701f85303cb83d87be1a",
9
- "electron.d.ts": "694168fcb5c7c102ec0d1521a4b682088e785b22cb4eaf27d06fa14681ba33a8"
3
+ "ow-electron-v22.3.26-darwin-arm64.zip": "154695cd2392859d96ca9e06e1e3c92c753f26771fd8db6a4c9a866225dff08c",
4
+ "ow-electron-v22.3.26-darwin-x64.zip": "eb11ecd6549d27911a58434b9809abdb9e19aa87599380d7935a9dc5de96e898",
5
+ "ow-electron-v22.3.26-win32-x64.zip": "1b1a37f15ba477f1d388fe11eaeedeb185faf2fbbe498da1f1e5726a76f9610c",
6
+ "ow-electron-v22.3.26-linux-x64.zip": "adac88f13dd30b62f9990fd4bd89868df9ce3e68b403b7459953502ef2fa1711",
7
+ "ow-electron-v22.3.26-linux-arm64.zip": "b75f119b7ffd0a72282a9b8130975b5c3f7306eee359735368eaa1ed10d3862a",
8
+ "ow-electron-v22.3.26-linux-armv7l.zip": "790ca0e1ae6e4347755b1f82a346b5e383fa0f23b1fa701f85303cb83d87be1a",
9
+ "electron.d.ts": "6dad20f3ef22501f544d2efb6dc1b87028a3390e215ce98bb1de714e9eacd8fc"
10
10
  }
package/electron.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for Electron 22.3.25
1
+ // Type definitions for Electron 22.3.26
2
2
  // Project: http://electronjs.org/
3
3
  // Definitions by: The Electron Team <https://github.com/electron/electron>
4
4
  // Definitions: https://github.com/electron/electron-typescript-definitions
package/ow-electron.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for ow-electron 22.3.25
1
+ // Type definitions for ow-electron 22.3.26
2
2
 
3
3
  import { App, BrowserWindow, Event } from 'electron'
4
4
  import { errorMonitor } from 'events';
@@ -52,13 +52,13 @@ declare namespace overwolf {
52
52
  interface CMPWindowOptions {
53
53
  /**
54
54
  * Select open tab. The default is 'purposes'
55
- */
55
+ */
56
56
  tab?: 'purposes' | 'features' | 'vendors';
57
57
 
58
58
  /**
59
- * Whether this is a modal window. This only works when the window is a child
60
- * window. Default is `false`.
61
- */
59
+ * Whether this is a modal window. This only works when the window is a child
60
+ * window. Default is `false`.
61
+ */
62
62
  modal?: boolean;
63
63
 
64
64
  /**
@@ -75,6 +75,16 @@ declare namespace overwolf {
75
75
  * Control the CMP preloader background window
76
76
  */
77
77
  backgroundColor?: string;
78
+
79
+ /**
80
+ * Control the CMP Window width
81
+ */
82
+ width?: number;
83
+
84
+ /**
85
+ * Control the CMP Window height
86
+ */
87
+ height?: number;
78
88
  }
79
89
 
80
90
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@overwolf/ow-electron",
3
- "version": "22.3.25",
4
- "owElectronVersion": "22.3.25",
3
+ "version": "22.3.26",
4
+ "owElectronVersion": "22.3.26",
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",