@itwin/presentation-backend 5.13.0-dev.18 → 5.13.0-dev.20
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 +11 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 25 Aug 2026 21:23:35 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.12.5
|
|
6
|
+
Tue, 25 Aug 2026 21:22:08 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.12.4
|
|
6
11
|
Tue, 18 Aug 2026 15:45:35 GMT
|
|
@@ -30,6 +35,11 @@ Mon, 03 Aug 2026 12:25:50 GMT
|
|
|
30
35
|
- `Presentation.initialize`: Added `maxClientManagers` prop to cap the number of concurrent client `PresentationManager` instances kept in memory (default 100, least-recently-used evicted first), bounding memory and native-resource usage from many distinct client ids.
|
|
31
36
|
- Presentation manager caching no longer keys on the untrusted, caller-supplied clientId. In web (RPC) deployments the manager is keyed by the authenticated user (JWT sub claim); in IPC apps a single shared manager is used. This prevents arbitrary client ids from allocating unbounded managers.
|
|
32
37
|
|
|
38
|
+
## 5.11.4
|
|
39
|
+
Tue, 25 Aug 2026 19:54:22 GMT
|
|
40
|
+
|
|
41
|
+
_Version update only_
|
|
42
|
+
|
|
33
43
|
## 5.11.3
|
|
34
44
|
Wed, 15 Jul 2026 19:40:44 GMT
|
|
35
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "5.13.0-dev.
|
|
3
|
+
"version": "5.13.0-dev.20",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"./package.json": "./package.json"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@itwin/core-backend": "5.13.0-dev.
|
|
40
|
-
"@itwin/core-
|
|
41
|
-
"@itwin/core-
|
|
42
|
-
"@itwin/
|
|
43
|
-
"@itwin/
|
|
44
|
-
"@itwin/presentation-common": "5.13.0-dev.
|
|
39
|
+
"@itwin/core-backend": "5.13.0-dev.20",
|
|
40
|
+
"@itwin/core-quantity": "5.13.0-dev.20",
|
|
41
|
+
"@itwin/core-bentley": "5.13.0-dev.20",
|
|
42
|
+
"@itwin/core-common": "5.13.0-dev.20",
|
|
43
|
+
"@itwin/ecschema-metadata": "5.13.0-dev.20",
|
|
44
|
+
"@itwin/presentation-common": "5.13.0-dev.20"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@itwin/eslint-plugin": "^6.0.0",
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"sinon": "^17.0.2",
|
|
76
76
|
"sinon-chai": "^3.7.0",
|
|
77
77
|
"typescript": "~5.6.2",
|
|
78
|
-
"@itwin/build-tools": "5.13.0-dev.
|
|
79
|
-
"@itwin/core-
|
|
80
|
-
"@itwin/core-
|
|
81
|
-
"@itwin/
|
|
82
|
-
"
|
|
83
|
-
"@itwin/
|
|
84
|
-
"@itwin/
|
|
85
|
-
"
|
|
78
|
+
"@itwin/build-tools": "5.13.0-dev.20",
|
|
79
|
+
"@itwin/core-quantity": "5.13.0-dev.20",
|
|
80
|
+
"@itwin/core-backend": "5.13.0-dev.20",
|
|
81
|
+
"@itwin/core-common": "5.13.0-dev.20",
|
|
82
|
+
"@itwin/core-bentley": "5.13.0-dev.20",
|
|
83
|
+
"@itwin/ecschema-metadata": "5.13.0-dev.20",
|
|
84
|
+
"@itwin/presentation-common": "5.13.0-dev.20",
|
|
85
|
+
"internal-tools": "3.0.0-dev.69"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@itwin/presentation-shared": "^1.2.2",
|