@itwin/core-electron 5.5.0 → 5.6.0-dev.3
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 +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/core-electron
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 05 Jan 2026 17:
|
|
3
|
+
This log was last generated on Mon, 05 Jan 2026 17:07:24 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
## 5.5.0
|
|
6
6
|
Mon, 05 Jan 2026 17:05:53 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-electron",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0-dev.3",
|
|
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",
|
|
22
|
-
"@itwin/core-backend": "5.
|
|
23
|
-
"@itwin/core-
|
|
24
|
-
"@itwin/core-
|
|
25
|
-
"@itwin/core-frontend": "5.
|
|
22
|
+
"@itwin/core-backend": "5.6.0-dev.3",
|
|
23
|
+
"@itwin/core-bentley": "5.6.0-dev.3",
|
|
24
|
+
"@itwin/core-common": "5.6.0-dev.3",
|
|
25
|
+
"@itwin/core-frontend": "5.6.0-dev.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@itwin/eslint-plugin": "5.2.2-dev.2",
|
|
@@ -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/certa": "5.
|
|
44
|
-
"@itwin/build-tools": "5.
|
|
45
|
-
"@itwin/core-
|
|
46
|
-
"@itwin/core-
|
|
47
|
-
"@itwin/core-
|
|
48
|
-
"@itwin/core-
|
|
43
|
+
"@itwin/certa": "5.6.0-dev.3",
|
|
44
|
+
"@itwin/build-tools": "5.6.0-dev.3",
|
|
45
|
+
"@itwin/core-backend": "5.6.0-dev.3",
|
|
46
|
+
"@itwin/core-bentley": "5.6.0-dev.3",
|
|
47
|
+
"@itwin/core-common": "5.6.0-dev.3",
|
|
48
|
+
"@itwin/core-frontend": "5.6.0-dev.3"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@openid/appauth": "^1.3.2",
|