Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4bb4bd

Browse files
committedApr 23, 2023
feat: check cloudinary connection on module start
1 parent c1ea102 commit f4bb4bd

File tree

4 files changed

+1240
-1139
lines changed

4 files changed

+1240
-1139
lines changed
 

‎package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-cloudinary",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Cloudinary module for nestjs",
55
"author": "Rubin Bhandari <roobin.bhandari@gmail.com>",
66
"license": "MIT",
@@ -31,33 +31,33 @@
3131
},
3232
"bugs": "https://github.com/rubiin/nestjs-cloudinary/issues",
3333
"dependencies": {
34-
"cloudinary": "^1.34.0",
34+
"cloudinary": "^1.36.1",
3535
"sharp": "^0.31.3"
3636
},
3737
"peerDependencies": {
3838
"@nestjs/common": ">7.0.0"
3939
},
4040
"devDependencies": {
41-
"@nestjs/common": "^9.3.9",
42-
"@nestjs/core": "^9.3.9",
43-
"@nestjs/testing": "9.3.9",
44-
"@types/jest": "29.4.0",
45-
"@types/node": "18.14.0",
46-
"@typescript-eslint/eslint-plugin": "5.52.0",
47-
"@typescript-eslint/parser": "5.52.0",
41+
"@nestjs/common": "^9.4.0",
42+
"@nestjs/core": "^9.4.0",
43+
"@nestjs/testing": "9.4.0",
44+
"@types/jest": "29.5.1",
45+
"@types/node": "18.16.0",
46+
"@typescript-eslint/eslint-plugin": "5.59.0",
47+
"@typescript-eslint/parser": "5.59.0",
4848
"cz-conventional-changelog": "3.3.0",
49-
"eslint": "^8.34.0",
50-
"eslint-config-prettier": "8.6.0",
49+
"eslint": "^8.39.0",
50+
"eslint-config-prettier": "8.8.0",
5151
"eslint-plugin-import": "2.27.5",
5252
"husky": "^8.0.3",
53-
"jest": "29.4.3",
54-
"lint-staged": "^13.1.2",
55-
"prettier": "2.8.4",
53+
"jest": "29.5.0",
54+
"lint-staged": "^13.2.1",
55+
"prettier": "2.8.8",
5656
"reflect-metadata": "0.1.13",
57-
"rimraf": "^4.1.2",
57+
"rimraf": "^5.0.0",
5858
"rxjs": "^7.8.0",
59-
"ts-jest": "29.0.5",
60-
"typescript": "4.9.5"
59+
"ts-jest": "29.1.0",
60+
"typescript": "5.0.4"
6161
},
6262
"lint-staged": {
6363
"*.{js,jsx,ts,tsx}": [
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.