@noy-db/on-totp 0.6.0 → 0.7.0-pre.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -6
package/README.md CHANGED
@@ -4,12 +4,12 @@
4
4
 
5
5
  > TOTP (RFC 6238) authenticator-app second factor for noy-db
6
6
 
7
- Part of [**`@noy-db/hub`**](https://www.npmjs.com/package/@noy-db/hub) the zero-knowledge, offline-first, encrypted document store.
7
+ Part of the `@noy-db/on-*` authentication family.
8
8
 
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- pnpm add @noy-db/hub @noy-db/on-totp
12
+ pnpm add @noy-db/on-totp
13
13
  ```
14
14
 
15
15
  ## What it is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/on-totp",
3
- "version": "0.6.0",
3
+ "version": "0.7.0-pre.0",
4
4
  "description": "TOTP (RFC 6238) authenticator-app second factor for noy-db — generate secrets, otpauth:// provisioning URIs, and constant-time code verification. Zero dependencies (HMAC-SHA1 via Web Crypto). Part of the @noy-db/on-* authentication family.",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -31,12 +31,8 @@
31
31
  "engines": {
32
32
  "node": ">=22.0.0"
33
33
  },
34
- "peerDependencies": {
35
- "@noy-db/hub": "0.6.0"
36
- },
37
34
  "devDependencies": {
38
- "@types/node": "^22.0.0",
39
- "@noy-db/hub": "0.6.0"
35
+ "@types/node": "^22.0.0"
40
36
  },
41
37
  "keywords": [
42
38
  "noy-db",