@itwin/core-backend 4.1.7 → 4.1.9

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Thu, 28 Sep 2023 21:41:33 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 10 Oct 2023 18:48:12 GMT and should not be manually modified.
4
+
5
+ ## 4.1.9
6
+ Tue, 10 Oct 2023 18:48:12 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.1.8
11
+ Fri, 06 Oct 2023 04:00:18 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 4.1.7
6
16
  Thu, 28 Sep 2023 21:41:33 GMT
@@ -132,6 +142,11 @@ Mon, 22 May 2023 15:34:14 GMT
132
142
  - allow passing a custom schema read context to IModelDb.importSchemas
133
143
  - Added test to verify Id serialization to hex for system properties.
134
144
 
145
+ ## 3.7.14
146
+ Fri, 29 Sep 2023 16:57:16 GMT
147
+
148
+ _Version update only_
149
+
135
150
  ## 3.7.13
136
151
  Tue, 08 Aug 2023 19:49:18 GMT
137
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.1.7",
3
+ "version": "4.1.9",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -25,9 +25,9 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-bentley": "^4.1.7",
29
- "@itwin/core-common": "^4.1.7",
30
- "@itwin/core-geometry": "^4.1.7",
28
+ "@itwin/core-bentley": "^4.1.9",
29
+ "@itwin/core-common": "^4.1.9",
30
+ "@itwin/core-geometry": "^4.1.9",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -66,15 +66,15 @@
66
66
  "source-map-loader": "^4.0.0",
67
67
  "typescript": "~5.0.2",
68
68
  "webpack": "^5.76.0",
69
- "@itwin/build-tools": "4.1.7",
70
- "@itwin/core-webpack-tools": "4.1.7",
71
- "@itwin/core-bentley": "4.1.7",
72
- "@itwin/core-common": "4.1.7",
73
- "@itwin/core-geometry": "4.1.7",
69
+ "@itwin/build-tools": "4.1.9",
70
+ "@itwin/core-geometry": "4.1.9",
71
+ "@itwin/core-common": "4.1.9",
72
+ "@itwin/core-bentley": "4.1.9",
73
+ "@itwin/core-webpack-tools": "4.1.9",
74
74
  "internal-tools": "3.0.0-dev.69"
75
75
  },
76
76
  "dependencies": {
77
- "@bentley/imodeljs-native": "4.1.13",
77
+ "@bentley/imodeljs-native": "4.1.15",
78
78
  "@itwin/cloud-agnostic-core": "^2.1.0",
79
79
  "@itwin/object-storage-azure": "^2.1.0",
80
80
  "@itwin/object-storage-core": "^2.1.0",
@@ -86,7 +86,7 @@
86
86
  "reflect-metadata": "^0.1.13",
87
87
  "semver": "^7.3.5",
88
88
  "ws": "^7.5.3",
89
- "@itwin/core-telemetry": "4.1.7"
89
+ "@itwin/core-telemetry": "4.1.9"
90
90
  },
91
91
  "nyc": {
92
92
  "extends": "./node_modules/@itwin/build-tools/.nycrc"