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