ngx-ratio-image 0.0.12 → 0.0.16
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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-ratio-image",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Gerd Siebert"
|
|
6
6
|
},
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
"Scaling",
|
|
10
10
|
"Ratio",
|
|
11
11
|
"Angular 16",
|
|
12
|
-
"Angular 17"
|
|
12
|
+
"Angular 17",
|
|
13
|
+
"Angular 18"
|
|
13
14
|
],
|
|
14
|
-
"description": "
|
|
15
|
+
"description": "An Angular lib to show an image with variable ratio in container with a fixed ratio.",
|
|
15
16
|
"license": "MIT",
|
|
16
17
|
"peerDependencies": {
|
|
17
|
-
"@angular/common": "^16.0.0 || ^17.0.0",
|
|
18
|
-
"@angular/core": "^16.0.0 || ^17.0.0"
|
|
18
|
+
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
19
|
+
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
19
20
|
},
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"tslib": "^2.3.0"
|