@itwin/core-bentley 5.4.0-dev.6 → 5.5.0-dev.1
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 +39 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
# Change Log - @itwin/core-bentley
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 20 Nov 2025 22:31:49 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.3.3
|
|
6
|
+
Thu, 20 Nov 2025 22:30:37 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.3.2
|
|
11
|
+
Thu, 13 Nov 2025 23:23:23 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 5.3.1
|
|
16
|
+
Thu, 06 Nov 2025 20:29:06 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 5.3.0
|
|
21
|
+
Mon, 03 Nov 2025 19:02:35 GMT
|
|
22
|
+
|
|
23
|
+
### Updates
|
|
24
|
+
|
|
25
|
+
- Update Guid.createValue() to use crypto.randomUUID(). This change reduces the time it takes to create a guid by ~40%.
|
|
26
|
+
- Fix crash when their is a cycle in EDE.
|
|
27
|
+
|
|
28
|
+
## 5.2.6
|
|
29
|
+
Thu, 13 Nov 2025 21:13:51 GMT
|
|
30
|
+
|
|
31
|
+
_Version update only_
|
|
32
|
+
|
|
33
|
+
## 5.2.5
|
|
34
|
+
Thu, 13 Nov 2025 07:45:14 GMT
|
|
35
|
+
|
|
36
|
+
_Version update only_
|
|
4
37
|
|
|
5
38
|
## 5.2.4
|
|
6
39
|
Fri, 24 Oct 2025 16:20:38 GMT
|
|
@@ -124,6 +157,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
|
|
|
124
157
|
- Add Logger.staticMetaData.
|
|
125
158
|
- Deprecated IDisposable interface (along with related isIDisposable and using utilities) in favor of TypeScript's built-in `Disposable` type and `using` declarations.
|
|
126
159
|
|
|
160
|
+
## 4.11.7
|
|
161
|
+
Thu, 13 Nov 2025 20:49:32 GMT
|
|
162
|
+
|
|
163
|
+
_Version update only_
|
|
164
|
+
|
|
127
165
|
## 4.11.6
|
|
128
166
|
Mon, 16 Jun 2025 15:00:15 GMT
|
|
129
167
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-bentley",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0-dev.1",
|
|
4
4
|
"description": "Bentley JavaScript core components",
|
|
5
5
|
"main": "lib/cjs/core-bentley.js",
|
|
6
6
|
"module": "lib/esm/core-bentley.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"rimraf": "^6.0.1",
|
|
31
31
|
"typescript": "~5.6.2",
|
|
32
32
|
"vitest": "^3.0.6",
|
|
33
|
-
"@itwin/build-tools": "5.
|
|
33
|
+
"@itwin/build-tools": "5.5.0-dev.1"
|
|
34
34
|
},
|
|
35
35
|
"nyc": {
|
|
36
36
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|