mongodb-query-parser
Advanced tools
Comparing version
@@ -227,3 +227,3 @@ const EJSON = require('mongodb-extended-json'); | ||
' ' | ||
).replace(/ ?\n ?/g, ''); | ||
).replace(/ ?\n ? ?/g, ''); | ||
}; |
{ | ||
"name": "mongodb-query-parser", | ||
"description": "Parse MongoDB queries", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "fmt": "mongodb-js-fmt", |
19067
0.01%