@spoonly/otpm
Advanced tools
+5
-2
@@ -19,3 +19,3 @@ import { a as parseOTPAuthURI, i as getRemainingSeconds, n as generateOTP } from "./src-CAXJf9Vq.mjs"; | ||
| var name = "@spoonly/otpm"; | ||
| var version = "0.0.8"; | ||
| var version = "0.0.9"; | ||
| var package_default = { | ||
@@ -625,3 +625,6 @@ name, | ||
| }); | ||
| updateNotifier({ pkg: package_default }).notify(); | ||
| updateNotifier({ | ||
| pkg: package_default, | ||
| updateCheckInterval: 1e3 * 60 * 60 | ||
| }).notify({ isGlobal: true }); | ||
| const cli = cac("otpm"); | ||
@@ -628,0 +631,0 @@ cli.command("add", "Add a new OTP account").alias("a").action(() => addHandler(config)); |
+1
-1
| { | ||
| "name": "@spoonly/otpm", | ||
| "type": "module", | ||
| "version": "0.0.8", | ||
| "version": "0.0.9", | ||
| "description": "OTPm is a lightweight and efficient command-line two-factor authentication passcode generator, focusing on the generation and management of TOTP one-time passcodes.", | ||
@@ -6,0 +6,0 @@ "author": "OSpoon <zxin088@gmail.com>", |
31515
0.18%716
0.42%