@itwin/presentation-backend 3.2.0-dev.6 → 3.2.0-dev.9

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 +8 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Mar 2022 21:18:13 GMT and should not be manually modified.
4
+
5
+ ## 3.0.2
6
+ Thu, 10 Mar 2022 21:18:13 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.1
6
13
  Thu, 24 Feb 2022 15:26:55 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "3.2.0-dev.6",
3
+ "version": "3.2.0-dev.9",
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.6",
26
- "@itwin/core-bentley": "^3.2.0-dev.6",
27
- "@itwin/core-common": "^3.2.0-dev.6",
28
- "@itwin/core-quantity": "^3.2.0-dev.6",
29
- "@itwin/presentation-common": "^3.2.0-dev.6"
25
+ "@itwin/core-backend": "^3.2.0-dev.9",
26
+ "@itwin/core-bentley": "^3.2.0-dev.9",
27
+ "@itwin/core-common": "^3.2.0-dev.9",
28
+ "@itwin/core-quantity": "^3.2.0-dev.9",
29
+ "@itwin/presentation-common": "^3.2.0-dev.9"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.2.0-dev.6",
33
- "@itwin/core-backend": "3.2.0-dev.6",
34
- "@itwin/core-bentley": "3.2.0-dev.6",
35
- "@itwin/core-common": "3.2.0-dev.6",
36
- "@itwin/core-quantity": "3.2.0-dev.6",
37
- "@itwin/eslint-plugin": "3.2.0-dev.6",
38
- "@itwin/presentation-common": "3.2.0-dev.6",
32
+ "@itwin/build-tools": "3.2.0-dev.9",
33
+ "@itwin/core-backend": "3.2.0-dev.9",
34
+ "@itwin/core-bentley": "3.2.0-dev.9",
35
+ "@itwin/core-common": "3.2.0-dev.9",
36
+ "@itwin/core-quantity": "3.2.0-dev.9",
37
+ "@itwin/eslint-plugin": "3.2.0-dev.9",
38
+ "@itwin/presentation-common": "3.2.0-dev.9",
39
39
  "@types/chai": "^4.1.4",
40
40
  "@types/chai-as-promised": "^7",
41
41
  "@types/chai-jest-snapshot": "^1.3.0",