@meet_patel_03/authflow-react 0.1.0 → 0.1.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/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meet_patel_03/authflow-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "AuthFlow React SDK — hooks and provider for the Authorization Code + PKCE flow",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"react": ">=18.0.0",
|
|
25
|
-
"@meet_patel_03/authflow-js": "^0.1.
|
|
25
|
+
"@meet_patel_03/authflow-js": "^0.1.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@testing-library/react": "^14.0.0",
|
|
@@ -43,5 +43,9 @@
|
|
|
43
43
|
],
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"sideEffects": false,
|
|
46
|
-
"author": "Meet Patel (https://github.com/Meet-Patel-12)"
|
|
46
|
+
"author": "Meet Patel (https://github.com/Meet-Patel-12)",
|
|
47
|
+
"repository": {
|
|
48
|
+
"type": "git",
|
|
49
|
+
"url": "https://github.com/Meet-Patel-12/AuthFlow"
|
|
50
|
+
}
|
|
47
51
|
}
|