ng-luna 0.1.3 → 0.1.5
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 +4 -4
- package/fesm2022/ng-luna.mjs +36 -36
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,9 +18,9 @@ npm install ng-luna
|
|
|
18
18
|
|
|
19
19
|
This library requires the following peer dependencies:
|
|
20
20
|
|
|
21
|
-
- `@angular/common`: 19.
|
|
22
|
-
- `@angular/core`: 19.
|
|
23
|
-
- `@angular/forms`: 19.
|
|
21
|
+
- `@angular/common`: 19.x.x
|
|
22
|
+
- `@angular/core`: 19.x.x
|
|
23
|
+
- `@angular/forms`: 19.x.x
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
|
@@ -508,7 +508,7 @@ ng-luna/
|
|
|
508
508
|
## Dependencies
|
|
509
509
|
|
|
510
510
|
- **@ibm/plex** (v6.4.1) - IBM Plex font families (fonts are bundled with the library)
|
|
511
|
-
- **@angular/cdk** (
|
|
511
|
+
- **@angular/cdk** (19.x.x) - Angular Component Dev Kit
|
|
512
512
|
|
|
513
513
|
## Publishing
|
|
514
514
|
|