Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"async": "^3.2.6",
"async-mutex": "^0.5.0",
"bytes": "^3.1.2",
"cloudinary": "1.41.3",
"cloudinary": "2.8.0",
"config": "^3.3.12",
"cookie-parser": "~1.4.7",
"debug": "~4.4.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"got": "^14.4.6",
"lodash": "^4.17.21",
"rollbar": "^2.26.4",
"rollbar": "^2.26.5",
"winston": "^3.17.0",
"winston-transport-rollbar-3": "^3.2.6"
},
Expand Down
30 changes: 0 additions & 30 deletions patches/cloudinary+1.41.3.patch

This file was deleted.

15 changes: 15 additions & 0 deletions patches/cloudinary+2.8.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/node_modules/cloudinary/lib/utils/index.js b/node_modules/cloudinary/lib/utils/index.js
index e775a14..35f10a6 100644
--- a/node_modules/cloudinary/lib/utils/index.js
+++ b/node_modules/cloudinary/lib/utils/index.js
@@ -418,7 +418,9 @@ function build_upload_params(options) {
visual_search: utils.as_safe_bool(options.visual_search),
on_success: options.on_success,
auto_transcription: options.auto_transcription,
- auto_chaptering: utils.as_safe_bool(options.auto_chaptering)
+ auto_chaptering: utils.as_safe_bool(options.auto_chaptering),
+ /* for internal use only */
+ analyze: JSON.stringify(options.analyze)
};

return utils.updateable_resource_params(options, params);
Loading