Skip to content

Commit

Permalink
chore: updated comunica, switched to comunica rdfjs-lite pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
bergos committed Jun 19, 2024
1 parent 7caa611 commit 7a620fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sparql.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BindingsFactory } from '@comunica/bindings-factory'
import { QueryEngine } from '@comunica/query-sparql-rdfjs'
import { QueryEngine } from '@comunica/query-sparql-rdfjs-lite'
import { Readable } from 'readable-stream'

function bindingsToObject (row) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/rdf-ext/shacl-engine",
"dependencies": {
"@comunica/bindings-factory": "^3.0.1",
"@comunica/query-sparql-rdfjs": "^3.0.1",
"@comunica/bindings-factory": "^3.1.0",
"@comunica/query-sparql-rdfjs-lite": "^3.1.2",
"@rdfjs/namespace": "^2.0.0",
"@rdfjs/term-map": "^2.0.0",
"@rdfjs/term-set": "^2.0.1",
Expand Down

0 comments on commit 7a620fe

Please sign in to comment.