@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -13,2 +13,3 @@ "use strict"; | ||
const stage_operators_1 = require("./stage-operators"); | ||
const system_variables_1 = require("./system-variables"); | ||
const ALL_CONSTANTS = [ | ||
@@ -23,2 +24,3 @@ ...accumulators_1.ACCUMULATORS, | ||
...stage_operators_1.STAGE_OPERATORS, | ||
...system_variables_1.SYSTEM_VARIABLES, | ||
]; | ||
@@ -25,0 +27,0 @@ const DEFAULT_SERVER_VERSION = '999.999.999'; |
@@ -11,3 +11,4 @@ export * from './accumulators'; | ||
export * from './stage-operators'; | ||
export * from './system-variables'; | ||
export { getFilteredCompletions, wrapField } from './filter'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,2 +28,3 @@ "use strict"; | ||
__exportStar(require("./stage-operators"), exports); | ||
__exportStar(require("./system-variables"), exports); | ||
var filter_1 = require("./filter"); | ||
@@ -30,0 +31,0 @@ Object.defineProperty(exports, "getFilteredCompletions", { enumerable: true, get: function () { return filter_1.getFilteredCompletions; } }); |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"repository": { | ||
@@ -72,3 +72,3 @@ "type": "git", | ||
}, | ||
"gitHead": "d0ced41b535123ca1295acf43f5f4a26f2dc6be2" | ||
"gitHead": "ab0345a1eec27ecb42f44b3a9eeb4516c824b0ac" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
337789
56
8065