@casperid/react 1.0.0 → 1.0.1

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 +15 -2
package/README.md CHANGED
@@ -68,7 +68,7 @@ When you decode the `businessToken` or call the `/verify-token` endpoint, you wi
68
68
 
69
69
  ## Documentation
70
70
 
71
- For full documentation, visit [docs.casperid.com](https://docs.casperid.com).
71
+ For full documentation, visit [casperid.com/business/docs](http://casperid.com/business/docs).
72
72
 
73
73
  ## License
74
74
 
package/package.json CHANGED
@@ -1,11 +1,24 @@
1
1
  {
2
2
  "name": "@casperid/react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CasperID Identity SDK — embeddable React modal for authentication and KYC verification",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "src/index.ts",
8
8
  "type": "module",
9
+ "keywords": [
10
+ "casper",
11
+ "identity",
12
+ "verification",
13
+ "blockchain",
14
+ "did",
15
+ "passkey",
16
+ "zkp",
17
+ "privacy",
18
+ "react",
19
+ "sdk",
20
+ "auth"
21
+ ],
9
22
  "files": [
10
23
  "dist",
11
24
  "src"
@@ -20,7 +33,7 @@
20
33
  "bugs": {
21
34
  "url": "https://github.com/luxipha/CasperID/issues"
22
35
  },
23
- "homepage": "https://casperid.com",
36
+ "homepage": "http://casperid.com/business/docs",
24
37
  "scripts": {
25
38
  "dev": "vite --port=3001",
26
39
  "build": "tsc --noEmit && vite build",