@itwin/core-backend 4.1.7 → 4.1.8
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.
- package/CHANGELOG.md +11 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 06 Oct 2023 04:00:18 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.1.8
|
|
6
|
+
Fri, 06 Oct 2023 04:00:18 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 4.1.7
|
|
6
11
|
Thu, 28 Sep 2023 21:41:33 GMT
|
|
@@ -132,6 +137,11 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
132
137
|
- allow passing a custom schema read context to IModelDb.importSchemas
|
|
133
138
|
- Added test to verify Id serialization to hex for system properties.
|
|
134
139
|
|
|
140
|
+
## 3.7.14
|
|
141
|
+
Fri, 29 Sep 2023 16:57:16 GMT
|
|
142
|
+
|
|
143
|
+
_Version update only_
|
|
144
|
+
|
|
135
145
|
## 3.7.13
|
|
136
146
|
Tue, 08 Aug 2023 19:49:18 GMT
|
|
137
147
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
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.
|
|
29
|
-
"@itwin/core-common": "^4.1.
|
|
30
|
-
"@itwin/core-geometry": "^4.1.
|
|
28
|
+
"@itwin/core-bentley": "^4.1.8",
|
|
29
|
+
"@itwin/core-common": "^4.1.8",
|
|
30
|
+
"@itwin/core-geometry": "^4.1.8",
|
|
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.
|
|
70
|
-
"@itwin/core-
|
|
71
|
-
"@itwin/core-bentley": "4.1.
|
|
72
|
-
"@itwin/core-
|
|
73
|
-
"@itwin/core-
|
|
69
|
+
"@itwin/build-tools": "4.1.8",
|
|
70
|
+
"@itwin/core-common": "4.1.8",
|
|
71
|
+
"@itwin/core-bentley": "4.1.8",
|
|
72
|
+
"@itwin/core-geometry": "4.1.8",
|
|
73
|
+
"@itwin/core-webpack-tools": "4.1.8",
|
|
74
74
|
"internal-tools": "3.0.0-dev.69"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@bentley/imodeljs-native": "4.1.
|
|
77
|
+
"@bentley/imodeljs-native": "4.1.14",
|
|
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.
|
|
89
|
+
"@itwin/core-telemetry": "4.1.8"
|
|
90
90
|
},
|
|
91
91
|
"nyc": {
|
|
92
92
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|