@mongodb-js/mongodb-constants 0.2.2 → 0.3.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.
- package/dist/.esm-wrapper.mjs +2 -0
- package/dist/filter.d.ts +2262 -0
- package/dist/filter.d.ts.map +1 -0
- package/dist/filter.js +108 -0
- package/dist/filter.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +6 -2
package/dist/.esm-wrapper.mjs
CHANGED
|
@@ -23,3 +23,5 @@ export const STAGE_OPERATORS = mod.STAGE_OPERATORS;
|
|
|
23
23
|
export const STAGE_OPERATOR_NAMES = mod.STAGE_OPERATOR_NAMES;
|
|
24
24
|
export const TIME_SERIES = mod.TIME_SERIES;
|
|
25
25
|
export const VIEW = mod.VIEW;
|
|
26
|
+
export const getFilteredCompletions = mod.getFilteredCompletions;
|
|
27
|
+
export const wrapField = mod.wrapField;
|