Skip to content

Commit fca6f1b

Browse files
committed
Use new @ldflex/comunica package.
1 parent a12ec64 commit fca6f1b

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
".babelrc"
2323
],
2424
"dependencies": {
25+
"@ldflex/comunica": "^3.3.0",
2526
"@rdfjs/data-model": "^1.1.2",
2627
"@solid/context": "^1.1.0",
2728
"ldflex": "^2.8.0",
28-
"ldflex-comunica": "^3.2.3",
2929
"solid-auth-client": "^2.4.1",
3030
"uuid": "^7.0.1"
3131
},

src/exports/comunica.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import RootPath from '../RootPath';
22
import SolidUpdateEngine from '../SolidUpdateEngine';
3-
import ComunicaEngine from 'ldflex-comunica';
3+
import ComunicaEngine from '@ldflex/comunica';
44

55
// Export the root path with Comunica as query engine
66
export default new RootPath({

0 commit comments

Comments
 (0)