- Downloads
patch got and jest
parent
3be0aed9
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": "3.0.0", | "version": "3.1.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": { | ||
| "got": "^12.3.0" | "got": "^12.6.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "jest": "^28.1.3" | "jest": "^29.5.0" | ||
| }, | }, | ||
| "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 sign in to comment