@itwin/core-bentley 3.6.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 +12 -17
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,6 @@
1
1
  # Change Log - @itwin/core-bentley
2
2
 
3
- This log was last generated on Fri, 24 Feb 2023 22:00:48 GMT and should not be manually modified.
4
-
5
- ## 3.6.1
6
- Fri, 24 Feb 2023 22:00:48 GMT
7
-
8
- _Version update only_
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
9
4
 
10
5
  ## 3.6.0
11
6
  Wed, 08 Feb 2023 14:58:39 GMT
@@ -886,7 +881,7 @@ Thu, 28 May 2020 22:48:59 GMT
886
881
  ### Updates
887
882
 
888
883
  - Added FailedToGetProductSettings error
889
- - Setup Guid.normalize() for internal use.
884
+ - Setup Guid.normalize() for internal use.
890
885
  - channel rules
891
886
 
892
887
  ## 2.0.0
@@ -894,12 +889,12 @@ Wed, 06 May 2020 13:17:49 GMT
894
889
 
895
890
  ### Updates
896
891
 
897
- - Monitor progress of downloading briefcases, ability to cancel download of briefcases.
892
+ - Monitor progress of downloading briefcases, ability to cancel download of briefcases.
898
893
  - Update Config.App documentation to reflect the removal of the config.json file
899
894
  - Added ContextDoesNotExist error
900
895
  - BUG273249
901
- - Updated docs.
902
- - Updated error text.
896
+ - Updated docs.
897
+ - Updated error text.
903
898
  - added raw log method that bypass catogory check
904
899
  - order imports.
905
900
  - Add a type guard for `IDisposable`
@@ -933,7 +928,7 @@ Wed, 22 Jan 2020 19:24:11 GMT
933
928
 
934
929
  ### Updates
935
930
 
936
- - VSS$257397: Temporary fix for checking electron renderer.
931
+ - VSS$257397: Temporary fix for checking electron renderer.
937
932
  - Upgrade to TypeScript 3.7.2.
938
933
 
939
934
  ## 1.10.0
@@ -948,7 +943,7 @@ Tue, 10 Dec 2019 18:08:56 GMT
948
943
 
949
944
  ### Updates
950
945
 
951
- - Setup OidcDesktopClient for Electron use cases.
946
+ - Setup OidcDesktopClient for Electron use cases.
952
947
  - Added non-static wait and executeAfter to BeDuration
953
948
  - Fix warnings from static analysis
954
949
  - Added `BeDuration.race` for common timeout operations.
@@ -1001,7 +996,7 @@ Mon, 01 Jul 2019 19:04:29 GMT
1001
996
  ### Updates
1002
997
 
1003
998
  - Added OneAtATimeActivity class
1004
- - Introduced AsyncMutex - a utility to run async blocks of code in sequence.
999
+ - Introduced AsyncMutex - a utility to run async blocks of code in sequence.
1005
1000
  - Update to TypeScript 3.5
1006
1001
 
1007
1002
  ## 1.0.0
@@ -1028,10 +1023,10 @@ Mon, 13 May 2019 15:52:05 GMT
1028
1023
  - Logged the fields in ClientRequestContext
1029
1024
  - Logging fixes.
1030
1025
  - Put sourcemap in npm package.
1031
- - Fixed logger to not mutate incoming objects.
1026
+ - Fixed logger to not mutate incoming objects.
1032
1027
  - Improved performance logging
1033
1028
  - Added functions for iterating and obtaining the number of elements of a collection of Id64s represented as an Id64Arg.
1034
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1029
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1035
1030
  - Use TextDecoder to decode binary utf-8 strings if supported.
1036
1031
  - Upgrade TypeDoc dependency to 0.14.2
1037
1032
 
@@ -1067,7 +1062,7 @@ Mon, 14 Jan 2019 23:09:10 GMT
1067
1062
 
1068
1063
  ### Updates
1069
1064
 
1070
- - Removed IModelDb's cache of accessToken. For long running operations like AutoPush, the user must explicitly supply an IAccessTokenManager to keep the token current.
1065
+ - Removed IModelDb's cache of accessToken. For long running operations like AutoPush, the user must explicitly supply an IAccessTokenManager to keep the token current.
1071
1066
 
1072
1067
  ## 0.185.0
1073
1068
  Fri, 11 Jan 2019 18:29:00 GMT
@@ -1174,7 +1169,7 @@ Fri, 16 Nov 2018 21:45:44 GMT
1174
1169
 
1175
1170
  ### Updates
1176
1171
 
1177
- - Changes to debug utilities.
1172
+ - Changes to debug utilities.
1178
1173
  - Fluentd Bunnyan Logger added
1179
1174
 
1180
1175
  ## 0.166.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-bentley",
3
- "version": "3.6.1",
3
+ "version": "3.7.0-dev.2",
4
4
  "description": "Bentley JavaScript core components",
5
5
  "main": "lib/cjs/core-bentley.js",
6
6
  "module": "lib/esm/core-bentley.js",
@@ -21,8 +21,8 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/build-tools": "3.6.1",
25
- "@itwin/eslint-plugin": "3.6.1",
24
+ "@itwin/build-tools": "3.7.0-dev.2",
25
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
26
26
  "@opentelemetry/api": "1.0.4",
27
27
  "@types/chai": "4.3.1",
28
28
  "@types/chai-as-promised": "^7",