@itwin/core-backend 5.7.1 → 5.7.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 +16 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Mon, 09 Mar 2026 14:41:48 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Mar 2026 14:29:17 GMT and should not be manually modified.
4
+
5
+ ## 5.7.3
6
+ Tue, 24 Mar 2026 14:29:17 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.7.2
11
+ Thu, 12 Mar 2026 14:12:44 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 5.7.1
6
16
  Mon, 09 Mar 2026 14:41:48 GMT
@@ -22,6 +32,11 @@ Tue, 03 Mar 2026 18:21:20 GMT
22
32
  - Change CloudSqlite `validateDbVersion` to fallback to default when version is any falsy value
23
33
  - Added semantic rebase support to allow merging incoming or local schema changes without full lock.
24
34
 
35
+ ## 5.6.3
36
+ Mon, 09 Mar 2026 22:09:11 GMT
37
+
38
+ _Version update only_
39
+
25
40
  ## 5.6.2
26
41
  Thu, 26 Feb 2026 22:14:46 GMT
27
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "5.7.1",
3
+ "version": "5.7.3",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "module": "lib/esm/core-backend.js",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@opentelemetry/api": "^1.0.4",
30
- "@itwin/core-common": "5.7.1",
31
- "@itwin/core-bentley": "5.7.1",
32
- "@itwin/ecschema-metadata": "5.7.1",
33
- "@itwin/core-geometry": "5.7.1"
30
+ "@itwin/core-bentley": "5.7.3",
31
+ "@itwin/ecschema-metadata": "5.7.3",
32
+ "@itwin/core-common": "5.7.3",
33
+ "@itwin/core-geometry": "5.7.3"
34
34
  },
35
35
  "peerDependenciesMeta": {
36
36
  "@opentelemetry/api": {
@@ -77,14 +77,14 @@
77
77
  "marked": "^14.1.3",
78
78
  "sql-formatter": "^15.4.6",
79
79
  "webpack": "^5.97.1",
80
- "@itwin/core-common": "5.7.1",
81
- "@itwin/core-bentley": "5.7.1",
82
- "@itwin/ecschema-locaters": "5.7.1",
83
- "@itwin/build-tools": "5.7.1",
84
- "@itwin/core-geometry": "5.7.1",
85
- "@itwin/ecschema-metadata": "5.7.1",
86
- "internal-tools": "3.0.0-dev.69",
87
- "@itwin/ecsql-common": "5.7.1"
80
+ "@itwin/build-tools": "5.7.3",
81
+ "@itwin/core-geometry": "5.7.3",
82
+ "@itwin/ecschema-locaters": "5.7.3",
83
+ "@itwin/core-bentley": "5.7.3",
84
+ "@itwin/ecsql-common": "5.7.3",
85
+ "@itwin/ecschema-metadata": "5.7.3",
86
+ "@itwin/core-common": "5.7.3",
87
+ "internal-tools": "3.0.0-dev.69"
88
88
  },
89
89
  "dependencies": {
90
90
  "@bentley/imodeljs-native": "5.7.13",