@itwin/core-backend 3.6.0-dev.5 → 3.6.0-dev.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 +16 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 07 Dec 2022 19:12:36 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.5.0
|
|
6
|
+
Wed, 07 Dec 2022 19:12:36 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Add EntityReferences and associated utilities
|
|
11
|
+
- Added node-dependent RPC function implementations (that previously contaminated common).
|
|
12
|
+
- add exportGraphics test for fixed-block mesh
|
|
13
|
+
- return empty change summary array on empty changeset range in ChangeSummaryManager
|
|
14
|
+
- WorkspaceContainer.Props.syncOnConnect now defaults to true
|
|
15
|
+
- Expose Progress API for changeset(s) download in higher levels (BriefcaseManager, IpcAppHandler, etc.)
|
|
16
|
+
- add "maybe" binding methods to SqliteStatement
|
|
17
|
+
- Add IModelHostOptions.maxTileCacheDbSize for limiting the amount of disk space consumed by local tile cache databases.
|
|
18
|
+
- deprecate ExternalSourceAspects.findBySource, add findAllBySource
|
|
4
19
|
|
|
5
20
|
## 3.4.7
|
|
6
21
|
Wed, 30 Nov 2022 14:28:19 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "3.6.0-dev.
|
|
3
|
+
"version": "3.6.0-dev.8",
|
|
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": "^3.6.0-dev.
|
|
28
|
-
"@itwin/core-common": "^3.6.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.6.0-dev.
|
|
27
|
+
"@itwin/core-bentley": "^3.6.0-dev.8",
|
|
28
|
+
"@itwin/core-common": "^3.6.0-dev.8",
|
|
29
|
+
"@itwin/core-geometry": "^3.6.0-dev.8",
|
|
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": "3.6.0-dev.
|
|
43
|
-
"@itwin/core-bentley": "3.6.0-dev.
|
|
44
|
-
"@itwin/core-common": "3.6.0-dev.
|
|
45
|
-
"@itwin/core-geometry": "3.6.0-dev.
|
|
46
|
-
"@itwin/core-webpack-tools": "3.6.0-dev.
|
|
47
|
-
"@itwin/eslint-plugin": "3.6.0-dev.
|
|
42
|
+
"@itwin/build-tools": "3.6.0-dev.8",
|
|
43
|
+
"@itwin/core-bentley": "3.6.0-dev.8",
|
|
44
|
+
"@itwin/core-common": "3.6.0-dev.8",
|
|
45
|
+
"@itwin/core-geometry": "3.6.0-dev.8",
|
|
46
|
+
"@itwin/core-webpack-tools": "3.6.0-dev.8",
|
|
47
|
+
"@itwin/eslint-plugin": "3.6.0-dev.8",
|
|
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": "3.6.0-dev.
|
|
81
|
+
"@itwin/core-telemetry": "3.6.0-dev.8",
|
|
82
82
|
"form-data": "^2.3.2",
|
|
83
83
|
"fs-extra": "^8.1.0",
|
|
84
84
|
"inversify": "~5.0.1",
|