Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions projects/imagekit-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imagekit/angular",
"version": "6.0.0",
"version": "6.0.1",
"description": "Angular SDK for ImageKit.io which implements client-side upload and URL generation for use inside an Angular application.",
"keywords": [
"imagekit",
Expand All @@ -19,11 +19,11 @@
"sideEffects": false,
"peerDependencies": {
"@angular/common": ">=14.0.0 <22.0.0",
"@angular/core": ">=14.0.0 <22.0.0"
"@angular/core": ">=14.0.0 <22.0.0",
"tslib": "^2.3.0"
},
"dependencies": {
"@imagekit/javascript": "^5.1.0",
"tslib": "^2.3.0"
"@imagekit/javascript": "^5.1.0"
}
}

Loading