caravaggio
Advanced tools
Comparing version 3.0.1 to 3.0.3
# Changelog | ||
## 3.0.3 | ||
- Fix per error in CI | ||
## 3.0.2 | ||
- Fix error link in error page | ||
## 3.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -11,8 +11,4 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compose = exports.buildDocumentationLink = exports.percentageToPixel = exports.isPercentage = exports.getOutputType = exports.stringifyParams = void 0; | ||
const path_1 = __importDefault(require("path")); | ||
const jsonReplacer = (key, value) => { | ||
@@ -44,5 +40,3 @@ if (Buffer.isBuffer(value)) { | ||
exports.percentageToPixel = (percentage, dimension) => Math.round(percentage * dimension); | ||
exports.buildDocumentationLink = (doc) => doc | ||
? path_1.default.join(`https://caravaggio.ramielcreations.com/docs/${doc}`) | ||
: 'https://caravaggio.ramielcreations.com'; | ||
exports.buildDocumentationLink = (doc) => `https://caravaggio.ramielcreations.com/docs/${doc}`; | ||
exports.compose = (...fns) => fns.reduce((f, g) => (...args) => f(g(...args))); |
{ | ||
"name": "caravaggio", | ||
"version": "3.0.1", | ||
"version": "3.0.3", | ||
"description": "A blazing fast image processor service", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
133537
2913