@itwin/presentation-common 5.11.0-dev.1 → 5.11.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @itwin/presentation-common
2
2
 
3
- This log was last generated on Tue, 19 May 2026 19:47:05 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Jun 2026 21:11:10 GMT and should not be manually modified.
4
+
5
+ ## 5.10.2
6
+ Thu, 11 Jun 2026 21:09:38 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.10.1
11
+ Mon, 08 Jun 2026 18:45:58 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.10.0
16
+ Wed, 03 Jun 2026 20:19:47 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.9.5
21
+ Mon, 01 Jun 2026 17:34:00 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 5.9.4
6
26
  Tue, 19 May 2026 19:45:27 GMT
@@ -450,10 +450,10 @@
450
450
  "ContentSpecification": {
451
451
  "anyOf": [
452
452
  {
453
- "$ref": "#/definitions/ContentRelatedInstancesSpecification"
453
+ "$ref": "#/definitions/ContentInstancesOfSpecificClassesSpecification"
454
454
  },
455
455
  {
456
- "$ref": "#/definitions/ContentInstancesOfSpecificClassesSpecification"
456
+ "$ref": "#/definitions/ContentRelatedInstancesSpecification"
457
457
  },
458
458
  {
459
459
  "$ref": "#/definitions/SelectedNodeInstancesSpecification"
@@ -2202,6 +2202,9 @@
2202
2202
  },
2203
2203
  "Rule": {
2204
2204
  "anyOf": [
2205
+ {
2206
+ "$ref": "#/definitions/ContentModifier"
2207
+ },
2205
2208
  {
2206
2209
  "$ref": "#/definitions/ContentRule"
2207
2210
  },
@@ -2231,9 +2234,6 @@
2231
2234
  },
2232
2235
  {
2233
2236
  "$ref": "#/definitions/RootNodeRule"
2234
- },
2235
- {
2236
- "$ref": "#/definitions/ContentModifier"
2237
2237
  }
2238
2238
  ],
2239
2239
  "description": "A union of all presentation rule types."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "5.11.0-dev.1",
3
+ "version": "5.11.0-dev.11",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -43,13 +43,13 @@
43
43
  "./Ruleset.schema.json": "./Ruleset.schema.json"
44
44
  },
45
45
  "dependencies": {
46
- "@itwin/presentation-shared": "^1.2.1"
46
+ "@itwin/presentation-shared": "^1.2.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@itwin/core-bentley": "5.11.0-dev.1",
50
- "@itwin/core-common": "5.11.0-dev.1",
51
- "@itwin/core-quantity": "5.11.0-dev.1",
52
- "@itwin/ecschema-metadata": "5.11.0-dev.1"
49
+ "@itwin/core-bentley": "5.11.0-dev.11",
50
+ "@itwin/core-common": "5.11.0-dev.11",
51
+ "@itwin/core-quantity": "5.11.0-dev.11",
52
+ "@itwin/ecschema-metadata": "5.11.0-dev.11"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@itwin/eslint-plugin": "^6.0.0",
@@ -78,13 +78,13 @@
78
78
  "sinon": "^17.0.2",
79
79
  "sinon-chai": "^3.7.0",
80
80
  "typescript": "~5.6.2",
81
- "typescript-json-schema": "^0.67.1",
81
+ "typescript-json-schema": "^0.67.4",
82
82
  "yargs": "^17.4.0",
83
- "@itwin/build-tools": "5.11.0-dev.1",
84
- "@itwin/core-common": "5.11.0-dev.1",
85
- "@itwin/ecschema-metadata": "5.11.0-dev.1",
86
- "@itwin/core-bentley": "5.11.0-dev.1",
87
- "@itwin/core-quantity": "5.11.0-dev.1",
83
+ "@itwin/build-tools": "5.11.0-dev.11",
84
+ "@itwin/core-bentley": "5.11.0-dev.11",
85
+ "@itwin/ecschema-metadata": "5.11.0-dev.11",
86
+ "@itwin/core-common": "5.11.0-dev.11",
87
+ "@itwin/core-quantity": "5.11.0-dev.11",
88
88
  "internal-tools": "3.0.0-dev.69"
89
89
  },
90
90
  "scripts": {