Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jan 31, 2024
1 parent 57f2908 commit 4a87415
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@iden3/js-crypto": "1.0.3",
"@0xpolygonid/js-sdk": "1.7.2",
"@0xpolygonid/js-sdk": "1.7.4",
"@iden3/js-iden3-core": "1.2.1",
"@iden3/js-jsonld-merklization": "1.1.2",
"@iden3/js-jwz": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/circuits/authV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class AuthPubSignalsV2 extends IDOwnershipPubSignals implements PubSignal
}

verifyQuery(): Promise<BaseConfig> {
return Promise.resolve(new BaseConfig());
throw new Error(`authV2 circuit doesn't support queries`);
}

async verifyStates(resolvers: Resolvers, opts?: VerifyOpts): Promise<void> {
Expand Down

0 comments on commit 4a87415

Please sign in to comment.