@itwin/core-electron 3.7.0-dev.1 → 3.7.0-dev.2

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 +11 -6
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -12,6 +12,11 @@ Wed, 08 Feb 2023 14:58:39 GMT
12
12
  - Use EmptyLocalization for localization in tests to increase test performance
13
13
  - React to RPC deprecations.
14
14
 
15
+ ## 3.5.6
16
+ Fri, 24 Feb 2023 16:02:47 GMT
17
+
18
+ _Version update only_
19
+
15
20
  ## 3.5.5
16
21
  Thu, 26 Jan 2023 22:53:27 GMT
17
22
 
@@ -507,7 +512,7 @@ Fri, 30 Apr 2021 12:36:58 GMT
507
512
  ### Updates
508
513
 
509
514
  - allow authConfig to be supplied from backend
510
- - Fixes to desktop and iOS apps.
515
+ - Fixes to desktop and iOS apps.
511
516
  - Saving & restoring Electron main window size, position & maximized state
512
517
 
513
518
  ## 2.14.4
@@ -714,7 +719,7 @@ Fri, 02 Oct 2020 18:03:32 GMT
714
719
 
715
720
  ### Updates
716
721
 
717
- - Fixed desktop authorization after recent changes.
722
+ - Fixed desktop authorization after recent changes.
718
723
 
719
724
  ## 2.6.5
720
725
  Sat, 26 Sep 2020 16:06:34 GMT
@@ -838,9 +843,9 @@ Wed, 06 May 2020 13:17:49 GMT
838
843
 
839
844
  - Update to Electron 8
840
845
  - react to changes in imodeljs-clients
841
- - FrontendAuthorizationClient does not extend IDisposable.
846
+ - FrontendAuthorizationClient does not extend IDisposable.
842
847
  - Update minimum Node version to 10.16.0
843
- - Renamed OIDC constructs for consistency; Removed SAML support.
848
+ - Renamed OIDC constructs for consistency; Removed SAML support.
844
849
  - order imports.
845
850
  - Upgrade to Rush 5.23.2
846
851
  - Update electron version to ^8.2.1
@@ -866,7 +871,7 @@ Wed, 12 Feb 2020 17:45:50 GMT
866
871
 
867
872
  ### Updates
868
873
 
869
- - Setup oidc client for backend use in electron applications.
874
+ - Setup oidc client for backend use in electron applications.
870
875
 
871
876
  ## 1.11.0
872
877
  Wed, 22 Jan 2020 19:24:12 GMT
@@ -948,7 +953,7 @@ Mon, 13 May 2019 15:52:05 GMT
948
953
 
949
954
  - Adds parameter for api-extractor to validate missing release tags
950
955
  - Fix broken links
951
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
956
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
952
957
  - Upgrade TypeDoc dependency to 0.14.2
953
958
 
954
959
  ## 0.190.0
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.2",
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.2",
24
+ "@itwin/core-bentley": "^3.7.0-dev.2",
25
+ "@itwin/core-common": "^3.7.0-dev.2",
26
+ "@itwin/core-frontend": "^3.7.0-dev.2",
27
+ "@itwin/presentation-common": "^3.7.0-dev.2",
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.2",
32
+ "@itwin/certa": "3.7.0-dev.2",
33
+ "@itwin/core-backend": "3.7.0-dev.2",
34
+ "@itwin/core-bentley": "3.7.0-dev.2",
35
+ "@itwin/core-common": "3.7.0-dev.2",
36
+ "@itwin/core-frontend": "3.7.0-dev.2",
37
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
38
+ "@itwin/presentation-common": "3.7.0-dev.2",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/mocha": "^8.2.2",
41
41
  "@types/node": "18.11.5",