Skip to content

Commit

Permalink
Update to rdf-data-factory v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 8, 2025
1 parent d0a9e7f commit d6140be
Show file tree
Hide file tree
Showing 3 changed files with 1,019 additions and 807 deletions.
2 changes: 1 addition & 1 deletion lib/ParseError.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {SaxesParser} from "saxes";
import {SaxesParser} from "@rubensworks/saxes";
import {RdfXmlParser} from "./RdfXmlParser";

/**
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"arrayify-stream": "^2.0.0",
"coveralls": "^3.0.0",
"jest": "^29.0.0",
"jest-rdf": "^1.7.0",
"jest-rdf": "^2.0.0",
"manual-git-changelog": "^1.0.0",
"pre-commit": "^1.2.2",
"rdf-quad": "^1.5.0",
"rdf-quad": "^2.0.0",
"rdf-test-suite": "^1.13.4",
"streamify-array": "^1.0.0",
"streamify-string": "^1.0.1",
"ts-jest": "^29.0.0",
"ts-loader": "^9.3.1",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^5.1.3",
"typescript": "^5.7.2",
"webpack": "^5.73.0",
"webpack-cli": "^5.0.0"
},
Expand Down Expand Up @@ -95,14 +95,14 @@
"version": "manual-git-changelog onversion"
},
"dependencies": {
"@rdfjs/types": "*",
"@types/readable-stream": "^2.3.13",
"buffer": "^6.0.3",
"rdf-data-factory": "^1.1.0",
"rdf-data-factory": "^2.0.0",
"relative-to-absolute-iri": "^1.0.0",
"readable-stream": "^4.4.2",
"@rubensworks/saxes": "^6.0.1",
"validate-iri": "^1.0.0"
},
"sideEffects": false
"sideEffects": false,
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit d6140be

Please sign in to comment.