Skip to content

Commit

Permalink
Merge pull request #365 from zazuko/iiif-fix-rdf-import
Browse files Browse the repository at this point in the history
Fix `rdf` import for IIIF plugin
  • Loading branch information
ludovicm67 authored Apr 30, 2024
2 parents c08b0ef + 328a84e commit 5c6899d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/iiif/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-console */

import jsonld from 'jsonld'
import rdf from 'rdf-ext'
import rdf from '@zazuko/env'
import SparqlHttpClient from 'sparql-http-client'
import frame from './src/frame.js'
import { createApi } from './src/iiif.js'
Expand Down
3 changes: 2 additions & 1 deletion packages/iiif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
},
"dependencies": {
"@tpluscode/rdf-string": "^1.3.0",
"jsonld": "^8.3.2",
"@zazuko/env": "^2.1.1",
"jsonld": "^8.3.2",
"sparql-http-client": "^3.0.0",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/jsonld": "^1.5.13",
"c8": "^9.1.0",
"mocha": "^10.4.0",
"trifid-core": "^4.0.3"
Expand Down

0 comments on commit 5c6899d

Please sign in to comment.