@itwin/core-common 5.9.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-common
2
2
 
3
- This log was last generated on Fri, 08 May 2026 20:36:41 GMT and should not be manually modified.
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_
4
9
 
5
10
  ## 5.9.2
6
11
  Fri, 08 May 2026 20:36:41 GMT
@@ -22,6 +27,11 @@ Mon, 04 May 2026 16:32:08 GMT
22
27
  - Added async versions of Txn reverse and reinstate operations, and added support for abandoning locks when reversing Txns.
23
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.
24
29
 
30
+ ## 5.8.5
31
+ Thu, 14 May 2026 19:12:21 GMT
32
+
33
+ _Version update only_
34
+
25
35
  ## 5.8.4
26
36
  Thu, 23 Apr 2026 18:05:13 GMT
27
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "5.9.2",
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.2",
31
- "@itwin/core-geometry": "5.9.2"
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.2",
46
- "@itwin/core-geometry": "5.9.2",
47
- "@itwin/core-bentley": "5.9.2"
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",