yeojz / otplib

:key: One Time Password (OTP) / 2FA for Node.js and Browser - Supports HOTP, TOTP and Google Authenticator

Home Page:https://otplib.yeojz.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@otplib/preset-default-async@12.0.1 doesn't install @otplib/core

xenoterracide opened this issue · comments

@otplib/preset-default-async@12.0.1 doesn't install @otplib/core but the documentation says core is required

success Saved 7 new dependencies.
info Direct dependencies
└─ @otplib/preset-default-async@12.0.1
info All dependencies
├─ @otplib/core-async@12.0.1
├─ @otplib/plugin-crypto-async-ronomon@12.0.1
├─ @otplib/plugin-thirty-two@12.0.1
├─ @otplib/preset-default-async@12.0.1
├─ @ronomon/crypto-async@5.0.1
├─ @ronomon/queue@3.0.1
└─ thirty-two@1.0.2

@xenoterracide yes. it's using core-async instead of core
Noted on the docs.