@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -959,2 +959,4 @@ "use strict"; | ||
exports.STAGE_OPERATORS = STAGE_OPERATORS; | ||
(function assertStageOperatorsSceme(_operators) { | ||
})(STAGE_OPERATORS); | ||
const STAGE_OPERATOR_NAMES = STAGE_OPERATORS.map((op) => op.name); | ||
@@ -961,0 +963,0 @@ exports.STAGE_OPERATOR_NAMES = STAGE_OPERATOR_NAMES; |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"repository": { | ||
@@ -57,2 +57,3 @@ "type": "git", | ||
"@types/sinon-chai": "^3.2.5", | ||
"acorn": "^8.8.0", | ||
"chai": "^4.3.6", | ||
@@ -68,3 +69,3 @@ "depcheck": "^1.4.1", | ||
}, | ||
"gitHead": "b2e5986cdfb0c9f59f227f4704eade46825b8582" | ||
"gitHead": "ed6283d3e8d0a54a77c337e3b034f346f71c6a1e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
219606
5223
17