@itwin/presentation-backend 3.6.1 → 3.7.0-dev.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,11 +1,6 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Fri, 24 Feb 2023 22:00:48 GMT and should not be manually modified.
4
-
5
- ## 3.6.1
6
- Fri, 24 Feb 2023 22:00:48 GMT
7
-
8
- _Version update only_
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
9
4
 
10
5
  ## 3.6.0
11
6
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -1059,7 +1054,7 @@ Mon, 13 May 2019 15:52:05 GMT
1059
1054
  - Fixed `PresentationRpcImpl.computeSelection` for "model", "category" and "element" scope to return specific class names instead of "BisCore:Model", "BisCore:Category" or "BisCore:Element"
1060
1055
  - 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
1061
1056
  - Do not attempt to handle transient element ids when computing selection based on scope
1062
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1057
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1063
1058
  - Upgrade TypeDoc dependency to 0.14.2
1064
1059
 
1065
1060
  ## 0.190.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "3.6.1",
3
+ "version": "3.7.0-dev.2",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,20 +22,20 @@
22
22
  "main": "lib/cjs/presentation-backend.js",
23
23
  "typings": "lib/cjs/presentation-backend",
24
24
  "peerDependencies": {
25
- "@itwin/core-backend": "^3.6.1",
26
- "@itwin/core-bentley": "^3.6.1",
27
- "@itwin/core-common": "^3.6.1",
28
- "@itwin/core-quantity": "^3.6.1",
29
- "@itwin/presentation-common": "^3.6.1"
25
+ "@itwin/core-backend": "^3.7.0-dev.2",
26
+ "@itwin/core-bentley": "^3.7.0-dev.2",
27
+ "@itwin/core-common": "^3.7.0-dev.2",
28
+ "@itwin/core-quantity": "^3.7.0-dev.2",
29
+ "@itwin/presentation-common": "^3.7.0-dev.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.6.1",
33
- "@itwin/core-backend": "3.6.1",
34
- "@itwin/core-bentley": "3.6.1",
35
- "@itwin/core-common": "3.6.1",
36
- "@itwin/core-quantity": "3.6.1",
37
- "@itwin/eslint-plugin": "3.6.1",
38
- "@itwin/presentation-common": "3.6.1",
32
+ "@itwin/build-tools": "3.7.0-dev.2",
33
+ "@itwin/core-backend": "3.7.0-dev.2",
34
+ "@itwin/core-bentley": "3.7.0-dev.2",
35
+ "@itwin/core-common": "3.7.0-dev.2",
36
+ "@itwin/core-quantity": "3.7.0-dev.2",
37
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
38
+ "@itwin/presentation-common": "3.7.0-dev.2",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/chai-as-promised": "^7",
41
41
  "@types/chai-jest-snapshot": "^1.3.0",