Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
derekchiang committed Feb 13, 2024
1 parent e925fed commit b7a99d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/webauthn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/webauthn-validator",
"version": "5.1.0-beta.2",
"version": "5.1.0-beta.3",
"author": "ZeroDev",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/webauthn/toWebAuthnValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
type Client,
type Hex,
type LocalAccount,
SignTypedDataParameters,
type SignTypedDataParameters,
type Transport,
type TypedDataDefinition,
encodeAbiParameters,
Expand Down

0 comments on commit b7a99d8

Please sign in to comment.