mongodb-query-parser
Advanced tools
Comparing version
@@ -84,3 +84,6 @@ "use strict"; | ||
function _parseFilter(input) { | ||
return (0, shell_bson_parser_1.default)(input, { mode: shell_bson_parser_1.ParseMode.Loose }); | ||
return (0, shell_bson_parser_1.default)(input, { | ||
mode: shell_bson_parser_1.ParseMode.Loose, | ||
allowMethods: true, | ||
}); | ||
} | ||
@@ -87,0 +90,0 @@ function parseFilter(input) { |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "4.2.6", | ||
"version": "4.3.0", | ||
"repository": { | ||
@@ -50,3 +50,3 @@ "type": "git", | ||
"dependencies": { | ||
"@mongodb-js/shell-bson-parser": "^1.1.4", | ||
"@mongodb-js/shell-bson-parser": "^1.2.0", | ||
"debug": "^4.3.4", | ||
@@ -78,3 +78,3 @@ "javascript-stringify": "^2.1.0", | ||
}, | ||
"gitHead": "bd599ce4d88ca8935fa4c95ac94717ce290aca18" | ||
"gitHead": "bfb389a6d229a8e6985eaeb815185eea8154f9a4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48861
0.13%621
0.49%