Skip to content

Commit fe380dc

Browse files
committed
remove hack types
1 parent fb16f75 commit fe380dc

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -41,7 +41,7 @@
4141
"typescript": "4.5.2"
4242
},
4343
"dependencies": {
44-
"rdflib": "^2.2.10",
44+
"rdflib": "^2.2.12",
4545
"solid-namespace": "^0.5.2"
4646
}
4747
}

src/index.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,6 @@ interface ConnectedStore extends Store {
2121

2222
export interface LiveStore extends ConnectedStore {
2323
updater: UpdateManager;
24-
/**
25-
* HACK: waiting for d.ts in rdflib
26-
* https://github.com/linkeddata/rdflib.js/pull/513
27-
*/
28-
add: any;
29-
any: any;
30-
anyJS: any;
31-
anyValue: any;
32-
bottomTypeURIs: any;
33-
each: any;
34-
findSuperClassesNT: any;
35-
findTypeURIs: any;
36-
fromNT: any;
37-
holds: any;
38-
query: any;
39-
slice: any;
40-
statements: any;
41-
statementsMatching: any;
42-
sym: any;
43-
remove: any;
44-
the: any;
4524
}
4625

4726
export interface SolidNamespace {

0 commit comments

Comments
 (0)