@itwin/core-electron 5.0.0-dev.117 → 5.0.0-dev.119
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.
|
@@ -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. Use `Electron.Dialog` from `electron` instead.
|
|
11
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. 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. 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 - will not be removed until after 2026-06-13. 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.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.119",
|
|
4
4
|
"description": "iTwin.js ElectronHost and ElectronApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"electron": "^35.0.0 || ^36.0.0",
|
|
25
|
-
"@itwin/core-backend": "5.0.0-dev.
|
|
26
|
-
"@itwin/core-
|
|
27
|
-
"@itwin/core-
|
|
28
|
-
"@itwin/core-
|
|
25
|
+
"@itwin/core-backend": "5.0.0-dev.119",
|
|
26
|
+
"@itwin/core-bentley": "5.0.0-dev.119",
|
|
27
|
+
"@itwin/core-common": "5.0.0-dev.119",
|
|
28
|
+
"@itwin/core-frontend": "5.0.0-dev.119"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"typescript": "~5.6.2",
|
|
44
44
|
"webpack": "^5.97.1",
|
|
45
45
|
"webpack-cli": "^5.0.1",
|
|
46
|
-
"@itwin/
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/core-backend": "5.0.0-dev.
|
|
49
|
-
"@itwin/core-
|
|
50
|
-
"@itwin/
|
|
51
|
-
"@itwin/core-
|
|
46
|
+
"@itwin/build-tools": "5.0.0-dev.119",
|
|
47
|
+
"@itwin/core-bentley": "5.0.0-dev.119",
|
|
48
|
+
"@itwin/core-backend": "5.0.0-dev.119",
|
|
49
|
+
"@itwin/core-common": "5.0.0-dev.119",
|
|
50
|
+
"@itwin/certa": "5.0.0-dev.119",
|
|
51
|
+
"@itwin/core-frontend": "5.0.0-dev.119"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@openid/appauth": "^1.2.6",
|