@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -118,2 +118,8 @@ declare const ACCUMULATORS: readonly [{ | ||
}, { | ||
readonly name: "$median"; | ||
readonly value: "$median"; | ||
readonly score: 1; | ||
readonly meta: "accumulator"; | ||
readonly version: "7.0.0"; | ||
}, { | ||
readonly name: "$min"; | ||
@@ -132,2 +138,8 @@ readonly value: "$min"; | ||
}, { | ||
readonly name: "$percentile"; | ||
readonly value: "$percentile"; | ||
readonly score: 1; | ||
readonly meta: "accumulator"; | ||
readonly version: "7.0.0"; | ||
}, { | ||
readonly name: "$push"; | ||
@@ -134,0 +146,0 @@ readonly value: "$push"; |
@@ -141,2 +141,9 @@ "use strict"; | ||
{ | ||
name: '$median', | ||
value: '$median', | ||
score: 1, | ||
meta: 'accumulator', | ||
version: '7.0.0', | ||
}, | ||
{ | ||
name: '$min', | ||
@@ -157,2 +164,9 @@ value: '$min', | ||
{ | ||
name: '$percentile', | ||
value: '$percentile', | ||
score: 1, | ||
meta: 'accumulator', | ||
version: '7.0.0', | ||
}, | ||
{ | ||
name: '$push', | ||
@@ -159,0 +173,0 @@ value: '$push', |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"repository": { | ||
@@ -72,3 +72,3 @@ "type": "git", | ||
}, | ||
"gitHead": "ab0345a1eec27ecb42f44b3a9eeb4516c824b0ac" | ||
"gitHead": "70044aa98b139fd5cc634a595a3f9fec32806888" | ||
} |
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 too big to display
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
338956
8103