@sanvika/auth 1.0.3 → 1.0.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.
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// ============================================================
|
|
23
23
|
|
|
24
24
|
import { useEffect, useRef, useState } from "react";
|
|
25
|
-
import { useSanvikaAuth } from "./SanvikaAuthProvider.
|
|
25
|
+
import { useSanvikaAuth } from "./SanvikaAuthProvider.jsx";
|
|
26
26
|
import { DEFAULT_AVATAR_SVG } from "./constants.js";
|
|
27
27
|
import styles from "./SanvikaAccountButton.module.css";
|
|
28
28
|
|
package/index.js
CHANGED
|
@@ -7,8 +7,8 @@ export {
|
|
|
7
7
|
SanvikaAuthProvider,
|
|
8
8
|
SanvikaAuthContext,
|
|
9
9
|
useSanvikaAuth,
|
|
10
|
-
} from "./SanvikaAuthProvider.
|
|
11
|
-
export { default as SanvikaAccountButton } from "./SanvikaAccountButton.
|
|
10
|
+
} from "./SanvikaAuthProvider.jsx";
|
|
11
|
+
export { default as SanvikaAccountButton } from "./SanvikaAccountButton.jsx";
|
|
12
12
|
export {
|
|
13
13
|
STORAGE_KEYS,
|
|
14
14
|
DEFAULT_IAM_URL,
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanvika/auth",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Sanvika Auth SDK — React components and hooks for Sanvika SSO integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"index.js",
|
|
9
|
-
"SanvikaAuthProvider.
|
|
10
|
-
"SanvikaAccountButton.
|
|
9
|
+
"SanvikaAuthProvider.jsx",
|
|
10
|
+
"SanvikaAccountButton.jsx",
|
|
11
11
|
"SanvikaAccountButton.module.css",
|
|
12
12
|
"constants.js"
|
|
13
13
|
],
|
|
File without changes
|