caravaggio
Advanced tools
Comparing version 3.6.1 to 3.6.2
# Changelog | ||
## 3.6.2 | ||
- Export Config type | ||
- Some dependency updates | ||
## 3.6.1 | ||
@@ -4,0 +9,0 @@ |
import { Config } from './config/default'; | ||
import { PluginManager } from './pluginLoader/pluginLoader'; | ||
import { Logger } from 'pino'; | ||
export { Config }; | ||
export interface Context { | ||
@@ -5,0 +6,0 @@ config: Config; |
{ | ||
"name": "caravaggio", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "A blazing fast image processor service", | ||
@@ -63,5 +63,5 @@ "main": "dist/index.js", | ||
"@types/test-listen": "^1.1.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"eslint": "^7.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -78,4 +78,4 @@ "eslint-plugin-jest": "^23.13.1", | ||
"ts-node-dev": "^1.1.8", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.5.2" | ||
} | ||
} |
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
140739
3049