We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a98a4 commit ba1c080Copy full SHA for ba1c080
1 file changed
projects/imagekit-angular/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@imagekit/angular",
3
- "version": "6.0.0",
+ "version": "6.0.1",
4
"description": "Angular SDK for ImageKit.io which implements client-side upload and URL generation for use inside an Angular application.",
5
"keywords": [
6
"imagekit",
@@ -19,11 +19,11 @@
19
"sideEffects": false,
20
"peerDependencies": {
21
"@angular/common": ">=14.0.0 <22.0.0",
22
- "@angular/core": ">=14.0.0 <22.0.0"
+ "@angular/core": ">=14.0.0 <22.0.0",
23
+ "tslib": "^2.3.0"
24
},
25
"dependencies": {
- "@imagekit/javascript": "^5.1.0",
26
- "tslib": "^2.3.0"
+ "@imagekit/javascript": "^5.1.0"
27
}
28
29
0 commit comments