caravaggio
Advanced tools
Comparing version 2.3.3 to 2.3.4
# Changelog | ||
## 2.3.4 | ||
- Fix: output cache configuration is correctly read | ||
## 2.3.3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "caravaggio", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "A blazing fast image processor service", | ||
@@ -43,4 +43,4 @@ "main": "index.js", | ||
"pino": "^5.4.0", | ||
"sharp": "^0.20.2", | ||
"yargs": "12.0.1" | ||
"sharp": "^0.20.8", | ||
"yargs": "12.0.2" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
@@ -10,2 +10,4 @@ [![caravaggio logo](https://res.cloudinary.com/ramiel/image/upload/c_scale,r_0,w_100/v1517679412/caravaggio-logo_xdwpin.jpg)](https://res.cloudinary.com/ramiel/image/upload/c_scale,r_0,w_100/v1517679412/caravaggio-logo_xdwpin.jpg) | ||
Read the complete documentation at [ramiel.gitlab.io/caravaggio](https://ramiel.gitlab.io/caravaggio) | ||
## Note | ||
@@ -61,2 +63,2 @@ | ||
- A lot of other great developers | ||
- The amazing photographers on [pexels.com](https://www.pexels.com/) | ||
- The amazing photographers on [pexels.com](https://www.pexels.com/) |
@@ -9,3 +9,3 @@ const path = require('path'); | ||
try { | ||
persistor = PersistorFactory.create(config.get('caches.input')); | ||
persistor = PersistorFactory.create(config.get('caches.output')); | ||
} catch (e) { | ||
@@ -12,0 +12,0 @@ throw e; |
const logger = require('../logger'); | ||
module.exports = (pipeline) => { | ||
logger.debug('pretending applying input operations'); | ||
logger.debug('No input operations for the moment, skipping'); | ||
return Promise.resolve(pipeline); | ||
}; | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61790
63
1478
63
+ Addedcross-spawn@6.0.6(transitive)
+ Addedexeca@1.0.0(transitive)
+ Addedget-stream@4.1.0(transitive)
+ Addedinvert-kv@2.0.0(transitive)
+ Addedlcid@2.0.0(transitive)
+ Addedmap-age-cleaner@0.1.3(transitive)
+ Addedmem@4.3.0(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addednice-try@1.0.5(transitive)
+ Addedos-locale@3.1.0(transitive)
+ Addedp-defer@1.0.0(transitive)
+ Addedp-is-promise@2.1.0(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedyargs@12.0.2(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedexeca@0.7.0(transitive)
- Removedget-stream@3.0.0(transitive)
- Removedinvert-kv@1.0.0(transitive)
- Removedlcid@1.0.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedmem@1.1.0(transitive)
- Removedmimic-fn@1.2.0(transitive)
- Removedos-locale@2.1.0(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)
- Removedyargs@12.0.1(transitive)
Updatedsharp@^0.20.8
Updatedyargs@12.0.2