@itwin/presentation-frontend 4.6.0-dev.13 → 4.6.0-dev.14
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 +8 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 16 Apr 2024 14:47:36 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.5.2
|
|
6
|
+
Tue, 16 Apr 2024 14:46:22 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Add a way to specify batch size when making multi-value `PresentationManager` requests.
|
|
4
11
|
|
|
5
12
|
## 4.5.1
|
|
6
13
|
Wed, 03 Apr 2024 18:26:59 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-frontend",
|
|
3
|
-
"version": "4.6.0-dev.
|
|
3
|
+
"version": "4.6.0-dev.14",
|
|
4
4
|
"description": "Frontend of iModel.js Presentation library",
|
|
5
5
|
"main": "lib/cjs/presentation-frontend.js",
|
|
6
6
|
"module": "lib/esm/presentation-frontend.js",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"rxjs-for-await": "^1.0.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@itwin/core-bentley": "^4.6.0-dev.
|
|
32
|
-
"@itwin/core-common": "^4.6.0-dev.
|
|
33
|
-
"@itwin/core-frontend": "^4.6.0-dev.
|
|
34
|
-
"@itwin/core-quantity": "^4.6.0-dev.
|
|
35
|
-
"@itwin/ecschema-metadata": "^4.6.0-dev.
|
|
36
|
-
"@itwin/presentation-common": "^4.6.0-dev.
|
|
31
|
+
"@itwin/core-bentley": "^4.6.0-dev.14",
|
|
32
|
+
"@itwin/core-common": "^4.6.0-dev.14",
|
|
33
|
+
"@itwin/core-frontend": "^4.6.0-dev.14",
|
|
34
|
+
"@itwin/core-quantity": "^4.6.0-dev.14",
|
|
35
|
+
"@itwin/ecschema-metadata": "^4.6.0-dev.14",
|
|
36
|
+
"@itwin/presentation-common": "^4.6.0-dev.14"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"source-map-support": "^0.5.6",
|
|
66
66
|
"typemoq": "^2.1.0",
|
|
67
67
|
"typescript": "~5.0.2",
|
|
68
|
-
"@itwin/
|
|
69
|
-
"@itwin/core-bentley": "4.6.0-dev.
|
|
70
|
-
"@itwin/
|
|
71
|
-
"@itwin/core-
|
|
72
|
-
"@itwin/core-
|
|
73
|
-
"@itwin/
|
|
74
|
-
"@itwin/
|
|
75
|
-
"@itwin/presentation-common": "4.6.0-dev.
|
|
68
|
+
"@itwin/build-tools": "4.6.0-dev.14",
|
|
69
|
+
"@itwin/core-bentley": "4.6.0-dev.14",
|
|
70
|
+
"@itwin/core-common": "4.6.0-dev.14",
|
|
71
|
+
"@itwin/core-frontend": "4.6.0-dev.14",
|
|
72
|
+
"@itwin/core-i18n": "4.6.0-dev.14",
|
|
73
|
+
"@itwin/ecschema-metadata": "4.6.0-dev.14",
|
|
74
|
+
"@itwin/core-quantity": "4.6.0-dev.14",
|
|
75
|
+
"@itwin/presentation-common": "4.6.0-dev.14"
|
|
76
76
|
},
|
|
77
77
|
"nyc": {
|
|
78
78
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|