@itwin/presentation-backend 3.7.1 → 3.7.3

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,18 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Mon, 03 Apr 2023 15:15:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Apr 2023 13:19:29 GMT and should not be manually modified.
4
+
5
+ ## 3.7.3
6
+ Thu, 20 Apr 2023 13:19:29 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.2
11
+ Wed, 12 Apr 2023 13:12:42 GMT
12
+
13
+ ### Updates
14
+
15
+ - Fix `BisCore` supplemental rules for related `bis.ExternalSource` properties
4
16
 
5
17
  ## 3.7.1
6
18
  Mon, 03 Apr 2023 15:15:37 GMT
@@ -496,7 +496,8 @@
496
496
  "categoryId": "source_information",
497
497
  "labelOverride": "Path"
498
498
  }
499
- ]
499
+ ],
500
+ "skipIfDuplicate": true
500
501
  },
501
502
  {
502
503
  "relationshipMeaning": "SameInstance",
@@ -540,7 +541,8 @@
540
541
  "categoryId": "secondary_sources",
541
542
  "labelOverride": "Path"
542
543
  }
543
- ]
544
+ ],
545
+ "skipIfDuplicate": true
544
546
  }
545
547
  ],
546
548
  "skipIfDuplicate": true
@@ -759,4 +761,4 @@
759
761
  ]
760
762
  }
761
763
  ]
762
- }
764
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "3.7.1",
3
+ "version": "3.7.3",
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.7.1",
26
- "@itwin/core-bentley": "^3.7.1",
27
- "@itwin/core-common": "^3.7.1",
28
- "@itwin/core-quantity": "^3.7.1",
29
- "@itwin/presentation-common": "^3.7.1"
25
+ "@itwin/core-backend": "^3.7.3",
26
+ "@itwin/core-bentley": "^3.7.3",
27
+ "@itwin/core-common": "^3.7.3",
28
+ "@itwin/core-quantity": "^3.7.3",
29
+ "@itwin/presentation-common": "^3.7.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.7.1",
33
- "@itwin/core-backend": "3.7.1",
34
- "@itwin/core-bentley": "3.7.1",
35
- "@itwin/core-common": "3.7.1",
36
- "@itwin/core-quantity": "3.7.1",
37
- "@itwin/eslint-plugin": "3.7.1",
38
- "@itwin/presentation-common": "3.7.1",
32
+ "@itwin/build-tools": "3.7.3",
33
+ "@itwin/core-backend": "3.7.3",
34
+ "@itwin/core-bentley": "3.7.3",
35
+ "@itwin/core-common": "3.7.3",
36
+ "@itwin/core-quantity": "3.7.3",
37
+ "@itwin/eslint-plugin": "3.7.3",
38
+ "@itwin/presentation-common": "3.7.3",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/chai-as-promised": "^7",
41
41
  "@types/chai-jest-snapshot": "^1.3.0",