@itwin/presentation-backend 4.0.0-dev.70 → 4.0.0-dev.73
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
CHANGED
|
@@ -1,6 +1,38 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.2
|
|
6
|
+
Wed, 12 Apr 2023 13:12:42 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Fix `BisCore` supplemental rules for related `bis.ExternalSource` properties
|
|
11
|
+
|
|
12
|
+
## 3.7.1
|
|
13
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
16
|
+
|
|
17
|
+
## 3.7.0
|
|
18
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
19
|
+
|
|
20
|
+
_Version update only_
|
|
21
|
+
|
|
22
|
+
## 3.6.3
|
|
23
|
+
Mon, 27 Mar 2023 16:26:47 GMT
|
|
24
|
+
|
|
25
|
+
_Version update only_
|
|
26
|
+
|
|
27
|
+
## 3.6.2
|
|
28
|
+
Fri, 17 Mar 2023 17:52:32 GMT
|
|
29
|
+
|
|
30
|
+
_Version update only_
|
|
31
|
+
|
|
32
|
+
## 3.6.1
|
|
33
|
+
Fri, 24 Feb 2023 22:00:48 GMT
|
|
34
|
+
|
|
35
|
+
_Version update only_
|
|
4
36
|
|
|
5
37
|
## 3.6.0
|
|
6
38
|
Wed, 08 Feb 2023 14:58:40 GMT
|
|
@@ -1054,7 +1086,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
1054
1086
|
- Fixed `PresentationRpcImpl.computeSelection` for "model", "category" and "element" scope to return specific class names instead of "BisCore:Model", "BisCore:Category" or "BisCore:Element"
|
|
1055
1087
|
- Allow requesting content with descriptor overrides instead of descriptor. This allows to competely avoid a descriptor request when content customization requirements are the same for all kinds of content
|
|
1056
1088
|
- Do not attempt to handle transient element ids when computing selection based on scope
|
|
1057
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1089
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
1058
1090
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
1059
1091
|
|
|
1060
1092
|
## 0.190.0
|
|
@@ -496,7 +496,8 @@
|
|
|
496
496
|
"categoryId": "source_information",
|
|
497
497
|
"labelOverride": "Path"
|
|
498
498
|
}
|
|
499
|
-
]
|
|
499
|
+
],
|
|
500
|
+
"skipIfDuplicate": true
|
|
500
501
|
},
|
|
501
502
|
{
|
|
502
503
|
"relationshipMeaning": "SameInstance",
|
|
@@ -540,7 +541,8 @@
|
|
|
540
541
|
"categoryId": "secondary_sources",
|
|
541
542
|
"labelOverride": "Path"
|
|
542
543
|
}
|
|
543
|
-
]
|
|
544
|
+
],
|
|
545
|
+
"skipIfDuplicate": true
|
|
544
546
|
}
|
|
545
547
|
],
|
|
546
548
|
"skipIfDuplicate": true
|
|
@@ -759,4 +761,4 @@
|
|
|
759
761
|
]
|
|
760
762
|
}
|
|
761
763
|
]
|
|
762
|
-
}
|
|
764
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-backend",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.73",
|
|
4
4
|
"description": "Backend of iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
"main": "lib/cjs/presentation-backend.js",
|
|
24
24
|
"typings": "lib/cjs/presentation-backend",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/core-backend": "^4.0.0-dev.
|
|
27
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
28
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
29
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
30
|
-
"@itwin/presentation-common": "^4.0.0-dev.
|
|
26
|
+
"@itwin/core-backend": "^4.0.0-dev.73",
|
|
27
|
+
"@itwin/core-bentley": "^4.0.0-dev.73",
|
|
28
|
+
"@itwin/core-common": "^4.0.0-dev.73",
|
|
29
|
+
"@itwin/core-quantity": "^4.0.0-dev.73",
|
|
30
|
+
"@itwin/presentation-common": "^4.0.0-dev.73"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
34
|
-
"@itwin/core-backend": "4.0.0-dev.
|
|
35
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
36
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
37
|
-
"@itwin/core-quantity": "4.0.0-dev.
|
|
38
|
-
"@itwin/eslint-plugin": "^4.0.0-dev.
|
|
39
|
-
"@itwin/presentation-common": "4.0.0-dev.
|
|
33
|
+
"@itwin/build-tools": "4.0.0-dev.73",
|
|
34
|
+
"@itwin/core-backend": "4.0.0-dev.73",
|
|
35
|
+
"@itwin/core-bentley": "4.0.0-dev.73",
|
|
36
|
+
"@itwin/core-common": "4.0.0-dev.73",
|
|
37
|
+
"@itwin/core-quantity": "4.0.0-dev.73",
|
|
38
|
+
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
|
39
|
+
"@itwin/presentation-common": "4.0.0-dev.73",
|
|
40
40
|
"@types/chai": "4.3.1",
|
|
41
41
|
"@types/chai-as-promised": "^7",
|
|
42
42
|
"@types/chai-jest-snapshot": "^1.3.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"cpx2": "^3.0.0",
|
|
58
58
|
"cross-env": "^5.1.4",
|
|
59
59
|
"deep-equal": "^1",
|
|
60
|
-
"eslint": "^
|
|
60
|
+
"eslint": "^8.36.0",
|
|
61
61
|
"faker": "^4.1.0",
|
|
62
62
|
"lolex": "^2.7.1",
|
|
63
63
|
"mocha": "^10.0.0",
|