-
- Downloads
Version bump
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | { | ||
"name": "@general/metrics", | "name": "@general/metrics", | ||
"version": "1.3.0", | "version": "1.3.1", | ||
"description": "A small express middleware to get base metrics for any node.js app", | "description": "A small express middleware to get base metrics for any node.js app", | ||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@stryker-mutator/core": "^5.4.0", | "@stryker-mutator/core": "^5.4.0", | ||
"@stryker-mutator/jest-runner": "^5.4.0", | "@stryker-mutator/jest-runner": "^8.2.3", | ||
"@stryker-mutator/typescript": "^4.0.0", | "@stryker-mutator/typescript": "^4.0.0", | ||
"@types/express": "^4.17.13", | "@types/express": "^4.17.13", | ||
"@types/jest": "^27.0.2", | "@types/jest": "^27.0.2", | ||
... | ... |
Please register or sign in to comment