mongodb-log-writer
Advanced tools
Comparing version
{ | ||
"name": "mongodb-log-writer", | ||
"description": "A library for writing MongoDB logv2 messages", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"author": { | ||
@@ -72,22 +72,22 @@ "name": "MongoDB Inc", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-devtools": "0.9.10", | ||
"@mongodb-js/mocha-config-devtools": "^1.0.4", | ||
"@mongodb-js/prettier-config-devtools": "^1.0.1", | ||
"@mongodb-js/tsconfig-devtools": "^1.0.2", | ||
"@mongodb-js/eslint-config-devtools": "0.9.11", | ||
"@mongodb-js/mocha-config-devtools": "^1.0.5", | ||
"@mongodb-js/prettier-config-devtools": "^1.0.2", | ||
"@mongodb-js/tsconfig-devtools": "^1.0.3", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/semver": "^7.5.0", | ||
"@types/mocha": "^9.1.1", | ||
"@types/semver": "^7.7.0", | ||
"@types/sinon-chai": "^3.2.5", | ||
"acorn": "^8.8.0", | ||
"chai": "^4.3.6", | ||
"depcheck": "^1.4.1", | ||
"acorn": "^8.14.1", | ||
"chai": "^4.5.0", | ||
"depcheck": "^1.4.7", | ||
"eslint": "^7.25.0", | ||
"gen-esm-wrapper": "^1.1.0", | ||
"gen-esm-wrapper": "^1.1.3", | ||
"mocha": "^8.4.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "2.3.2", | ||
"prettier": "^3.5.3", | ||
"sinon": "^9.2.3", | ||
"typescript": "^5.0.4" | ||
}, | ||
"gitHead": "3e5cd91accce46dbff9000133e0912111e16852c" | ||
"gitHead": "7c6900dcf68dd9c55e3f527c9b005c60f62c9d8b" | ||
} |
43105
0