@itwin/core-common 5.9.1 → 5.9.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 +16 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/core-common
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 15 May 2026 11:25:54 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.9.3
|
|
6
|
+
Fri, 15 May 2026 11:25:54 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.9.2
|
|
11
|
+
Fri, 08 May 2026 20:36:41 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 5.9.1
|
|
6
16
|
Tue, 05 May 2026 17:43:30 GMT
|
|
@@ -17,6 +27,11 @@ Mon, 04 May 2026 16:32:08 GMT
|
|
|
17
27
|
- Added async versions of Txn reverse and reinstate operations, and added support for abandoning locks when reversing Txns.
|
|
18
28
|
- Added ECSql-compatible navigation-property fields to `ViewDefinitionProps`, `SpatialViewDefinitionProps`, and `ViewDefinition2dProps` interfaces. The flat Id64String fields (`categorySelectorId`, `displayStyleId`, `modelSelectorId`, `baseModelId`) are deprecated in favor of the new navigation-property objects but remain as getter/setter pairs instead for backward compatibility.
|
|
19
29
|
|
|
30
|
+
## 5.8.5
|
|
31
|
+
Thu, 14 May 2026 19:12:21 GMT
|
|
32
|
+
|
|
33
|
+
_Version update only_
|
|
34
|
+
|
|
20
35
|
## 5.8.4
|
|
21
36
|
Thu, 23 Apr 2026 18:05:13 GMT
|
|
22
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-common",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.3",
|
|
4
4
|
"description": "iTwin.js components common to frontend and backend",
|
|
5
5
|
"main": "lib/cjs/core-common.js",
|
|
6
6
|
"module": "lib/esm/core-common.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"js-base64": "^3.6.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@itwin/core-bentley": "5.9.
|
|
31
|
-
"@itwin/core-geometry": "5.9.
|
|
30
|
+
"@itwin/core-bentley": "5.9.3",
|
|
31
|
+
"@itwin/core-geometry": "5.9.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@itwin/eslint-plugin": "^6.0.0",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"rimraf": "^6.0.1",
|
|
43
43
|
"typescript": "~5.6.2",
|
|
44
44
|
"vitest": "^3.0.6",
|
|
45
|
-
"@itwin/build-tools": "5.9.
|
|
46
|
-
"@itwin/core-bentley": "5.9.
|
|
47
|
-
"@itwin/core-geometry": "5.9.
|
|
45
|
+
"@itwin/build-tools": "5.9.3",
|
|
46
|
+
"@itwin/core-bentley": "5.9.3",
|
|
47
|
+
"@itwin/core-geometry": "5.9.3"
|
|
48
48
|
},
|
|
49
49
|
"nyc": {
|
|
50
50
|
"extends": "./node_modules/@itwin/build-tools/.nycrc",
|