@itwin/presentation-backend 4.0.0-dev.1 → 4.0.0-dev.11

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 +10 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Thu, 26 Jan 2023 22:53:28 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
4
+
5
+ ## 3.6.0
6
+ Wed, 08 Feb 2023 14:58:40 GMT
7
+
8
+ ### Updates
9
+
10
+ - API promotions
11
+ - Add APIs to get hierarchy level descriptor
12
+ - Introduce unfilterable nodes and hierarchy levels
4
13
 
5
14
  ## 3.5.5
6
15
  Thu, 26 Jan 2023 22:53:28 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "4.0.0-dev.1",
3
+ "version": "4.0.0-dev.11",
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": "^4.0.0-dev.1",
26
- "@itwin/core-bentley": "^4.0.0-dev.1",
27
- "@itwin/core-common": "^4.0.0-dev.1",
28
- "@itwin/core-quantity": "^4.0.0-dev.1",
29
- "@itwin/presentation-common": "^4.0.0-dev.1"
25
+ "@itwin/core-backend": "^4.0.0-dev.11",
26
+ "@itwin/core-bentley": "^4.0.0-dev.11",
27
+ "@itwin/core-common": "^4.0.0-dev.11",
28
+ "@itwin/core-quantity": "^4.0.0-dev.11",
29
+ "@itwin/presentation-common": "^4.0.0-dev.11"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "4.0.0-dev.1",
33
- "@itwin/core-backend": "4.0.0-dev.1",
34
- "@itwin/core-bentley": "4.0.0-dev.1",
35
- "@itwin/core-common": "4.0.0-dev.1",
36
- "@itwin/core-quantity": "4.0.0-dev.1",
37
- "@itwin/eslint-plugin": "4.0.0-dev.1",
38
- "@itwin/presentation-common": "4.0.0-dev.1",
32
+ "@itwin/build-tools": "4.0.0-dev.11",
33
+ "@itwin/core-backend": "4.0.0-dev.11",
34
+ "@itwin/core-bentley": "4.0.0-dev.11",
35
+ "@itwin/core-common": "4.0.0-dev.11",
36
+ "@itwin/core-quantity": "4.0.0-dev.11",
37
+ "@itwin/eslint-plugin": "4.0.0-dev.11",
38
+ "@itwin/presentation-common": "4.0.0-dev.11",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/chai-as-promised": "^7",
41
41
  "@types/chai-jest-snapshot": "^1.3.0",