@itwin/core-electron 5.12.0-dev.2 → 5.12.0-dev.5
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
|
|
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 -
|
|
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 -
|
|
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.
|
|
3
|
+
"version": "5.12.0-dev.5",
|
|
4
4
|
"description": "iTwin.js ElectronHost and ElectronApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
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.
|
|
23
|
-
"@itwin/core-bentley": "5.12.0-dev.
|
|
24
|
-
"@itwin/core-common": "5.12.0-dev.
|
|
25
|
-
"@itwin/core-frontend": "5.12.0-dev.
|
|
22
|
+
"@itwin/core-backend": "5.12.0-dev.5",
|
|
23
|
+
"@itwin/core-bentley": "5.12.0-dev.5",
|
|
24
|
+
"@itwin/core-common": "5.12.0-dev.5",
|
|
25
|
+
"@itwin/core-frontend": "5.12.0-dev.5"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@itwin/eslint-plugin": "^6.0.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/
|
|
44
|
-
"@itwin/
|
|
45
|
-
"@itwin/
|
|
46
|
-
"@itwin/
|
|
47
|
-
"@itwin/core-
|
|
48
|
-
"@itwin/core-
|
|
43
|
+
"@itwin/build-tools": "5.12.0-dev.5",
|
|
44
|
+
"@itwin/core-common": "5.12.0-dev.5",
|
|
45
|
+
"@itwin/core-backend": "5.12.0-dev.5",
|
|
46
|
+
"@itwin/certa": "5.12.0-dev.5",
|
|
47
|
+
"@itwin/core-bentley": "5.12.0-dev.5",
|
|
48
|
+
"@itwin/core-frontend": "5.12.0-dev.5"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@openid/appauth": "^1.3.2",
|