@zentry-org/sdk 0.0.1 → 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.
- package/README.md +3 -3
- package/package.json +14 -1
package/README.md
CHANGED
|
@@ -568,9 +568,9 @@ Backend apps send:
|
|
|
568
568
|
|
|
569
569
|
Use:
|
|
570
570
|
|
|
571
|
-
- `@zentry/sdk/react` in the UI
|
|
572
|
-
- `@zentry/sdk/react-server` for server-side React helpers
|
|
573
|
-
- `@zentry/sdk/node` in the backend API
|
|
571
|
+
- `@zentry-org/sdk/react` in the UI
|
|
572
|
+
- `@zentry-org/sdk/react-server` for server-side React helpers
|
|
573
|
+
- `@zentry-org/sdk/node` in the backend API
|
|
574
574
|
|
|
575
575
|
The UI owns login and token capture.
|
|
576
576
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zentry-org/sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -15,6 +15,19 @@
|
|
|
15
15
|
"url": "https://github.com/kavinda-100/zentry/issues"
|
|
16
16
|
},
|
|
17
17
|
"homepage": "https://github.com/kavinda-100/zentry#readme",
|
|
18
|
+
"keywords": [
|
|
19
|
+
"zentry",
|
|
20
|
+
"zentry-org",
|
|
21
|
+
"sdk",
|
|
22
|
+
"authentication",
|
|
23
|
+
"authorization",
|
|
24
|
+
"auth",
|
|
25
|
+
"auth-sdk",
|
|
26
|
+
"auth-provider",
|
|
27
|
+
"react",
|
|
28
|
+
"node",
|
|
29
|
+
"typescript"
|
|
30
|
+
],
|
|
18
31
|
"exports": {
|
|
19
32
|
"./react": {
|
|
20
33
|
"types": "./dist/react/index.d.ts",
|