@itwin/presentation-backend 5.14.0-dev.5 → 5.14.0-dev.7

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 +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Tue, 25 Aug 2026 21:23:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Sep 2026 18:51:17 GMT and should not be manually modified.
4
+
5
+ ## 5.13.0
6
+ Thu, 03 Sep 2026 18:49:56 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fix `PresentationManager.getElementProperties` failing when called with class names that match SQLite keywords.
4
11
 
5
12
  ## 5.12.5
6
13
  Tue, 25 Aug 2026 21:22:08 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "5.14.0-dev.5",
3
+ "version": "5.14.0-dev.7",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,12 +36,12 @@
36
36
  "./package.json": "./package.json"
37
37
  },
38
38
  "peerDependencies": {
39
- "@itwin/core-bentley": "5.14.0-dev.5",
40
- "@itwin/core-backend": "5.14.0-dev.5",
41
- "@itwin/core-common": "5.14.0-dev.5",
42
- "@itwin/core-quantity": "5.14.0-dev.5",
43
- "@itwin/presentation-common": "5.14.0-dev.5",
44
- "@itwin/ecschema-metadata": "5.14.0-dev.5"
39
+ "@itwin/core-backend": "5.14.0-dev.7",
40
+ "@itwin/core-bentley": "5.14.0-dev.7",
41
+ "@itwin/core-common": "5.14.0-dev.7",
42
+ "@itwin/core-quantity": "5.14.0-dev.7",
43
+ "@itwin/ecschema-metadata": "5.14.0-dev.7",
44
+ "@itwin/presentation-common": "5.14.0-dev.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@itwin/eslint-plugin": "^6.0.0",
@@ -75,14 +75,14 @@
75
75
  "sinon": "^17.0.2",
76
76
  "sinon-chai": "^3.7.0",
77
77
  "typescript": "~5.6.2",
78
- "@itwin/build-tools": "5.14.0-dev.5",
79
- "@itwin/presentation-common": "5.14.0-dev.5",
80
- "@itwin/core-common": "5.14.0-dev.5",
81
- "@itwin/core-backend": "5.14.0-dev.5",
82
- "@itwin/core-quantity": "5.14.0-dev.5",
78
+ "@itwin/core-quantity": "5.14.0-dev.7",
79
+ "@itwin/build-tools": "5.14.0-dev.7",
80
+ "@itwin/presentation-common": "5.14.0-dev.7",
81
+ "@itwin/core-backend": "5.14.0-dev.7",
83
82
  "internal-tools": "3.0.0-dev.69",
84
- "@itwin/core-bentley": "5.14.0-dev.5",
85
- "@itwin/ecschema-metadata": "5.14.0-dev.5"
83
+ "@itwin/core-bentley": "5.14.0-dev.7",
84
+ "@itwin/ecschema-metadata": "5.14.0-dev.7",
85
+ "@itwin/core-common": "5.14.0-dev.7"
86
86
  },
87
87
  "dependencies": {
88
88
  "@itwin/presentation-shared": "^1.2.2",