@itwin/core-electron 3.7.0-dev.1 → 3.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-electron
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
4
+
5
+ ## 3.6.2
6
+ Fri, 17 Mar 2023 17:52:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.6.1
11
+ Fri, 24 Feb 2023 22:00:48 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.6.0
6
16
  Wed, 08 Feb 2023 14:58:39 GMT
@@ -12,6 +22,11 @@ Wed, 08 Feb 2023 14:58:39 GMT
12
22
  - Use EmptyLocalization for localization in tests to increase test performance
13
23
  - React to RPC deprecations.
14
24
 
25
+ ## 3.5.6
26
+ Fri, 24 Feb 2023 16:02:47 GMT
27
+
28
+ _Version update only_
29
+
15
30
  ## 3.5.5
16
31
  Thu, 26 Jan 2023 22:53:27 GMT
17
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-electron",
3
- "version": "3.7.0-dev.1",
3
+ "version": "3.7.0-dev.3",
4
4
  "description": "iTwin.js ElectronHost and ElectronApp",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -20,22 +20,22 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/core-backend": "^3.7.0-dev.1",
24
- "@itwin/core-bentley": "^3.7.0-dev.1",
25
- "@itwin/core-common": "^3.7.0-dev.1",
26
- "@itwin/core-frontend": "^3.7.0-dev.1",
27
- "@itwin/presentation-common": "^3.7.0-dev.1",
23
+ "@itwin/core-backend": "^3.7.0-dev.3",
24
+ "@itwin/core-bentley": "^3.7.0-dev.3",
25
+ "@itwin/core-common": "^3.7.0-dev.3",
26
+ "@itwin/core-frontend": "^3.7.0-dev.3",
27
+ "@itwin/presentation-common": "^3.7.0-dev.3",
28
28
  "electron": ">=14.0.0 <18.0.0 || >=22.0.0 <23.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/build-tools": "3.7.0-dev.1",
32
- "@itwin/certa": "3.7.0-dev.1",
33
- "@itwin/core-backend": "3.7.0-dev.1",
34
- "@itwin/core-bentley": "3.7.0-dev.1",
35
- "@itwin/core-common": "3.7.0-dev.1",
36
- "@itwin/core-frontend": "3.7.0-dev.1",
37
- "@itwin/eslint-plugin": "3.7.0-dev.1",
38
- "@itwin/presentation-common": "3.7.0-dev.1",
31
+ "@itwin/build-tools": "3.7.0-dev.3",
32
+ "@itwin/certa": "3.7.0-dev.3",
33
+ "@itwin/core-backend": "3.7.0-dev.3",
34
+ "@itwin/core-bentley": "3.7.0-dev.3",
35
+ "@itwin/core-common": "3.7.0-dev.3",
36
+ "@itwin/core-frontend": "3.7.0-dev.3",
37
+ "@itwin/eslint-plugin": "3.7.0-dev.3",
38
+ "@itwin/presentation-common": "3.7.0-dev.3",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/mocha": "^8.2.2",
41
41
  "@types/node": "18.11.5",
@@ -46,7 +46,7 @@
46
46
  "rimraf": "^3.0.2",
47
47
  "source-map-loader": "^4.0.0",
48
48
  "typescript": "~4.4.0",
49
- "webpack": "^5.64.4"
49
+ "webpack": "^5.76.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "@openid/appauth": "^1.2.6",