@flusys/ng-shared 4.0.0-rc → 4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  ## Package Information
10
10
 
11
11
  - **Package:** `@flusys/ng-shared`
12
- - **Version:** 4.0.0-rc
12
+ - **Version:** 4.0.1
13
13
  - **Dependencies:** ng-core
14
14
  - **Dependents:** ng-layout, ng-auth, ng-iam, ng-storage, flusysng
15
15
  - **Build Command:** `npm run build:ng-shared`
package/package.json CHANGED
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "@flusys/ng-shared",
3
- "version": "4.0.0-rc",
3
+ "version": "4.0.1",
4
4
  "description": "Shared components and utilities for FLUSYS Angular packages",
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": ">=4.0.0-rc",
10
+ "@angular/router": ">=21.0.0",
11
+ "@flusys/ng-core": ">=4.0.1",
11
12
  "@primeuix/themes": ">=1.0.0",
12
13
  "primeicons": ">=7.0.0",
13
- "primeng": ">=21.0.0"
14
+ "primeng": ">=21.0.0",
15
+ "rxjs": "^7.8.0"
14
16
  },
15
17
  "sideEffects": false,
16
18
  "module": "fesm2022/flusys-ng-shared.mjs",