@itwin/core-backend 5.0.0 → 5.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Fri, 13 Jun 2025 20:25:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 17 Jun 2025 18:33:51 GMT and should not be manually modified.
4
+
5
+ ## 5.0.1
6
+ Tue, 17 Jun 2025 18:33:51 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.0.0
6
11
  Fri, 13 Jun 2025 20:25:38 GMT
@@ -63,6 +68,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
63
68
  - Make IModelHostOptions.hubAccess public.
64
69
  - Remove V1 Checkpoints API.
65
70
 
71
+ ## 4.11.6
72
+ Mon, 16 Jun 2025 15:00:15 GMT
73
+
74
+ _Version update only_
75
+
66
76
  ## 4.11.5
67
77
  Fri, 06 Jun 2025 13:41:18 GMT
68
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
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.0.0",
31
- "@itwin/core-geometry": "5.0.0",
32
- "@itwin/core-bentley": "5.0.0",
33
- "@itwin/ecschema-metadata": "5.0.0"
30
+ "@itwin/core-bentley": "5.0.1",
31
+ "@itwin/ecschema-metadata": "5.0.1",
32
+ "@itwin/core-common": "5.0.1",
33
+ "@itwin/core-geometry": "5.0.1"
34
34
  },
35
35
  "peerDependenciesMeta": {
36
36
  "@opentelemetry/api": {
@@ -72,13 +72,13 @@
72
72
  "marked": "^14.1.3",
73
73
  "sql-formatter": "^15.4.6",
74
74
  "webpack": "^5.97.1",
75
- "@itwin/build-tools": "5.0.0",
76
- "@itwin/core-common": "5.0.0",
77
- "@itwin/ecschema-metadata": "5.0.0",
78
- "@itwin/core-geometry": "5.0.0",
79
- "@itwin/ecsql-common": "5.0.0",
80
- "@itwin/core-bentley": "5.0.0",
81
- "internal-tools": "3.0.0-dev.69"
75
+ "@itwin/build-tools": "5.0.1",
76
+ "@itwin/core-bentley": "5.0.1",
77
+ "@itwin/ecschema-metadata": "5.0.1",
78
+ "@itwin/core-geometry": "5.0.1",
79
+ "internal-tools": "3.0.0-dev.69",
80
+ "@itwin/ecsql-common": "5.0.1",
81
+ "@itwin/core-common": "5.0.1"
82
82
  },
83
83
  "dependencies": {
84
84
  "@bentley/imodeljs-native": "5.0.110",