@itwin/presentation-backend 4.6.0-dev.3 → 4.6.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 +14 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 03 Apr 2024 18:28:10 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.5.1
|
|
6
|
+
Wed, 03 Apr 2024 18:26:59 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.5.0
|
|
11
|
+
Tue, 02 Apr 2024 19:06:00 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Only add "descriptor only" flag when requests come through RPC or if input content flags are `undefined`. This effectively removes the flag for `getElementProperties` request (multi-elements case), which improves performance when requesting content set.
|
|
16
|
+
- Refactor iModel updates' tracking to work without polling. Also, the updates are now always tracked - no additional configuration is needed.
|
|
4
17
|
|
|
5
18
|
## 4.4.8
|
|
6
19
|
Mon, 25 Mar 2024 22:22:26 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "4.6.0-dev.
|
|
3
|
+
"version": "4.6.0-dev.6",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"main": "lib/cjs/presentation-backend.js",
|
|
24
24
|
"typings": "lib/cjs/presentation-backend",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-backend": "^4.6.0-dev.
|
|
27
|
-
"@itwin/core-bentley": "^4.6.0-dev.
|
|
28
|
-
"@itwin/core-common": "^4.6.0-dev.
|
|
29
|
-
"@itwin/core-quantity": "^4.6.0-dev.
|
|
30
|
-
"@itwin/ecschema-metadata": "^4.6.0-dev.
|
|
31
|
-
"@itwin/presentation-common": "^4.6.0-dev.
|
|
26
|
+
"@itwin/core-backend": "^4.6.0-dev.6",
|
|
27
|
+
"@itwin/core-bentley": "^4.6.0-dev.6",
|
|
28
|
+
"@itwin/core-common": "^4.6.0-dev.6",
|
|
29
|
+
"@itwin/core-quantity": "^4.6.0-dev.6",
|
|
30
|
+
"@itwin/ecschema-metadata": "^4.6.0-dev.6",
|
|
31
|
+
"@itwin/presentation-common": "^4.6.0-dev.6"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
"sinon-chai": "^3.7.0",
|
|
66
66
|
"typemoq": "^2.1.0",
|
|
67
67
|
"typescript": "~5.0.2",
|
|
68
|
-
"@itwin/build-tools": "4.6.0-dev.
|
|
69
|
-
"@itwin/core-
|
|
70
|
-
"@itwin/core-
|
|
71
|
-
"@itwin/core-
|
|
72
|
-
"@itwin/core-quantity": "4.6.0-dev.
|
|
73
|
-
"@itwin/
|
|
74
|
-
"@itwin/
|
|
68
|
+
"@itwin/build-tools": "4.6.0-dev.6",
|
|
69
|
+
"@itwin/core-common": "4.6.0-dev.6",
|
|
70
|
+
"@itwin/core-bentley": "4.6.0-dev.6",
|
|
71
|
+
"@itwin/core-backend": "4.6.0-dev.6",
|
|
72
|
+
"@itwin/core-quantity": "4.6.0-dev.6",
|
|
73
|
+
"@itwin/presentation-common": "4.6.0-dev.6",
|
|
74
|
+
"@itwin/ecschema-metadata": "4.6.0-dev.6"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"object-hash": "^1.3.1",
|