@itwin/core-backend 5.7.1 → 5.7.2

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 +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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 Thu, 12 Mar 2026 14:12:44 GMT and should not be manually modified.
4
+
5
+ ## 5.7.2
6
+ Thu, 12 Mar 2026 14:12:44 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.7.1
6
11
  Mon, 09 Mar 2026 14:41:48 GMT
@@ -22,6 +27,11 @@ Tue, 03 Mar 2026 18:21:20 GMT
22
27
  - Change CloudSqlite `validateDbVersion` to fallback to default when version is any falsy value
23
28
  - Added semantic rebase support to allow merging incoming or local schema changes without full lock.
24
29
 
30
+ ## 5.6.3
31
+ Mon, 09 Mar 2026 22:09:11 GMT
32
+
33
+ _Version update only_
34
+
25
35
  ## 5.6.2
26
36
  Thu, 26 Feb 2026 22:14:46 GMT
27
37
 
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.2",
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.2",
31
+ "@itwin/core-common": "5.7.2",
32
+ "@itwin/ecschema-metadata": "5.7.2",
33
+ "@itwin/core-geometry": "5.7.2"
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.2",
81
+ "@itwin/core-common": "5.7.2",
82
+ "@itwin/ecschema-locaters": "5.7.2",
83
+ "@itwin/core-bentley": "5.7.2",
84
+ "@itwin/ecschema-metadata": "5.7.2",
85
+ "@itwin/core-geometry": "5.7.2",
86
+ "@itwin/ecsql-common": "5.7.2",
87
+ "internal-tools": "3.0.0-dev.69"
88
88
  },
89
89
  "dependencies": {
90
90
  "@bentley/imodeljs-native": "5.7.13",