Skip to content

Commit

Permalink
Update to generic RDFJS typings
Browse files Browse the repository at this point in the history
Closes #6
Closes #5
Closes #7
Closes #8
Closes #9
Closes #10
Closes #11
Closes #12
Closes #13
Closes #14
Closes #15
Closes #16
Closes #17
Closes #18
  • Loading branch information
rubensworks committed Nov 8, 2018
1 parent 1e2e15e commit 435b16a
Show file tree
Hide file tree
Showing 2 changed files with 1,004 additions and 509 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@
"@types/jest": "^23.3.0",
"@types/log-symbols": "^2.0.0",
"@types/minimist": "^1.2.0",
"@types/n3": "^1.0.0",
"@types/rdf-js": "^1.0.1",
"@types/n3": "^1.0.4",
"@types/sax": "^1.0.1",
"coveralls": "^3.0.0",
"jest": "^23.4.1",
"jest-rdf": "^1.2.0",
"jest-rdf": "^1.3.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"streamify-array": "^1.0.1",
Expand Down Expand Up @@ -83,21 +82,21 @@
"prepare": "npm run build"
},
"dependencies": {
"@rdfjs/data-model": "^1.1.0",
"@rdfjs/data-model": "^1.1.1",
"arrayify-stream": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"log-symbols": "^2.2.0",
"minimist": "^1.2.0",
"n3": "^1.0.0-beta.1",
"n3": "^1.0.0",
"node-web-streams": "^0.2.2",
"rdf-isomorphic": "^1.0.3",
"rdf-object": "^1.0.0",
"rdf-quad": "^1.2.2",
"rdf-string": "^1.2.0",
"rdf-terms": "^1.2.0",
"rdfxml-streaming-parser": "^1.0.0",
"sparqljson-parse": "^1.3.1",
"sparqlxml-parse": "^1.1.3",
"rdf-isomorphic": "^1.1.0",
"rdf-object": "^1.1.0",
"rdf-quad": "^1.3.0",
"rdf-string": "^1.3.1",
"rdf-terms": "^1.4.0",
"rdfxml-streaming-parser": "^1.1.0",
"sparqljson-parse": "^1.5.0",
"sparqlxml-parse": "^1.2.0",
"stream-to-string": "^1.1.0",
"streamify-string": "^1.0.1"
}
Expand Down
Loading

0 comments on commit 435b16a

Please sign in to comment.