@itwin/core-backend 4.0.6 → 4.0.7
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 +13 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 10 Aug 2023 13:19:24 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.0.7
|
|
6
|
+
Thu, 10 Aug 2023 13:19:24 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- @bentley/imodeljs-native@4.0.14
|
|
4
11
|
|
|
5
12
|
## 4.0.6
|
|
6
13
|
Mon, 24 Jul 2023 05:07:33 GMT
|
|
@@ -60,6 +67,11 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
60
67
|
- allow passing a custom schema read context to IModelDb.importSchemas
|
|
61
68
|
- Added test to verify Id serialization to hex for system properties.
|
|
62
69
|
|
|
70
|
+
## 3.7.12
|
|
71
|
+
Thu, 27 Jul 2023 21:50:57 GMT
|
|
72
|
+
|
|
73
|
+
_Version update only_
|
|
74
|
+
|
|
63
75
|
## 3.7.11
|
|
64
76
|
Tue, 11 Jul 2023 17:17:21 GMT
|
|
65
77
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.7",
|
|
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.0.
|
|
29
|
-
"@itwin/core-common": "^4.0.
|
|
30
|
-
"@itwin/core-geometry": "^4.0.
|
|
28
|
+
"@itwin/core-bentley": "^4.0.7",
|
|
29
|
+
"@itwin/core-common": "^4.0.7",
|
|
30
|
+
"@itwin/core-geometry": "^4.0.7",
|
|
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.0.
|
|
70
|
-
"@itwin/core-bentley": "4.0.
|
|
71
|
-
"@itwin/core-common": "4.0.
|
|
72
|
-
"@itwin/core-geometry": "4.0.
|
|
73
|
-
"@itwin/core-webpack-tools": "4.0.
|
|
69
|
+
"@itwin/build-tools": "4.0.7",
|
|
70
|
+
"@itwin/core-bentley": "4.0.7",
|
|
71
|
+
"@itwin/core-common": "4.0.7",
|
|
72
|
+
"@itwin/core-geometry": "4.0.7",
|
|
73
|
+
"@itwin/core-webpack-tools": "4.0.7",
|
|
74
74
|
"internal-tools": "3.0.0-dev.69"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@bentley/imodeljs-native": "4.0.
|
|
77
|
+
"@bentley/imodeljs-native": "4.0.14",
|
|
78
78
|
"@itwin/cloud-agnostic-core": "^2.0.0",
|
|
79
79
|
"@itwin/object-storage-azure": "^2.0.0",
|
|
80
80
|
"@itwin/object-storage-core": "^2.0.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.0.
|
|
89
|
+
"@itwin/core-telemetry": "4.0.7"
|
|
90
90
|
},
|
|
91
91
|
"nyc": {
|
|
92
92
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|