Skip to content

Commit

Permalink
Migrate to @smessie/readable-web-to-node-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Jan 16, 2024
1 parent c7a7295 commit aa2e052
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 628 deletions.
2 changes: 1 addition & 1 deletion lib/SparqlEndpointFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {ISettings, SparqlJsonParser} from "sparqljson-parse";
import {SparqlXmlParser} from "sparqlxml-parse";
import {Readable} from "stream";
import * as stringifyStream from 'stream-to-string';
import { ReadableWebToNodeStream } from 'readable-web-to-node-stream';
import { ReadableWebToNodeStream } from '@smessie/readable-web-to-node-stream';

// tslint:disable:no-var-requires
const n3 = require('n3');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"minimist": "^1.2.0",
"n3": "^1.6.3",
"rdf-string": "^1.6.0",
"readable-web-to-node-stream": "^3.0.2",
"@smessie/readable-web-to-node-stream": "^3.0.3",
"sparqljs": "^3.1.2",
"sparqljson-parse": "^2.2.0",
"sparqlxml-parse": "^2.1.1",
Expand Down
Loading

0 comments on commit aa2e052

Please sign in to comment.