@tidecloak/react 0.12.14 → 0.12.16
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 +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Before you begin, ensure you have the following:
|
|
|
20
20
|
* A [running](https://github.com/tide-foundation/tidecloak-gettingstarted) TideCloak server you have admin control over
|
|
21
21
|
* IGA enabled realm
|
|
22
22
|
* A registered client in your realm with default user contexts approved and committed
|
|
23
|
-
* A valid
|
|
23
|
+
* A valid Tidecloak adapter JSON file (e.g., `tidecloakAdapter.json`)
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tidecloak/react",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.16",
|
|
4
4
|
"description": "TideCloak client-side React SDK",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
"@types/react-dom": "^19.1.6"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@tidecloak/js": "^0.12.
|
|
51
|
+
"@tidecloak/js": "^0.12.16"
|
|
52
52
|
}
|
|
53
53
|
}
|