@itwin/core-backend 4.3.0-dev.4 → 4.3.0-dev.6
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 Tue, 10 Oct 2023 20:02:00 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_
|
|
4
9
|
|
|
5
10
|
## 4.1.8
|
|
6
11
|
Fri, 06 Oct 2023 04:00:18 GMT
|
|
@@ -137,6 +142,11 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
137
142
|
- allow passing a custom schema read context to IModelDb.importSchemas
|
|
138
143
|
- Added test to verify Id serialization to hex for system properties.
|
|
139
144
|
|
|
145
|
+
## 3.7.15
|
|
146
|
+
Tue, 10 Oct 2023 19:58:35 GMT
|
|
147
|
+
|
|
148
|
+
_Version update only_
|
|
149
|
+
|
|
140
150
|
## 3.7.14
|
|
141
151
|
Fri, 29 Sep 2023 16:57:16 GMT
|
|
142
152
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "4.3.0-dev.
|
|
3
|
+
"version": "4.3.0-dev.6",
|
|
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.3.0-dev.
|
|
29
|
-
"@itwin/core-common": "^4.3.0-dev.
|
|
30
|
-
"@itwin/core-geometry": "^4.3.0-dev.
|
|
28
|
+
"@itwin/core-bentley": "^4.3.0-dev.6",
|
|
29
|
+
"@itwin/core-common": "^4.3.0-dev.6",
|
|
30
|
+
"@itwin/core-geometry": "^4.3.0-dev.6",
|
|
31
31
|
"@opentelemetry/api": "^1.0.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"source-map-loader": "^4.0.0",
|
|
68
68
|
"typescript": "~5.0.2",
|
|
69
69
|
"webpack": "^5.76.0",
|
|
70
|
-
"@itwin/
|
|
71
|
-
"@itwin/
|
|
72
|
-
"@itwin/core-
|
|
73
|
-
"@itwin/core-geometry": "4.3.0-dev.
|
|
74
|
-
"@itwin/core-webpack-tools": "4.3.0-dev.
|
|
75
|
-
"@itwin/ecsql-common": "4.3.0-dev.
|
|
70
|
+
"@itwin/build-tools": "4.3.0-dev.6",
|
|
71
|
+
"@itwin/core-common": "4.3.0-dev.6",
|
|
72
|
+
"@itwin/core-bentley": "4.3.0-dev.6",
|
|
73
|
+
"@itwin/core-geometry": "4.3.0-dev.6",
|
|
74
|
+
"@itwin/core-webpack-tools": "4.3.0-dev.6",
|
|
75
|
+
"@itwin/ecsql-common": "4.3.0-dev.6",
|
|
76
76
|
"internal-tools": "3.0.0-dev.69"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"semver": "^7.3.5",
|
|
90
90
|
"touch": "^3.1.0",
|
|
91
91
|
"ws": "^7.5.3",
|
|
92
|
-
"@itwin/core-telemetry": "4.3.0-dev.
|
|
92
|
+
"@itwin/core-telemetry": "4.3.0-dev.6"
|
|
93
93
|
},
|
|
94
94
|
"nyc": {
|
|
95
95
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|