@dbsc-toolkit/better-auth 0.1.1 → 0.1.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -121,7 +121,7 @@ From then on, `boundFetch` builds a `ts=…;sig=…;bh=…` proof for every call
121
121
 
122
122
  Every session row carries a `tier`:
123
123
 
124
- `"dbsc"` is the Chromium 145+ native binding, key in TPM 2.0 (Windows) or Secure Enclave (Apple) or Android Keystore.
124
+ `"dbsc"` is the Chromium 145+ native binding, key in TPM 2.0 (Windows) or Secure Enclave (Apple Silicon macOS).
125
125
 
126
126
  `"bound"` is the polyfill, key in IndexedDB with `extractable: false`.
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbsc-toolkit/better-auth",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "DBSC (Device Bound Session Credentials) plugin for Better Auth, powered by dbsc-toolkit.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",