-
- Downloads
remove request
add got replace request with got change to 3.0.0 patch npm packages remove graylog remove and declare graylog in readme
parent
cb0390a1
No related branches found
No related tags found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | { | ||
"name": "@general/log", | "name": "@general/log", | ||
"version": "2.14.0", | "version": "3.0.0", | ||
"description": "A simple Logger with Options!", | "description": "A simple Logger with Options!", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -13,10 +13,10 @@ | ... | @@ -13,10 +13,10 @@ |
"url": "https://gitlab.br.de/general/log" | "url": "https://gitlab.br.de/general/log" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"request": "^2.88.2" | "got": "^12.3.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"jest": "^27.2.2" | "jest": "^28.1.3" | ||
}, | }, | ||
"publishConfig": { | "publishConfig": { | ||
"@general:registry": "https://gitlab.br.de/api/v4/projects/6/packages/npm/" | "@general:registry": "https://gitlab.br.de/api/v4/projects/6/packages/npm/" | ||
... | ... |
Please register or sign in to comment