pg-protocol
Advanced tools
+4
-7
| { | ||
| "name": "pg-protocol", | ||
| "version": "1.10.2", | ||
| "version": "1.10.3", | ||
| "description": "The postgres client/server binary protocol, implemented in TypeScript", | ||
@@ -13,7 +13,4 @@ "main": "dist/index.js", | ||
| }, | ||
| "./dist/*": { | ||
| "import": "./dist/*", | ||
| "require": "./dist/*", | ||
| "default": "./dist/*" | ||
| } | ||
| "./dist/*": "./dist/*.js", | ||
| "./dist/*.js": "./dist/*.js" | ||
| }, | ||
@@ -48,3 +45,3 @@ "license": "MIT", | ||
| ], | ||
| "gitHead": "1a25d128177dd7c54dc4652bbb92ac7986306e3f" | ||
| "gitHead": "8f8e7315e8f7c1bb01e98fdb41c8c92585510782" | ||
| } |
188990
-0.02%