@itwin/core-electron 4.3.0-dev.8 → 4.3.0
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 +48 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
# Change Log - @itwin/core-electron
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 07 Dec 2023 17:43:09 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.3.0
|
|
6
|
+
Thu, 07 Dec 2023 17:43:09 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Add support for Electron 27.
|
|
11
|
+
- Add support for Node 20.
|
|
12
|
+
- Add support for Electron 28
|
|
13
|
+
|
|
14
|
+
## 4.2.4
|
|
15
|
+
Mon, 20 Nov 2023 16:14:45 GMT
|
|
16
|
+
|
|
17
|
+
_Version update only_
|
|
18
|
+
|
|
19
|
+
## 4.2.3
|
|
20
|
+
Mon, 06 Nov 2023 14:01:52 GMT
|
|
21
|
+
|
|
22
|
+
_Version update only_
|
|
23
|
+
|
|
24
|
+
## 4.2.2
|
|
25
|
+
Thu, 02 Nov 2023 15:36:20 GMT
|
|
26
|
+
|
|
27
|
+
_Version update only_
|
|
28
|
+
|
|
29
|
+
## 4.2.1
|
|
30
|
+
Tue, 24 Oct 2023 15:09:13 GMT
|
|
31
|
+
|
|
32
|
+
_Version update only_
|
|
33
|
+
|
|
34
|
+
## 4.2.0
|
|
35
|
+
Tue, 17 Oct 2023 15:14:32 GMT
|
|
36
|
+
|
|
37
|
+
### Updates
|
|
38
|
+
|
|
39
|
+
- Mitigate GHSA-j7hp-h8jx-5ppr by bumping electron to first patched version (26.2.1)
|
|
40
|
+
- Add support for Electron 26
|
|
4
41
|
|
|
5
42
|
## 4.1.9
|
|
6
43
|
Tue, 10 Oct 2023 18:48:12 GMT
|
|
@@ -104,6 +141,16 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
104
141
|
- Drop Electron 14, 15, 16, 17, 22. Start supporting Electron 23.
|
|
105
142
|
- Stopped registering any rpcs by default
|
|
106
143
|
|
|
144
|
+
## 3.7.17
|
|
145
|
+
Mon, 20 Nov 2023 18:24:23 GMT
|
|
146
|
+
|
|
147
|
+
_Version update only_
|
|
148
|
+
|
|
149
|
+
## 3.7.16
|
|
150
|
+
Mon, 16 Oct 2023 12:49:07 GMT
|
|
151
|
+
|
|
152
|
+
_Version update only_
|
|
153
|
+
|
|
107
154
|
## 3.7.15
|
|
108
155
|
Tue, 10 Oct 2023 19:58:35 GMT
|
|
109
156
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-electron",
|
|
3
|
-
"version": "4.3.0
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "iTwin.js ElectronHost and ElectronApp",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": "^18.0.0"
|
|
7
|
+
"node": "^18.0.0 || ^20.0.0"
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-backend": "^4.3.0
|
|
25
|
-
"@itwin/core-bentley": "^4.3.0
|
|
26
|
-
"@itwin/core-common": "^4.3.0
|
|
27
|
-
"@itwin/core-frontend": "^4.3.0
|
|
28
|
-
"electron": ">=23.0.0 <
|
|
24
|
+
"@itwin/core-backend": "^4.3.0",
|
|
25
|
+
"@itwin/core-bentley": "^4.3.0",
|
|
26
|
+
"@itwin/core-common": "^4.3.0",
|
|
27
|
+
"@itwin/core-frontend": "^4.3.0",
|
|
28
|
+
"electron": ">=23.0.0 <29.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
32
32
|
"@types/chai": "4.3.1",
|
|
33
33
|
"@types/mocha": "^8.2.2",
|
|
34
|
-
"@types/node": "18.16.
|
|
34
|
+
"@types/node": "~18.16.20",
|
|
35
35
|
"chai": "^4.3.10",
|
|
36
|
-
"electron": "^
|
|
36
|
+
"electron": "^28.0.0",
|
|
37
37
|
"eslint": "^8.44.0",
|
|
38
38
|
"glob": "^7.1.2",
|
|
39
39
|
"mocha": "^10.0.0",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"typescript": "~5.0.2",
|
|
43
43
|
"webpack": "^5.76.0",
|
|
44
44
|
"webpack-cli": "^5.0.1",
|
|
45
|
-
"@itwin/
|
|
46
|
-
"@itwin/core-common": "4.3.0
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/core-bentley": "4.3.0
|
|
49
|
-
"@itwin/
|
|
50
|
-
"@itwin/core-
|
|
45
|
+
"@itwin/core-backend": "4.3.0",
|
|
46
|
+
"@itwin/core-common": "4.3.0",
|
|
47
|
+
"@itwin/build-tools": "4.3.0",
|
|
48
|
+
"@itwin/core-bentley": "4.3.0",
|
|
49
|
+
"@itwin/certa": "4.3.0",
|
|
50
|
+
"@itwin/core-frontend": "4.3.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@openid/appauth": "^1.2.6",
|