summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers/toAuthenticatorAttachment.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2024-01-20 21:38:41 -0800
committerGitHub <noreply@github.com>2024-01-20 21:38:41 -0800
commit38066516354ea7f0d7a40e9a33b30fc661468433 (patch)
tree59b8919faa659da9f4672193ae1cbee175e25350 /packages/browser/src/helpers/toAuthenticatorAttachment.ts
parentbd8ad1703aca6a3e76a6278df4e40fafeb8fcd76 (diff)
parent46e7b1d89d8b41bbf2c20ed07824ec489a2e2711 (diff)
Merge pull request #508 from MasterKale/feat/502-rename-types-package
feat/502-rename-types-package
Diffstat (limited to 'packages/browser/src/helpers/toAuthenticatorAttachment.ts')
-rw-r--r--packages/browser/src/helpers/toAuthenticatorAttachment.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/helpers/toAuthenticatorAttachment.ts b/packages/browser/src/helpers/toAuthenticatorAttachment.ts
index 366cf8f..93fc386 100644
--- a/packages/browser/src/helpers/toAuthenticatorAttachment.ts
+++ b/packages/browser/src/helpers/toAuthenticatorAttachment.ts
@@ -1,4 +1,4 @@
-import { AuthenticatorAttachment } from '@simplewebauthn/typescript-types';
+import { AuthenticatorAttachment } from '@simplewebauthn/types';
const attachments: AuthenticatorAttachment[] = ['cross-platform', 'platform'];