@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.8.9 to 0.8.10
@@ -580,2 +580,8 @@ declare const EXPRESSION_OPERATORS: readonly [{ | ||
}, { | ||
readonly name: "$toHashedIndexKey"; | ||
readonly value: "$toHashedIndexKey"; | ||
readonly score: 1; | ||
readonly meta: "expr:arith"; | ||
readonly version: "4.2.24"; | ||
}, { | ||
readonly name: "$toLower"; | ||
@@ -582,0 +588,0 @@ readonly value: "$toLower"; |
@@ -680,2 +680,9 @@ "use strict"; | ||
{ | ||
name: '$toHashedIndexKey', | ||
value: '$toHashedIndexKey', | ||
score: 1, | ||
meta: 'expr:arith', | ||
version: '4.2.24', | ||
}, | ||
{ | ||
name: '$toLower', | ||
@@ -682,0 +689,0 @@ value: '$toLower', |
@@ -351,4 +351,4 @@ declare const STAGE_OPERATORS: readonly [{ | ||
readonly description: "Writes the result of a pipeline to a new or existing collection."; | ||
readonly comment: "/**\n * Provide the name of the output collection.\n */\n"; | ||
readonly snippet: "'${1:string}'"; | ||
readonly comment: "/**\n * Provide the name of the output database and collection.\n */\n"; | ||
readonly snippet: "{\n db: '${1:string}',\n coll: '${2:string}',\n /*\n timeseries: {\n timeField: '${3:field}',\n bucketMaxSpanSeconds: '${4:number}',\n granularity: '${5:granularity}'\n }\n */\n}"; | ||
}, { | ||
@@ -674,4 +674,4 @@ readonly name: "$out"; | ||
readonly description: "Writes the result of a pipeline to a new or existing collection."; | ||
readonly comment: "/**\n * Provide the name of the output collection.\n */\n"; | ||
readonly snippet: "'${1:string}'"; | ||
readonly comment: "/**\n * Provide the name of the output database and collection.\n */\n"; | ||
readonly snippet: "{\n db: '${1:string}',\n coll: '${2:string}',\n /*\n timeseries: {\n timeField: '${3:field}',\n bucketMaxSpanSeconds: '${4:number}',\n granularity: '${5:granularity}'\n }\n */\n}"; | ||
} | { | ||
@@ -678,0 +678,0 @@ readonly name: "$out"; |
@@ -614,6 +614,16 @@ "use strict"; | ||
comment: `/** | ||
* Provide the name of the output collection. | ||
* Provide the name of the output database and collection. | ||
*/ | ||
`, | ||
snippet: `'\${1:string}'`, | ||
snippet: `{ | ||
db: '\${1:string}', | ||
coll: '\${2:string}', | ||
/* | ||
timeseries: { | ||
timeField: '\${3:field}', | ||
bucketMaxSpanSeconds: '\${4:number}', | ||
granularity: '\${5:granularity}' | ||
} | ||
*/ | ||
}`, | ||
}, | ||
@@ -620,0 +630,0 @@ { |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.8.9", | ||
"version": "0.8.10", | ||
"repository": { | ||
@@ -72,3 +72,3 @@ "type": "git", | ||
}, | ||
"gitHead": "4d31c361281e576f54bced21cb5dc1523523052d" | ||
"gitHead": "db3f899043dbcd2c44f8ea37f9ce44132641ad19" | ||
} |
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
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
358500
8482