File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class N3Datasource extends MemoryDatasource {
16
16
// Retrieves all quads from the document
17
17
_getAllQuads ( addQuad , done ) {
18
18
let document = this . _fetch ( { url : this . _url , headers : { accept : ACCEPT } } , done ) ;
19
- N3Parser . _resetBlankNodeIds ( ) ;
19
+ N3Parser . _resetBlankNodePrefix ( ) ;
20
20
new N3Parser ( { factory : this . dataFactory } ) . parse ( document , ( error , quad ) => {
21
21
quad ? addQuad ( quad ) : done ( error ) ;
22
22
} ) ;
Original file line number Diff line number Diff line change 29
29
"lint" : " eslint bin/* lib test"
30
30
},
31
31
"dependencies" : {
32
- "n3" : " ^1.3.5 "
32
+ "n3" : " ^1.3.6 "
33
33
},
34
34
"peerDependencies" : {
35
35
"@ldf/core" : " ^3.0.0"
Original file line number Diff line number Diff line change @@ -4437,6 +4437,11 @@ n3@^1.3.5:
4437
4437
resolved "https://registry.yarnpkg.com/n3/-/n3-1.3.5.tgz#ea00062b64fef71dc3a92befc00413a733ef1029"
4438
4438
integrity sha512-McWb1tCWGGAmHeGEakqZj/UqxQR9cpEYZ/JivBj59YfiOAuaIWZxu0B+jnhbCwCZ2AsxdgQ5Dq8fehIJpYQaMQ==
4439
4439
4440
+ n3@^1.3.6 :
4441
+ version "1.3.6"
4442
+ resolved "https://registry.yarnpkg.com/n3/-/n3-1.3.6.tgz#02766d11dd4afe4b3546555a00a095027d6e0256"
4443
+ integrity sha512-EPaniuSPI+f66F8MP3GPXI3CA4cgSaA688PGUEs1Q5qyeAf/yIhe/8WbDV5+Hnmn8/ewcP7qYY6vfVnjbL5jcg==
4444
+
4440
4445
nan@^2.14.0 :
4441
4446
version "2.14.0"
4442
4447
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
You can’t perform that action at this time.
0 commit comments