@jokio/sdk 0.1.9 → 0.1.10

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 +5 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm license](https://img.shields.io/npm/l/@jokio/sdk.svg)](https://www.npmjs.com/package/@jokio/sdk)
6
6
 
7
7
  SDK for building decentralised localfirst web apps.
8
- Provides tts ai model integrations, realtime p2p communication & crypto encryptions.
8
+ Provides authentication (guest, passkeys, email), tts ai model integrations, realtime communication & crypto encryptions.
9
9
 
10
10
  # Examples
11
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jokio/sdk",
3
3
  "description": "pure js/ts sdk for building decentralised localfirst web apps. Provides tts ai model integrations, realtime p2p communication & crypto encryptions.",
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "license": "MIT",
6
6
  "main": "dist/jokio.sdk.umd.js",
7
7
  "keywords": [
@@ -13,7 +13,10 @@
13
13
  "ai",
14
14
  "realtime",
15
15
  "communication",
16
- "auth"
16
+ "auth",
17
+ "nats",
18
+ "passkeys",
19
+ "webauthn"
17
20
  ],
18
21
  "module": "dist/jokio.sdk.es.js",
19
22
  "types": "dist/index.d.ts",