@mongodb-js/mongodb-constants 0.2.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,5 +21,8 @@ export const QUERY_OPERATORS = mod.QUERY_OPERATORS;
21
21
  export const REQUIRED_AS_FIRST_STAGE = mod.REQUIRED_AS_FIRST_STAGE;
22
22
  export const STAGE_OPERATORS = mod.STAGE_OPERATORS;
23
23
  export const STAGE_OPERATOR_NAMES = mod.STAGE_OPERATOR_NAMES;
24
+ export const SYSTEM_VARIABLES = mod.SYSTEM_VARIABLES;
24
25
  export const TIME_SERIES = mod.TIME_SERIES;
25
26
  export const VIEW = mod.VIEW;
27
+ export const getFilteredCompletions = mod.getFilteredCompletions;
28
+ export const wrapField = mod.wrapField;