@ciromaciel/auth-react 1.0.1 → 1.0.2
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 +3 -3
package/README.md
CHANGED
|
@@ -173,7 +173,7 @@ For code outside React, the HTTP layer is exported too: `configure`, `requestCod
|
|
|
173
173
|
|
|
174
174
|
## Links
|
|
175
175
|
|
|
176
|
-
- [
|
|
176
|
+
- [Auth documentation](https://myinfrastructure.click/products/auth)
|
|
177
177
|
- [Package on npm](https://www.npmjs.com/package/@ciromaciel/auth-react)
|
|
178
178
|
|
|
179
179
|
MIT © [Ciro Cesar Maciel](https://ciromaciel.click)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ciromaciel/auth-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Auth SDK for React: JWT sessions, passwordless sign-in, and ready-made Mantine screens.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
],
|
|
81
81
|
"author": "Ciro Cesar Maciel <maciel.ciro@icloud.com> (https://ciromaciel.click)",
|
|
82
82
|
"license": "MIT",
|
|
83
|
-
"homepage": "https://
|
|
83
|
+
"homepage": "https://myinfrastructure.click/products/auth",
|
|
84
84
|
"bugs": {
|
|
85
|
-
"url": "https://
|
|
85
|
+
"url": "https://myinfrastructure.click/products/auth"
|
|
86
86
|
}
|
|
87
87
|
}
|