@itwin/core-backend 4.0.0-dev.10 → 4.0.0-dev.11
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 +18 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.0
|
|
6
|
+
Wed, 08 Feb 2023 14:58:39 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- add CodeSpecs.updateProperties
|
|
11
|
+
- add flag schemaLockHeld
|
|
12
|
+
- Added getOriginPropertyName() method to column info.
|
|
13
|
+
- add allowPreceding as an optional boolean to CheckpointProps interface
|
|
14
|
+
- Log a warning when we fail to download a v2 checkpoint, but download a v1 checkpoint successfully.
|
|
15
|
+
- Promote IModelHost.authorizationClient to public.
|
|
16
|
+
- Add support for material elements with normal maps
|
|
17
|
+
- React to RPC deprecations.
|
|
18
|
+
- Fix documentation of ExternalSourceAspectProps.jsonProperties. It must be a string.
|
|
19
|
+
- Element.toJSON should not include undefined values for userLabel or federationGuid
|
|
20
|
+
- allow passing a custom schema read context to IModelDb.importSchemas
|
|
4
21
|
|
|
5
22
|
## 3.5.5
|
|
6
23
|
Thu, 26 Jan 2023 22:53:27 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.11",
|
|
4
4
|
"description": "iTwin.js backend components",
|
|
5
5
|
"main": "lib/cjs/core-backend.js",
|
|
6
6
|
"typings": "lib/cjs/core-backend",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"url": "http://www.bentley.com"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
27
|
+
"@itwin/core-bentley": "^4.0.0-dev.11",
|
|
28
|
+
"@itwin/core-common": "^4.0.0-dev.11",
|
|
29
|
+
"@itwin/core-geometry": "^4.0.0-dev.11",
|
|
30
30
|
"@opentelemetry/api": "^1.0.4"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
43
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
44
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
45
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
46
|
-
"@itwin/core-webpack-tools": "4.0.0-dev.
|
|
47
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
42
|
+
"@itwin/build-tools": "4.0.0-dev.11",
|
|
43
|
+
"@itwin/core-bentley": "4.0.0-dev.11",
|
|
44
|
+
"@itwin/core-common": "4.0.0-dev.11",
|
|
45
|
+
"@itwin/core-geometry": "4.0.0-dev.11",
|
|
46
|
+
"@itwin/core-webpack-tools": "4.0.0-dev.11",
|
|
47
|
+
"@itwin/eslint-plugin": "4.0.0-dev.11",
|
|
48
48
|
"@opentelemetry/api": "1.0.4",
|
|
49
49
|
"@types/chai": "4.3.1",
|
|
50
50
|
"@types/chai-as-promised": "^7",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@itwin/object-storage-azure": "~1.4.0",
|
|
79
79
|
"@itwin/cloud-agnostic-core": "~1.4.0",
|
|
80
80
|
"@itwin/object-storage-core": "~1.4.0",
|
|
81
|
-
"@itwin/core-telemetry": "4.0.0-dev.
|
|
81
|
+
"@itwin/core-telemetry": "4.0.0-dev.11",
|
|
82
82
|
"form-data": "^2.3.2",
|
|
83
83
|
"fs-extra": "^8.1.0",
|
|
84
84
|
"inversify": "~5.0.1",
|