@itwin/presentation-backend 3.2.0-dev.26 → 3.2.0-dev.29

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,13 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Fri, 25 Mar 2022 15:10:02 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 29 Mar 2022 20:53:47 GMT and should not be manually modified.
4
+
5
+ ## 3.1.0
6
+ Tue, 29 Mar 2022 20:53:47 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fix RPC requests' memoization causing similar requests to different iModels to be memoized as a single request.
4
11
 
5
12
  ## 3.0.3
6
13
  Fri, 25 Mar 2022 15:10:02 GMT
@@ -379,6 +379,7 @@
379
379
  }
380
380
  }
381
381
  ],
382
+ "instanceFilter": "this.Kind <> \"Relationship\"",
382
383
  "properties": [
383
384
  {
384
385
  "name": "Identifier",
@@ -436,6 +437,7 @@
436
437
  }
437
438
  }
438
439
  ],
440
+ "instanceFilter": "this.Kind <> \"Relationship\"",
439
441
  "properties": "_none_",
440
442
  "autoExpand": true,
441
443
  "nestedRelatedProperties": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "3.2.0-dev.26",
3
+ "version": "3.2.0-dev.29",
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.2.0-dev.26",
26
- "@itwin/core-bentley": "^3.2.0-dev.26",
27
- "@itwin/core-common": "^3.2.0-dev.26",
28
- "@itwin/core-quantity": "^3.2.0-dev.26",
29
- "@itwin/presentation-common": "^3.2.0-dev.26"
25
+ "@itwin/core-backend": "^3.2.0-dev.29",
26
+ "@itwin/core-bentley": "^3.2.0-dev.29",
27
+ "@itwin/core-common": "^3.2.0-dev.29",
28
+ "@itwin/core-quantity": "^3.2.0-dev.29",
29
+ "@itwin/presentation-common": "^3.2.0-dev.29"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.2.0-dev.26",
33
- "@itwin/core-backend": "3.2.0-dev.26",
34
- "@itwin/core-bentley": "3.2.0-dev.26",
35
- "@itwin/core-common": "3.2.0-dev.26",
36
- "@itwin/core-quantity": "3.2.0-dev.26",
37
- "@itwin/eslint-plugin": "3.2.0-dev.26",
38
- "@itwin/presentation-common": "3.2.0-dev.26",
32
+ "@itwin/build-tools": "3.2.0-dev.29",
33
+ "@itwin/core-backend": "3.2.0-dev.29",
34
+ "@itwin/core-bentley": "3.2.0-dev.29",
35
+ "@itwin/core-common": "3.2.0-dev.29",
36
+ "@itwin/core-quantity": "3.2.0-dev.29",
37
+ "@itwin/eslint-plugin": "3.2.0-dev.29",
38
+ "@itwin/presentation-common": "3.2.0-dev.29",
39
39
  "@types/chai": "^4.1.4",
40
40
  "@types/chai-as-promised": "^7",
41
41
  "@types/chai-jest-snapshot": "^1.3.0",