Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Dec 28, 2023
1 parent ca13d9f commit 05d3b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rezasoltani/solid-typeindex-support",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/TypeIndexHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class TypeIndexHelper {
* @param rdfClass - The RDF class to retrieve instances for, as a Valid URL
* @param fetch - Authenticated fetch function
* @param isPrivate - Whether the typeIndexe is private or public
* @returns Promise resolving to an array of instance URLs
* @returns Promise resolving to an object containing instance URLs and instanceContainers URLs.
*/
public static async getFromTypeIndex(webId: string, rdfClass: string, fetch: any, isPrivate: boolean): Promise<{ instanceContainers: string[]; instances: string[]; }> {
const typeIndex = await this.getTypeIndex(webId, fetch, isPrivate);
Expand Down

0 comments on commit 05d3b62

Please sign in to comment.