@itwin/presentation-backend 3.7.0 → 3.7.2
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 Wed,
|
|
3
|
+
This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.2
|
|
6
|
+
Wed, 12 Apr 2023 13:12:42 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Fix `BisCore` supplemental rules for related `bis.ExternalSource` properties
|
|
11
|
+
|
|
12
|
+
## 3.7.1
|
|
13
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 3.7.0
|
|
6
18
|
Wed, 29 Mar 2023 15:02:27 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.
|
|
3
|
+
"version": "3.7.2",
|
|
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.
|
|
26
|
-
"@itwin/core-bentley": "^3.7.
|
|
27
|
-
"@itwin/core-common": "^3.7.
|
|
28
|
-
"@itwin/core-quantity": "^3.7.
|
|
29
|
-
"@itwin/presentation-common": "^3.7.
|
|
25
|
+
"@itwin/core-backend": "^3.7.2",
|
|
26
|
+
"@itwin/core-bentley": "^3.7.2",
|
|
27
|
+
"@itwin/core-common": "^3.7.2",
|
|
28
|
+
"@itwin/core-quantity": "^3.7.2",
|
|
29
|
+
"@itwin/presentation-common": "^3.7.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@itwin/build-tools": "3.7.
|
|
33
|
-
"@itwin/core-backend": "3.7.
|
|
34
|
-
"@itwin/core-bentley": "3.7.
|
|
35
|
-
"@itwin/core-common": "3.7.
|
|
36
|
-
"@itwin/core-quantity": "3.7.
|
|
37
|
-
"@itwin/eslint-plugin": "3.7.
|
|
38
|
-
"@itwin/presentation-common": "3.7.
|
|
32
|
+
"@itwin/build-tools": "3.7.2",
|
|
33
|
+
"@itwin/core-backend": "3.7.2",
|
|
34
|
+
"@itwin/core-bentley": "3.7.2",
|
|
35
|
+
"@itwin/core-common": "3.7.2",
|
|
36
|
+
"@itwin/core-quantity": "3.7.2",
|
|
37
|
+
"@itwin/eslint-plugin": "3.7.2",
|
|
38
|
+
"@itwin/presentation-common": "3.7.2",
|
|
39
39
|
"@types/chai": "4.3.1",
|
|
40
40
|
"@types/chai-as-promised": "^7",
|
|
41
41
|
"@types/chai-jest-snapshot": "^1.3.0",
|