@vdwpsmt/node-red-contrib-sparql 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +0 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,21 +11,6 @@ A [Node-RED](https://nodered.org/) node for executing SPARQL queries against SPA
11
11
  - Multiple output formats: simplified bindings, flat values, or full SPARQL JSON response
12
12
  - Dynamic query and endpoint injection via incoming messages
13
13
 
14
- ## Installation
15
-
16
- ### From npm
17
-
18
- ```bash
19
- cd ~/.node-red
20
- npm install node-red-contrib-sparql
21
- ```
22
-
23
- ### Local development
24
-
25
- ```bash
26
- cd ~/.node-red
27
- npm install /path/to/node-red-contrib-sparql
28
- ```
29
14
 
30
15
  ## Nodes
31
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vdwpsmt/node-red-contrib-sparql",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A Node-RED node for executing SPARQL queries against SPARQL endpoints using the W3C SPARQL 1.1 Protocol",
5
5
  "keywords": [
6
6
  "node-red",