@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.1.5 to 0.2.0
@@ -633,4 +633,28 @@ declare const EXPRESSION_OPERATORS: readonly [{ | ||
readonly version: "3.4.0"; | ||
}, { | ||
readonly name: "$bitAnd"; | ||
readonly value: "$bitAnd"; | ||
readonly score: 1; | ||
readonly meta: "expr:bit"; | ||
readonly version: "7.0.0"; | ||
}, { | ||
readonly name: "$bitOr"; | ||
readonly value: "$bitOr"; | ||
readonly score: 1; | ||
readonly meta: "expr:bit"; | ||
readonly version: "7.0.0"; | ||
}, { | ||
readonly name: "$bitXor"; | ||
readonly value: "$bitXor"; | ||
readonly score: 1; | ||
readonly meta: "expr:bit"; | ||
readonly version: "7.0.0"; | ||
}, { | ||
readonly name: "$bitNot"; | ||
readonly value: "$bitNot"; | ||
readonly score: 1; | ||
readonly meta: "expr:bit"; | ||
readonly version: "7.0.0"; | ||
}]; | ||
export { EXPRESSION_OPERATORS }; | ||
//# sourceMappingURL=expression-operators.d.ts.map |
@@ -742,4 +742,32 @@ "use strict"; | ||
}, | ||
{ | ||
name: '$bitAnd', | ||
value: '$bitAnd', | ||
score: 1, | ||
meta: 'expr:bit', | ||
version: '7.0.0', | ||
}, | ||
{ | ||
name: '$bitOr', | ||
value: '$bitOr', | ||
score: 1, | ||
meta: 'expr:bit', | ||
version: '7.0.0', | ||
}, | ||
{ | ||
name: '$bitXor', | ||
value: '$bitXor', | ||
score: 1, | ||
meta: 'expr:bit', | ||
version: '7.0.0', | ||
}, | ||
{ | ||
name: '$bitNot', | ||
value: '$bitNot', | ||
score: 1, | ||
meta: 'expr:bit', | ||
version: '7.0.0', | ||
}, | ||
]; | ||
exports.EXPRESSION_OPERATORS = EXPRESSION_OPERATORS; | ||
//# sourceMappingURL=expression-operators.js.map |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"repository": { | ||
@@ -68,3 +68,3 @@ "type": "git", | ||
}, | ||
"gitHead": "9ca02cb413d697020b44053a8aacd062fcec65a1" | ||
"gitHead": "991b944559ecfd36207a30d284bfb15641b2438c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
224899
5355