File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- 3f25756: Using multiple constraints which expect multiple parameter, such as ` sh:pattern+(sh:flags) ` caused an exception
15
15
16
+ ## 0.5.9
17
+
18
+ ### Patch Changes
19
+
20
+ - 13efee7: Export types which were previously exported by ` @types/rdf-validate-shacl `
21
+
16
22
## 0.5.8
17
23
18
24
### Patch Changes
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { prepareNamespaces } from './namespaces.js'
8
8
/**
9
9
* Result of a SHACL validation.
10
10
*/
11
- class ValidationReport {
11
+ export class ValidationReport {
12
12
declare factory : Environment
13
13
declare ns : Namespaces
14
14
declare pointer : GraphPointer
@@ -46,7 +46,7 @@ class ValidationReport {
46
46
}
47
47
}
48
48
49
- class ValidationResult {
49
+ export class ValidationResult {
50
50
declare term : Term
51
51
declare dataset : DatasetCore
52
52
You can’t perform that action at this time.
0 commit comments