@descope/react-sdk 2.0.48 → 2.0.50
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/dist/cjs/index.cjs.js +1 -1
- package/dist/dts/src/components/AccessKeyManagement.d.ts +9 -0
- package/dist/dts/src/components/AuditManagement.d.ts +9 -0
- package/dist/dts/src/components/AuthProvider/AuthProvider.d.ts +13 -0
- package/dist/dts/src/components/AuthProvider/index.d.ts +1 -0
- package/dist/dts/src/components/AuthProvider/useSdk.d.ts +4 -0
- package/dist/dts/src/components/DefaultFlows.d.ts +5 -0
- package/dist/dts/src/components/Descope.d.ts +4 -0
- package/dist/dts/src/components/RoleManagement.d.ts +9 -0
- package/dist/dts/src/components/UserManagement.d.ts +9 -0
- package/dist/dts/src/components/UserProfile.d.ts +11 -0
- package/dist/dts/src/constants.d.ts +5 -0
- package/dist/dts/src/hooks/Context.d.ts +4 -0
- package/dist/dts/src/hooks/useContext.d.ts +2 -0
- package/dist/dts/src/hooks/useDescope.d.ts +3 -0
- package/dist/dts/src/hooks/useSession.d.ts +6 -0
- package/dist/dts/src/hooks/useUser.d.ts +5 -0
- package/dist/dts/src/index.d.ts +14 -0
- package/dist/dts/src/sdk.d.ts +3543 -0
- package/dist/dts/src/types.d.ts +92 -0
- package/dist/dts/src/utils.d.ts +7 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +27 -27
- /package/dist/{examples → dts/examples}/app/App.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/Home.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/Login.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/ManageAccessKeys.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/ManageAudit.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/ManageRoles.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/ManageUsers.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/MyUserProfile.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/StepUp.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/api.d.ts +0 -0
- /package/dist/{examples → dts/examples}/app/index.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/react-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.50",
|
|
4
4
|
"description": "Descope React SDK",
|
|
5
5
|
"author": "Descope Team <info@descope.com>",
|
|
6
6
|
"homepage": "https://github.com/descope/descope-js",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@descope/access-key-management-widget": "0.1.
|
|
40
|
-
"@descope/audit-management-widget": "0.1.
|
|
41
|
-
"@descope/role-management-widget": "0.1.
|
|
42
|
-
"@descope/user-management-widget": "0.4.
|
|
43
|
-
"@descope/
|
|
44
|
-
"@descope/
|
|
45
|
-
"@descope/web-js-sdk": "1.15.
|
|
39
|
+
"@descope/access-key-management-widget": "0.1.110",
|
|
40
|
+
"@descope/audit-management-widget": "0.1.73",
|
|
41
|
+
"@descope/role-management-widget": "0.1.108",
|
|
42
|
+
"@descope/user-management-widget": "0.4.111",
|
|
43
|
+
"@descope/web-component": "3.19.6",
|
|
44
|
+
"@descope/user-profile-widget": "0.0.84",
|
|
45
|
+
"@descope/web-js-sdk": "1.15.5",
|
|
46
46
|
"@descope/core-js-sdk": "2.23.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
@@ -54,23 +54,23 @@
|
|
|
54
54
|
"@rollup/plugin-commonjs": "^25.0.0",
|
|
55
55
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
56
56
|
"@rollup/plugin-replace": "^5.0.0",
|
|
57
|
-
"@rollup/plugin-typescript": "^
|
|
57
|
+
"@rollup/plugin-typescript": "^11.0.0",
|
|
58
58
|
"@testing-library/jest-dom": "5.17.0",
|
|
59
|
-
"@testing-library/react": "
|
|
59
|
+
"@testing-library/react": "16.0.0",
|
|
60
60
|
"@testing-library/react-hooks": "8.0.1",
|
|
61
61
|
"@testing-library/user-event": "14.5.2",
|
|
62
|
-
"@types/jest": "^
|
|
63
|
-
"@types/react": "
|
|
64
|
-
"@types/node": "^
|
|
62
|
+
"@types/jest": "^29.0.0",
|
|
63
|
+
"@types/react": "18.3.3",
|
|
64
|
+
"@types/node": "^20.0.0",
|
|
65
65
|
"@types/react-dom": "18.3.0",
|
|
66
66
|
"@types/react-router-dom": "^5.3.3",
|
|
67
|
-
"babel-jest": "
|
|
67
|
+
"babel-jest": "29.7.0",
|
|
68
68
|
"eslint": "8.57.0",
|
|
69
69
|
"eslint-config-airbnb": "19.0.4",
|
|
70
70
|
"eslint-config-airbnb-typescript": "17.1.0",
|
|
71
71
|
"eslint-config-prettier": "8.10.0",
|
|
72
72
|
"eslint-config-standard": "17.1.0",
|
|
73
|
-
"eslint-import-resolver-typescript": "
|
|
73
|
+
"eslint-import-resolver-typescript": "3.6.1",
|
|
74
74
|
"eslint-plugin-import": "2.28.1",
|
|
75
75
|
"eslint-plugin-jest": "27.4.2",
|
|
76
76
|
"eslint-plugin-jest-dom": "4.0.3",
|
|
@@ -81,17 +81,17 @@
|
|
|
81
81
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
82
82
|
"eslint-plugin-prettier": "4.2.1",
|
|
83
83
|
"eslint-plugin-promise": "6.1.1",
|
|
84
|
-
"eslint-plugin-react": "7.
|
|
84
|
+
"eslint-plugin-react": "7.34.3",
|
|
85
85
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
86
|
-
"eslint-plugin-testing-library": "
|
|
87
|
-
"jest": "^
|
|
88
|
-
"jest-extended": "^
|
|
86
|
+
"eslint-plugin-testing-library": "6.2.2",
|
|
87
|
+
"jest": "^29.0.0",
|
|
88
|
+
"jest-extended": "^4.0.0",
|
|
89
89
|
"lint-staged": "^13.0.3",
|
|
90
90
|
"pretty-quick": "^3.1.3",
|
|
91
|
-
"react": "
|
|
92
|
-
"react-router": "
|
|
93
|
-
"react-dom": "
|
|
94
|
-
"react-router-dom": "6.
|
|
91
|
+
"react": "18.3.1",
|
|
92
|
+
"react-router": "6.24.0",
|
|
93
|
+
"react-dom": "18.3.1",
|
|
94
|
+
"react-router-dom": "6.24.0",
|
|
95
95
|
"rollup": "^2.62.0",
|
|
96
96
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
97
97
|
"rollup-plugin-browsersync": "^1.3.3",
|
|
@@ -100,15 +100,15 @@
|
|
|
100
100
|
"rollup-plugin-dotenv": "^0.5.0",
|
|
101
101
|
"rollup-plugin-dts": "^4.2.2",
|
|
102
102
|
"rollup-plugin-livereload": "^2.0.5",
|
|
103
|
-
"rollup-plugin-serve": "^
|
|
103
|
+
"rollup-plugin-serve": "^3.0.0",
|
|
104
104
|
"rollup-plugin-terser": "^7.0.2",
|
|
105
|
-
"ts-jest": "^
|
|
105
|
+
"ts-jest": "^29.0.0",
|
|
106
106
|
"ts-node": "10.9.1",
|
|
107
107
|
"typescript": "^4.5.3",
|
|
108
108
|
"object-assign": "^4.1.1",
|
|
109
109
|
"scheduler": "^0.23.0",
|
|
110
|
-
"@remix-run/router": "
|
|
111
|
-
"jest-environment-jsdom": "^
|
|
110
|
+
"@remix-run/router": "1.17.0",
|
|
111
|
+
"jest-environment-jsdom": "^29.0.0"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
114
|
"@types/react": ">=17",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|