@abpjs/account 2.0.0 → 2.2.0
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/index.d.ts +7 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @abpjs/account
|
|
3
3
|
* ABP Framework Account module for React
|
|
4
|
-
* Translated from @abp/ng.account v2.
|
|
4
|
+
* Translated from @abp/ng.account v2.2.0
|
|
5
5
|
*
|
|
6
|
-
*
|
|
6
|
+
* Changes in v2.2.0:
|
|
7
|
+
* - Dependency updates to @abp/ng.theme.shared v2.2.0 and @abp/ng.account.config v2.2.0
|
|
8
|
+
* - No functional code changes
|
|
9
|
+
*
|
|
10
|
+
* @version 2.2.0
|
|
7
11
|
* @since 2.0.0 - Added Account namespace with component interface types
|
|
8
12
|
* @since 2.0.0 - Added isSelfRegistrationEnabled support in Login/Register components
|
|
9
13
|
* @since 2.0.0 - Added enableLocalLogin support in AuthWrapper component
|
|
10
14
|
* @since 2.0.0 - Removed deprecated ACCOUNT_ROUTES (use AccountProvider instead)
|
|
11
15
|
* @since 2.0.0 - TenantBoxComponent and AccountService now publicly exported
|
|
16
|
+
* @since 2.1.0 - Version bump only (dependency updates to @abp/ng.theme.shared v2.1.0)
|
|
12
17
|
*/
|
|
13
18
|
export * from './models';
|
|
14
19
|
export * from './services';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abpjs/account",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "ABP Framework Account module for React - Translation of @abp/ng.account",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"react-redux": "^9.0.0",
|
|
54
54
|
"zod": "^3.22.0",
|
|
55
55
|
"react-icons": "^5.0.0",
|
|
56
|
-
"@abpjs/core": "2.
|
|
57
|
-
"@abpjs/theme-shared": "2.
|
|
56
|
+
"@abpjs/core": "2.2.0",
|
|
57
|
+
"@abpjs/theme-shared": "2.2.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@abp/ng.account": "2.
|
|
60
|
+
"@abp/ng.account": "2.2.0",
|
|
61
61
|
"@reduxjs/toolkit": "^2.0.0",
|
|
62
62
|
"@testing-library/jest-dom": "^6.4.0",
|
|
63
63
|
"@testing-library/react": "^14.2.0",
|