Skip to content

Update dependency rdf-object to v3 #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jsonld-context-parser": "^3.0.0",
"lru-cache": "^11.0.0",
"minimist": "^1.2.0",
"rdf-object": "^2.0.0",
"rdf-object": "^3.0.0",
"semver": "^7.0.0"
},
"devDependencies": {
Expand Down
34 changes: 32 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ __metadata:
languageName: node
linkType: hard

"@rdfjs/types@npm:*, @rdfjs/types@npm:>=1.0.0":
"@rdfjs/types@npm:*, @rdfjs/types@npm:>=1.0.0, @rdfjs/types@npm:^2.0.0":
version: 2.0.1
resolution: "@rdfjs/types@npm:2.0.1"
dependencies:
Expand Down Expand Up @@ -2959,7 +2959,7 @@ __metadata:
lru-cache: "npm:^11.0.0"
manual-git-changelog: "npm:^1.0.0"
minimist: "npm:^1.2.0"
rdf-object: "npm:^2.0.0"
rdf-object: "npm:^3.0.0"
rimraf: "npm:^6.0.1"
semver: "npm:^7.0.0"
ts-jest: "npm:^29.0.0"
Expand Down Expand Up @@ -7339,6 +7339,15 @@ __metadata:
languageName: node
linkType: hard

"rdf-data-factory@npm:^2.0.0, rdf-data-factory@npm:^2.0.1":
version: 2.0.2
resolution: "rdf-data-factory@npm:2.0.2"
dependencies:
"@rdfjs/types": "npm:^2.0.0"
checksum: 10/f568ab0133a23b5b850eab0a39708de4cce4b1ca427ce02e4dcdcb57b71a108be23ccb1bfd2d6b705437a1c1c62a391a7218a1de6f7226bd5f4307187a9c1d9c
languageName: node
linkType: hard

"rdf-isomorphic@npm:^1.3.0":
version: 1.3.1
resolution: "rdf-isomorphic@npm:1.3.1"
Expand Down Expand Up @@ -7374,6 +7383,18 @@ __metadata:
languageName: node
linkType: hard

"rdf-object@npm:^3.0.0":
version: 3.0.0
resolution: "rdf-object@npm:3.0.0"
dependencies:
jsonld-context-parser: "npm:^3.0.0"
rdf-data-factory: "npm:^2.0.1"
rdf-string: "npm:^2.0.0"
streamify-array: "npm:^1.0.1"
checksum: 10/8f89bcd3d23ae06f487703dbfdc9c979280056cd7984dbea4e4b4595f2148d0e6b6e031818e684c9db07b5b3a554d528b2c9383a9a9bf16ea2e1d49f5e0040f6
languageName: node
linkType: hard

"rdf-parse@npm:^2.0.0":
version: 2.3.3
resolution: "rdf-parse@npm:2.3.3"
Expand Down Expand Up @@ -7427,6 +7448,15 @@ __metadata:
languageName: node
linkType: hard

"rdf-string@npm:^2.0.0":
version: 2.0.1
resolution: "rdf-string@npm:2.0.1"
dependencies:
rdf-data-factory: "npm:^2.0.0"
checksum: 10/fe311825125134703d6d33e587b55be6f3d66b3b5b7938581c8c2b05fbe008f93f1cb9d8311ced3610932125bb08458ce153e1499765963f06351ac5c4fcd67f
languageName: node
linkType: hard

"rdf-terms@npm:^1.10.0, rdf-terms@npm:^1.7.0":
version: 1.11.0
resolution: "rdf-terms@npm:1.11.0"
Expand Down
Loading