-
- Downloads
patch got and jest
parent
3be0aed9
Branches
Tags 3.1.0
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | ||
"name": "@general/log", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "A simple Logger with Options!", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -13,10 +13,10 @@ |
"url": "https://gitlab.br.de/general/log" | ||
}, | ||
"dependencies": { | ||
"got": "^12.3.0" | ||
"got": "^12.6.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^28.1.3" | ||
"jest": "^29.5.0" | ||
}, | ||
"publishConfig": { | ||
"@general:registry": "https://gitlab.br.de/api/v4/projects/6/packages/npm/" | ||
... | ... |
Please register or sign in to comment