Skip to content

Commit

Permalink
Migrate to @rubensworks/saxes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 5, 2023
1 parent fb8d931 commit 620c08c
Show file tree
Hide file tree
Showing 4 changed files with 999 additions and 1,186 deletions.
2 changes: 1 addition & 1 deletion lib/RdfXmlParser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as RDF from "@rdfjs/types";
import {resolve} from "relative-to-absolute-iri";
import {SaxesParser, SaxesTagNS} from "saxes";
import {SaxesParser, SaxesTagNS} from "@rubensworks/saxes";
import {PassThrough, Transform} from "readable-stream";
import {ParseError} from "./ParseError";
import {DataFactory} from "rdf-data-factory";
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ts-loader": "^9.3.1",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^4.3.5",
"typescript": "^5.1.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
Expand Down Expand Up @@ -97,7 +97,7 @@
"rdf-data-factory": "^1.1.0",
"relative-to-absolute-iri": "^1.0.0",
"readable-stream": "^4.0.0",
"saxes": "^6.0.0",
"@rubensworks/saxes": "^6.0.1",
"validate-iri": "^1.0.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion test/RdfXmlParser-test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "jest-rdf";
import * as RDF from "@rdfjs/types";
import {SaxesParser} from "saxes";
import {SaxesParser} from "@rubensworks/saxes";
import {PassThrough} from "stream";
import {RdfXmlParser} from "../lib/RdfXmlParser";
import {DataFactory} from "rdf-data-factory";
Expand Down
Loading

0 comments on commit 620c08c

Please sign in to comment.