@flusys/ng-iam 3.0.0 → 3.0.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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| Item | Value |
|
|
10
10
|
|------|-------|
|
|
11
11
|
| Package | `@flusys/ng-iam` |
|
|
12
|
-
| Version | 3.0.
|
|
12
|
+
| Version | 3.0.1 |
|
|
13
13
|
| Dependencies | ng-core, ng-shared, ng-layout (IMenuItem only) |
|
|
14
14
|
| CSS Framework | Tailwind CSS (not PrimeFlex) |
|
|
15
15
|
| Build | `npm run build:ng-iam` |
|
|
@@ -604,5 +604,5 @@ Registers `PROFILE_PERMISSION_PROVIDER` with `ProfilePermissionProviderAdapter`.
|
|
|
604
604
|
---
|
|
605
605
|
|
|
606
606
|
**Last Updated:** 2026-02-25
|
|
607
|
-
**Version:** 3.0.
|
|
607
|
+
**Version:** 3.0.1
|
|
608
608
|
**Angular Version:** 21
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flusys/ng-iam",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Identity and Access Management (IAM) for Angular - Independent from ng-auth through Provider Interface Pattern",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=21.0.0",
|
|
8
8
|
"@angular/core": ">=21.0.0",
|
|
9
9
|
"@angular/forms": ">=21.0.0",
|
|
10
|
-
"@flusys/ng-core": ">=3.0.
|
|
11
|
-
"@flusys/ng-layout": ">=3.0.
|
|
12
|
-
"@flusys/ng-shared": ">=3.0.
|
|
10
|
+
"@flusys/ng-core": ">=3.0.1",
|
|
11
|
+
"@flusys/ng-layout": ">=3.0.1",
|
|
12
|
+
"@flusys/ng-shared": ">=3.0.1",
|
|
13
13
|
"@primeuix/themes": ">=1.0.0",
|
|
14
14
|
"primeicons": ">=7.0.0",
|
|
15
15
|
"primeng": ">=21.0.0"
|