@itwin/presentation-backend 3.2.0-dev.24 → 3.2.0-dev.27
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.
|
@@ -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.
|
|
3
|
+
"version": "3.2.0-dev.27",
|
|
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
|
-
"@itwin/core-bentley": "^3.2.0-dev.
|
|
27
|
-
"@itwin/core-common": "^3.2.0-dev.
|
|
28
|
-
"@itwin/core-quantity": "^3.2.0-dev.
|
|
29
|
-
"@itwin/presentation-common": "^3.2.0-dev.
|
|
25
|
+
"@itwin/core-backend": "^3.2.0-dev.27",
|
|
26
|
+
"@itwin/core-bentley": "^3.2.0-dev.27",
|
|
27
|
+
"@itwin/core-common": "^3.2.0-dev.27",
|
|
28
|
+
"@itwin/core-quantity": "^3.2.0-dev.27",
|
|
29
|
+
"@itwin/presentation-common": "^3.2.0-dev.27"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
33
|
-
"@itwin/core-backend": "3.2.0-dev.
|
|
34
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
35
|
-
"@itwin/core-common": "3.2.0-dev.
|
|
36
|
-
"@itwin/core-quantity": "3.2.0-dev.
|
|
37
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
38
|
-
"@itwin/presentation-common": "3.2.0-dev.
|
|
32
|
+
"@itwin/build-tools": "3.2.0-dev.27",
|
|
33
|
+
"@itwin/core-backend": "3.2.0-dev.27",
|
|
34
|
+
"@itwin/core-bentley": "3.2.0-dev.27",
|
|
35
|
+
"@itwin/core-common": "3.2.0-dev.27",
|
|
36
|
+
"@itwin/core-quantity": "3.2.0-dev.27",
|
|
37
|
+
"@itwin/eslint-plugin": "3.2.0-dev.27",
|
|
38
|
+
"@itwin/presentation-common": "3.2.0-dev.27",
|
|
39
39
|
"@types/chai": "^4.1.4",
|
|
40
40
|
"@types/chai-as-promised": "^7",
|
|
41
41
|
"@types/chai-jest-snapshot": "^1.3.0",
|