@itwin/core-backend 3.3.0-dev.6 → 3.3.0-dev.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.
- package/CHANGELOG.md +13 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.2.0
|
|
6
|
+
Fri, 20 May 2022 13:10:54 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Added new additionalTransformPath property to GeodeticDatums and tests
|
|
11
|
+
- changed name of GCS in test dataset
|
|
12
|
+
- Create an ios test project to run webpacked core tests.
|
|
13
|
+
- Added "getMassPropertiesPerCandidate" RPC operation to IModelReadRpcInterface which returns mass properties for each candidate separately.
|
|
14
|
+
- Add two new rpcimpls, hydrateViewState and getCustomViewState3dData
|
|
15
|
+
- add imodel import context state saving/loading functions for transformer
|
|
4
16
|
|
|
5
17
|
## 3.1.3
|
|
6
18
|
Fri, 15 Apr 2022 13:49:25 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "3.3.0-dev.
|
|
3
|
+
"version": "3.3.0-dev.9",
|
|
4
4
|
"description": "iTwin.js backend components",
|
|
5
5
|
"main": "lib/cjs/core-backend.js",
|
|
6
6
|
"typings": "lib/cjs/core-backend",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"url": "http://www.bentley.com"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@itwin/core-bentley": "^3.3.0-dev.
|
|
28
|
-
"@itwin/core-common": "^3.3.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.3.0-dev.
|
|
30
|
-
"@itwin/ecschema-metadata": "^3.3.0-dev.
|
|
27
|
+
"@itwin/core-bentley": "^3.3.0-dev.9",
|
|
28
|
+
"@itwin/core-common": "^3.3.0-dev.9",
|
|
29
|
+
"@itwin/core-geometry": "^3.3.0-dev.9",
|
|
30
|
+
"@itwin/ecschema-metadata": "^3.3.0-dev.9"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"@itwin/ecschema-metadata": {
|
|
@@ -39,13 +39,13 @@
|
|
|
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": "3.3.0-dev.
|
|
43
|
-
"@itwin/core-bentley": "3.3.0-dev.
|
|
44
|
-
"@itwin/core-common": "3.3.0-dev.
|
|
45
|
-
"@itwin/core-geometry": "3.3.0-dev.
|
|
46
|
-
"@itwin/core-webpack-tools": "3.3.0-dev.
|
|
47
|
-
"@itwin/ecschema-metadata": "3.3.0-dev.
|
|
48
|
-
"@itwin/eslint-plugin": "3.3.0-dev.
|
|
42
|
+
"@itwin/build-tools": "3.3.0-dev.9",
|
|
43
|
+
"@itwin/core-bentley": "3.3.0-dev.9",
|
|
44
|
+
"@itwin/core-common": "3.3.0-dev.9",
|
|
45
|
+
"@itwin/core-geometry": "3.3.0-dev.9",
|
|
46
|
+
"@itwin/core-webpack-tools": "3.3.0-dev.9",
|
|
47
|
+
"@itwin/ecschema-metadata": "3.3.0-dev.9",
|
|
48
|
+
"@itwin/eslint-plugin": "3.3.0-dev.9",
|
|
49
49
|
"@types/chai": "^4.1.4",
|
|
50
50
|
"@types/chai-as-promised": "^7",
|
|
51
51
|
"@types/fs-extra": "^4.0.7",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@azure/storage-blob": "^12.7.0",
|
|
77
77
|
"@bentley/imodeljs-native": "3.2.8",
|
|
78
|
-
"@itwin/core-telemetry": "3.3.0-dev.
|
|
78
|
+
"@itwin/core-telemetry": "3.3.0-dev.9",
|
|
79
79
|
"form-data": "^2.3.2",
|
|
80
80
|
"fs-extra": "^8.1.0",
|
|
81
81
|
"json5": "^2.2.0",
|