@flusys/ng-iam 1.0.1 → 1.1.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/README.md +3 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
| Item | Value |
|
|
12
12
|
|------|-------|
|
|
13
13
|
| Package | `@flusys/ng-iam` |
|
|
14
|
-
| Version | 1.0.
|
|
14
|
+
| Version | 1.0.1 |
|
|
15
15
|
| Dependencies | ng-core, ng-shared, ng-layout (IMenuItem only) |
|
|
16
16
|
| NO dependency on | ng-auth (fully independent via Provider Pattern) |
|
|
17
17
|
| CSS Framework | Tailwind CSS (not PrimeFlex) |
|
|
@@ -1225,5 +1225,6 @@ if (this.permissionProvider) {
|
|
|
1225
1225
|
|
|
1226
1226
|
---
|
|
1227
1227
|
|
|
1228
|
-
**Last Updated:** 2026-02-
|
|
1228
|
+
**Last Updated:** 2026-02-23
|
|
1229
|
+
**Version:** 1.1.0
|
|
1229
1230
|
**Angular Version:** 21
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flusys/ng-iam",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
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": ">=1.0
|
|
11
|
-
"@flusys/ng-layout": ">=1.0
|
|
12
|
-
"@flusys/ng-shared": ">=1.0
|
|
10
|
+
"@flusys/ng-core": ">=1.1.0",
|
|
11
|
+
"@flusys/ng-layout": ">=1.1.0",
|
|
12
|
+
"@flusys/ng-shared": ">=1.1.0",
|
|
13
13
|
"@primeuix/themes": ">=1.0.0",
|
|
14
14
|
"primeicons": ">=7.0.0",
|
|
15
15
|
"primeng": ">=21.0.0"
|