@shaclmate/shacl-ast 4.0.74 → 4.0.76
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type PrefixMap from "@rdfjs/prefix-map/PrefixMap.js";
|
|
2
1
|
import type { BlankNode, DatasetCore, NamedNode } from "@rdfjs/types";
|
|
2
|
+
import { type PrefixMap } from "@rdfx/collection";
|
|
3
3
|
import { type Resource } from "@rdfx/resource";
|
|
4
4
|
import { Either } from "purify-ts";
|
|
5
5
|
import type * as generated from "./shacl-ast.shaclmate.js";
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import datasetFactory from "@
|
|
2
|
-
import TermMap from "@rdfjs/term-map";
|
|
3
|
-
import TermSet from "@rdfjs/term-set";
|
|
1
|
+
import { datasetFactory, TermMap, TermSet, } from "@rdfx/collection";
|
|
4
2
|
import dataFactory from "@rdfx/data-factory";
|
|
5
3
|
import { ResourceSet } from "@rdfx/resource";
|
|
6
4
|
import { owl, sh } from "@tpluscode/rdf-ns-builders";
|
package/dist/CurieFactory.d.ts
CHANGED
package/dist/ShapesGraph.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type PrefixMap from "@rdfjs/prefix-map/PrefixMap.js";
|
|
2
1
|
import type { DatasetCore } from "@rdfjs/types";
|
|
2
|
+
import type { PrefixMap } from "@rdfx/collection";
|
|
3
3
|
import type { Either } from "purify-ts";
|
|
4
4
|
import { AbstractShapesGraph } from "./AbstractShapesGraph.js";
|
|
5
5
|
import * as generated from "./shacl-ast.shaclmate.js";
|
package/package.json
CHANGED
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"@rdfjs/dataset": "~2.0.2",
|
|
4
|
-
"@rdfjs/term-map": "~2.0.2",
|
|
5
|
-
"@rdfjs/term-set": "~2.0.3",
|
|
6
3
|
"@rdfjs/types": "~2.0.1",
|
|
7
|
-
"@rdfx/
|
|
8
|
-
"@rdfx/
|
|
4
|
+
"@rdfx/collection": "0.0.38",
|
|
5
|
+
"@rdfx/data-factory": "0.0.38",
|
|
6
|
+
"@rdfx/resource": "0.0.38",
|
|
9
7
|
"@tpluscode/rdf-ns-builders": "~4.3.0",
|
|
10
|
-
"@types/rdfjs__dataset": "~2.0.7",
|
|
11
|
-
"@types/rdfjs__term-map": "~2.0.10",
|
|
12
|
-
"@types/rdfjs__term-set": "~2.0.9",
|
|
13
8
|
"purify-ts": "~2.1.4",
|
|
14
9
|
"typescript-memoize": "~1.1.1"
|
|
15
10
|
},
|
|
16
11
|
"devDependencies": {
|
|
17
|
-
"@rdfx/literal": "0.0.
|
|
12
|
+
"@rdfx/literal": "0.0.38",
|
|
18
13
|
"ts-invariant": "~0.10.3"
|
|
19
14
|
},
|
|
20
15
|
"files": [
|
|
@@ -57,5 +52,5 @@
|
|
|
57
52
|
},
|
|
58
53
|
"type": "module",
|
|
59
54
|
"types": "./dist/index.d.ts",
|
|
60
|
-
"version": "4.0.
|
|
55
|
+
"version": "4.0.76"
|
|
61
56
|
}
|