@itwin/core-electron 5.12.0-dev.2 → 5.12.0-dev.6

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-electron
2
2
 
3
- This log was last generated on Tue, 16 Jun 2026 13:00:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Jul 2026 13:06:57 GMT and should not be manually modified.
4
+
5
+ ## 5.11.0
6
+ Fri, 03 Jul 2026 13:05:21 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.10.3
6
11
  Tue, 16 Jun 2026 12:58:32 GMT
@@ -8,7 +8,7 @@ export declare const electronIpcStrings: {
8
8
  };
9
9
  /** Asynchronous methods of dialog module in an Electron app.
10
10
  * @beta
11
- * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `Electron.Dialog` from `electron` instead.
11
+ * @deprecated in 5.0 - might be removed in next major version. Use `Electron.Dialog` from `electron` instead.
12
12
  */
13
13
  export type DialogModuleMethod = AsyncMethodsOf<Electron.Dialog>;
14
14
  //# sourceMappingURL=ElectronIpcInterface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ElectronIpcInterface.js","sourceRoot":"","sources":["../../../src/common/ElectronIpcInterface.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAIH,gBAAgB;AACH,QAAA,kBAAkB,GAAG;IAChC,aAAa,EAAE,yBAAyB;CAChC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module RpcInterface\n */\n\nimport { AsyncMethodsOf } from \"@itwin/core-bentley\";\n\n/** @internal */\nexport const electronIpcStrings = {\n dialogChannel: \"itwinjs-electron/dialog\",\n} as const;\n\n/** Asynchronous methods of dialog module in an Electron app.\n * @beta\n * @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `Electron.Dialog` from `electron` instead.\n */\nexport type DialogModuleMethod = AsyncMethodsOf<Electron.Dialog>;\n"]}
1
+ {"version":3,"file":"ElectronIpcInterface.js","sourceRoot":"","sources":["../../../src/common/ElectronIpcInterface.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAIH,gBAAgB;AACH,QAAA,kBAAkB,GAAG;IAChC,aAAa,EAAE,yBAAyB;CAChC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module RpcInterface\n */\n\nimport { AsyncMethodsOf } from \"@itwin/core-bentley\";\n\n/** @internal */\nexport const electronIpcStrings = {\n dialogChannel: \"itwinjs-electron/dialog\",\n} as const;\n\n/** Asynchronous methods of dialog module in an Electron app.\n * @beta\n * @deprecated in 5.0 - might be removed in next major version. Use `Electron.Dialog` from `electron` instead.\n */\nexport type DialogModuleMethod = AsyncMethodsOf<Electron.Dialog>;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-electron",
3
- "version": "5.12.0-dev.2",
3
+ "version": "5.12.0-dev.6",
4
4
  "description": "iTwin.js ElectronHost and ElectronApp",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -18,11 +18,11 @@
18
18
  "url": "http://www.bentley.com"
19
19
  },
20
20
  "peerDependencies": {
21
- "electron": "^35.0.0 || ^36.0.0 || ^37.0.0 || ^38.0.0 || ^39.0.0 || ^40.0.0 || ^41.0.0 || ^42.0.0",
22
- "@itwin/core-backend": "5.12.0-dev.2",
23
- "@itwin/core-bentley": "5.12.0-dev.2",
24
- "@itwin/core-common": "5.12.0-dev.2",
25
- "@itwin/core-frontend": "5.12.0-dev.2"
21
+ "electron": ">=35.0.0 <44.0.0",
22
+ "@itwin/core-backend": "5.12.0-dev.6",
23
+ "@itwin/core-bentley": "5.12.0-dev.6",
24
+ "@itwin/core-common": "5.12.0-dev.6",
25
+ "@itwin/core-frontend": "5.12.0-dev.6"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@itwin/eslint-plugin": "^6.0.0",
@@ -31,7 +31,7 @@
31
31
  "@types/node": "~20.17.0",
32
32
  "chai": "^4.3.10",
33
33
  "cpx2": "^8.0.0",
34
- "electron": "^42.0.0",
34
+ "electron": "^43.0.0",
35
35
  "eslint": "^9.31.0",
36
36
  "glob": "^10.5.0",
37
37
  "mocha": "^11.1.0",
@@ -40,12 +40,12 @@
40
40
  "typescript": "~5.6.2",
41
41
  "webpack": "^5.97.1",
42
42
  "webpack-cli": "^5.0.1",
43
- "@itwin/core-bentley": "5.12.0-dev.2",
44
- "@itwin/build-tools": "5.12.0-dev.2",
45
- "@itwin/certa": "5.12.0-dev.2",
46
- "@itwin/core-backend": "5.12.0-dev.2",
47
- "@itwin/core-frontend": "5.12.0-dev.2",
48
- "@itwin/core-common": "5.12.0-dev.2"
43
+ "@itwin/build-tools": "5.12.0-dev.6",
44
+ "@itwin/certa": "5.12.0-dev.6",
45
+ "@itwin/core-backend": "5.12.0-dev.6",
46
+ "@itwin/core-common": "5.12.0-dev.6",
47
+ "@itwin/core-bentley": "5.12.0-dev.6",
48
+ "@itwin/core-frontend": "5.12.0-dev.6"
49
49
  },
50
50
  "dependencies": {
51
51
  "@openid/appauth": "^1.3.2",