Skip to content

Commit

Permalink
Merge 34ae282 into 8487e00
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Mar 28, 2023
2 parents 8487e00 + 34ae282 commit 63a3089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/RdfDereferencer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {IActorDereferenceRdfOutput} from "@comunica/bus-dereference-rdf";
import {join} from "path";
import * as RDF from "@rdfjs/types";
import {IDereferenceOptions, RdfDereferencerBase} from "./RdfDereferencerBase";
const process = require("process/");

/**
* An RdfDerefencer can dereference URLs to RDF streams, using any RDF serialization.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"@comunica/mediator-number": "^2.0.1",
"@comunica/mediator-race": "^2.0.1",
"@rdfjs/types": "*",
"process": "^0.11.10",
"rdf-string": "^1.6.0",
"stream-to-string": "^1.2.0"
},
Expand Down
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"member-ordering": [true, {
"order": "fields-first"
}],
"forin": false
"forin": false,
"no-var-requires": false
},
"rulesDirectory": []
}

0 comments on commit 63a3089

Please sign in to comment.