Skip to content

Commit

Permalink
chore: update var name and add deps for file locking
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux committed Oct 31, 2024
1 parent f992cc8 commit c8eaddf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/types/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface QueryOptions {

// Options as they are passed to the Query Handler
export interface QueryHandlerOptions extends QueryOptions {
metakg?: SmartAPIKGOperationObject[]; // list of meta kg ops
metakg_ops?: SmartAPIKGOperationObject[]; // list of meta kg ops
provenanceUsesServiceProvider?: boolean;
enableIDResolution?: boolean;
apiList?: APIList;
Expand Down
41 changes: 36 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8eaddf

Please sign in to comment.