pg-protocol
Advanced tools
+4
-4
| { | ||
| "name": "pg-protocol", | ||
| "version": "1.12.0", | ||
| "version": "1.13.0", | ||
| "description": "The postgres client/server binary protocol, implemented in TypeScript", | ||
@@ -19,7 +19,7 @@ "main": "dist/index.js", | ||
| "@types/chai": "^4.2.7", | ||
| "@types/mocha": "^10.0.7", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^12.12.21", | ||
| "chai": "^4.2.0", | ||
| "chunky": "^0.0.0", | ||
| "mocha": "^10.5.2", | ||
| "mocha": "^11.7.5", | ||
| "ts-node": "^8.5.4", | ||
@@ -45,3 +45,3 @@ "typescript": "^4.0.3" | ||
| ], | ||
| "gitHead": "f2d7d1146cc87024a5fa503dce13c59ff5196d26" | ||
| "gitHead": "c9070cc8d526fca65780cedc25c1966b57cf7532" | ||
| } |
187468
0