@itwin/presentation-backend 5.0.0 → 5.0.1
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 +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 17 Jun 2025 18:33:52 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.0.1
|
|
6
|
+
Tue, 17 Jun 2025 18:33:52 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.0.0
|
|
6
11
|
Fri, 13 Jun 2025 20:25:38 GMT
|
|
@@ -23,6 +28,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
|
|
|
23
28
|
- Return errors in a way native to our RPC system. For web cases that also means proper HTTP response status codes.
|
|
24
29
|
- Change core peer dependencies to strict version.
|
|
25
30
|
|
|
31
|
+
## 4.11.6
|
|
32
|
+
Mon, 16 Jun 2025 15:00:15 GMT
|
|
33
|
+
|
|
34
|
+
_Version update only_
|
|
35
|
+
|
|
26
36
|
## 4.11.5
|
|
27
37
|
Fri, 06 Jun 2025 13:41:18 GMT
|
|
28
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
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.0.
|
|
40
|
-
"@itwin/core-
|
|
41
|
-
"@itwin/core-quantity": "5.0.
|
|
42
|
-
"@itwin/core-
|
|
43
|
-
"@itwin/ecschema-metadata": "5.0.
|
|
44
|
-
"@itwin/presentation-common": "5.0.
|
|
39
|
+
"@itwin/core-backend": "5.0.1",
|
|
40
|
+
"@itwin/core-bentley": "5.0.1",
|
|
41
|
+
"@itwin/core-quantity": "5.0.1",
|
|
42
|
+
"@itwin/core-common": "5.0.1",
|
|
43
|
+
"@itwin/ecschema-metadata": "5.0.1",
|
|
44
|
+
"@itwin/presentation-common": "5.0.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"sinon-chai": "^3.7.0",
|
|
77
77
|
"typemoq": "^2.1.0",
|
|
78
78
|
"typescript": "~5.6.2",
|
|
79
|
-
"@itwin/build-tools": "5.0.
|
|
80
|
-
"@itwin/core-
|
|
81
|
-
"@itwin/core-backend": "5.0.
|
|
82
|
-
"@itwin/
|
|
83
|
-
"@itwin/
|
|
84
|
-
"@itwin/
|
|
79
|
+
"@itwin/build-tools": "5.0.1",
|
|
80
|
+
"@itwin/core-common": "5.0.1",
|
|
81
|
+
"@itwin/core-backend": "5.0.1",
|
|
82
|
+
"@itwin/ecschema-metadata": "5.0.1",
|
|
83
|
+
"@itwin/core-bentley": "5.0.1",
|
|
84
|
+
"@itwin/presentation-common": "5.0.1",
|
|
85
85
|
"internal-tools": "3.0.0-dev.69",
|
|
86
|
-
"@itwin/
|
|
86
|
+
"@itwin/core-quantity": "5.0.1"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@itwin/presentation-shared": "^1.2.1",
|