@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -103,3 +103,3 @@ declare const STAGE_OPERATORS: readonly [{ | ||
readonly fullScan: false; | ||
readonly firstStage: false; | ||
readonly firstStage: true; | ||
readonly score: 1; | ||
@@ -743,2 +743,18 @@ readonly env: readonly ["atlas", "adl", "on-prem"]; | ||
} | { | ||
readonly name: "$documents"; | ||
readonly value: "$documents"; | ||
readonly label: "$documents"; | ||
readonly outputStage: false; | ||
readonly fullScan: false; | ||
readonly firstStage: true; | ||
readonly score: 1; | ||
readonly env: readonly ["atlas", "adl", "on-prem"]; | ||
readonly meta: "stage"; | ||
readonly version: "4.4.9"; | ||
readonly apiVersions: readonly [1]; | ||
readonly namespaces: readonly ["db"]; | ||
readonly description: "Returns literal documents from input values."; | ||
readonly comment: "/**\n * expression: Any valid expression.\n */\n"; | ||
readonly snippet: "{\n ${1:expression}\n}"; | ||
} | { | ||
readonly name: "$indexStats"; | ||
@@ -745,0 +761,0 @@ readonly value: "$indexStats"; |
@@ -180,3 +180,3 @@ "use strict"; | ||
fullScan: false, | ||
firstStage: false, | ||
firstStage: true, | ||
score: 1, | ||
@@ -183,0 +183,0 @@ env: [env_1.ATLAS, env_1.ADL, env_1.ON_PREM], |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"repository": { | ||
@@ -68,3 +68,3 @@ "type": "git", | ||
}, | ||
"gitHead": "a1abff10511dcae7f9869e0e354757424c1937d9" | ||
"gitHead": "ec019613b6fb1fdf1655da2fd0f2128da5ad3599" | ||
} |
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
239039
5571