@comunica/actor-rdf-serialize-shaclc 4.0.1-alpha.48.0 → 4.0.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/README.md +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@comunica/actor-rdf-serialize-shaclc)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
An [RDF Serialize](https://github.com/comunica/comunica/tree/master/packages/bus-rdf-serialize) actor that handles
|
|
6
|
+
[SHACL Compact Syntax](https://w3c.github.io/shacl/shacl-compact-syntax/) and [Extended SHACL Compact Syntax](https://github.com/jeswr/shaclcjs#extended-shacl-compact-syntax).
|
|
6
7
|
|
|
7
8
|
This module is part of the [Comunica framework](https://github.com/comunica/comunica),
|
|
8
9
|
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comunica/actor-rdf-serialize-shaclc",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "A shaclc rdf-serialize actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"build:components": "componentsjs-generator"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@comunica/bus-rdf-serialize": "4.0.
|
|
44
|
+
"@comunica/bus-rdf-serialize": "^4.0.2",
|
|
45
45
|
"arrayify-stream": "^2.0.1",
|
|
46
46
|
"readable-stream": "^4.5.2",
|
|
47
47
|
"shaclc-write": "^1.4.2"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "b60deab76821557f8d027208ab743d3c66fc60ea"
|
|
50
50
|
}
|