@ciphera-net/tessera 0.1.3 → 0.1.4
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.
- package/README.md +1 -1
- package/package.json +9 -1
- package/wasm/node/tessera_bg.wasm +0 -0
- package/wasm/web/tessera_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Browser SDK for the Tessera authentication and vault system.
|
|
4
4
|
|
|
5
|
-
>
|
|
5
|
+
> Self-reviewed; not yet independently audited. Apache-2.0. Read the
|
|
6
6
|
> [security model](https://github.com/ciphera-net/tessera/blob/main/docs/THREAT-MODEL.md) and
|
|
7
7
|
> [self-audit](https://github.com/ciphera-net/tessera/blob/main/docs/SELF-AUDIT.md) before relying on it.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ciphera-net/tessera",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"description": "Tessera browser SDK — OPAQUE auth, blind index, vault, BIP-39 recovery, WebAuthn-PRF (WASM + WebCrypto).",
|
|
8
|
+
"homepage": "https://ciphera.net",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/ciphera-net/tessera-ts.git"
|
|
12
|
+
},
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/ciphera-net/tessera-ts/issues"
|
|
15
|
+
},
|
|
8
16
|
"publishConfig": {
|
|
9
17
|
"registry": "https://registry.npmjs.org",
|
|
10
18
|
"access": "public"
|
|
Binary file
|
package/wasm/web/tessera_bg.wasm
CHANGED
|
Binary file
|