File tree 6 files changed +1054
-1070
lines changed
6 files changed +1054
-1070
lines changed Original file line number Diff line number Diff line change 1
1
import type { Readable } from 'stream' ;
2
- import type * as RDF from 'rdf-js ' ;
2
+ import type * as RDF from '@rdfjs/types ' ;
3
3
import type { Resource , RdfObjectLoader } from 'rdf-object' ;
4
4
import type { Logger } from 'winston' ;
5
5
import { RdfParser } from '../rdf/RdfParser' ;
Original file line number Diff line number Diff line change 1
1
import type { Readable } from 'stream' ;
2
- import type * as RDF from 'rdf-js ' ;
2
+ import type * as RDF from '@rdfjs/types ' ;
3
3
import type { RdfObjectLoader } from 'rdf-object' ;
4
4
import type { Logger } from 'winston' ;
5
5
import { RdfParser } from '../rdf/RdfParser' ;
Original file line number Diff line number Diff line change 1
1
import { createReadStream } from 'fs' ;
2
2
import type { Readable } from 'stream' ;
3
- import type * as RDF from 'rdf-js ' ;
3
+ import type * as RDF from '@rdfjs/types ' ;
4
4
import type { ParseOptions } from 'rdf-parse' ;
5
5
import rdfParser from 'rdf-parse' ;
6
6
import type { Logger } from 'winston' ;
Original file line number Diff line number Diff line change 1
1
import Path = require( 'path' ) ;
2
2
import type { Readable , TransformCallback } from 'stream' ;
3
3
import { Transform } from 'stream' ;
4
- import type * as RDF from 'rdf-js ' ;
4
+ import type * as RDF from '@rdfjs/types ' ;
5
5
import { getNamedNodes , getTerms } from 'rdf-terms' ;
6
6
import { IRIS_RDFS } from './Iris' ;
7
7
import { RdfParser } from './RdfParser' ;
Original file line number Diff line number Diff line change 33
33
"version" : " manual-git-changelog onversion"
34
34
},
35
35
"dependencies" : {
36
+ "@rdfjs/types" : " *" ,
36
37
"@types/minimist" : " ^1.2.0" ,
37
38
"@types/node" : " ^14.14.7" ,
38
- "@types/rdf-js" : " *" ,
39
39
"@types/semver" : " ^7.3.4" ,
40
40
"jsonld-context-parser" : " ^2.1.1" ,
41
41
"minimist" : " ^1.2.0" ,
42
- "rdf-data-factory" : " ^1.0.4 " ,
43
- "rdf-object" : " ^1.8.0 " ,
44
- "rdf-parse" : " ^1.8 .1" ,
42
+ "rdf-data-factory" : " ^1.1.0 " ,
43
+ "rdf-object" : " ^1.11.1 " ,
44
+ "rdf-parse" : " ^1.9 .1" ,
45
45
"rdf-quad" : " ^1.5.0" ,
46
- "rdf-terms" : " ^1.6.2 " ,
46
+ "rdf-terms" : " ^1.7.0 " ,
47
47
"semver" : " ^7.3.2" ,
48
48
"winston" : " ^3.3.3"
49
49
},
60
60
"eslint-plugin-tsdoc" : " ^0.2.7" ,
61
61
"eslint-plugin-unused-imports" : " ^1.0.0" ,
62
62
"jest" : " ^27.0.1" ,
63
- "jest-rdf" : " ^1.6 .0" ,
63
+ "jest-rdf" : " ^1.7 .0" ,
64
64
"jshint" : " ^2.1.10" ,
65
65
"manual-git-changelog" : " ^1.0.1" ,
66
- "n3" : " ^1.6.3 " ,
66
+ "n3" : " ^1.11.1 " ,
67
67
"pre-commit" : " ^1.2.2" ,
68
68
"streamify-string" : " ^1.0.1" ,
69
69
"ts-jest" : " ^27.0.1" ,
70
- "typescript" : " ^4.0.3 "
70
+ "typescript" : " ^4.3.5 "
71
71
},
72
72
"files" : [
73
73
" components" ,
You can’t perform that action at this time.
0 commit comments