@abpjs/account 2.7.0 → 2.9.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,7 +1,11 @@
|
|
|
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.9.0
|
|
5
|
+
*
|
|
6
|
+
* Changes in v2.9.0:
|
|
7
|
+
* - Version bump only (dependency updates to @abp/ng.theme.shared v2.9.0)
|
|
8
|
+
* - No functional code changes
|
|
5
9
|
*
|
|
6
10
|
* Changes in v2.7.0:
|
|
7
11
|
* - Added eAccountComponents enum for component replacement system
|
|
@@ -19,7 +23,7 @@
|
|
|
19
23
|
* - Dependency updates to @abp/ng.theme.shared v2.2.0 and @abp/ng.account.config v2.2.0
|
|
20
24
|
* - No functional code changes
|
|
21
25
|
*
|
|
22
|
-
* @version 2.
|
|
26
|
+
* @version 2.9.0
|
|
23
27
|
* @since 2.0.0 - Added Account namespace with component interface types
|
|
24
28
|
* @since 2.0.0 - Added isSelfRegistrationEnabled support in Login/Register components
|
|
25
29
|
* @since 2.0.0 - Added enableLocalLogin support in AuthWrapper component
|
|
@@ -29,6 +33,7 @@
|
|
|
29
33
|
* @since 2.4.0 - AuthWrapper: isMultiTenancyEnabled prop; AccountService: apiName property
|
|
30
34
|
* @since 2.7.0 - Added eAccountComponents and eAccountRouteNames enums
|
|
31
35
|
* @since 2.7.0 - Components have static keys for component replacement system
|
|
36
|
+
* @since 2.9.0 - Version bump only (dependency updates)
|
|
32
37
|
*/
|
|
33
38
|
export * from './enums';
|
|
34
39
|
export * from './models';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abpjs/account",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.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.9.0",
|
|
57
|
+
"@abpjs/theme-shared": "2.9.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@abp/ng.account": "2.
|
|
60
|
+
"@abp/ng.account": "2.9.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",
|