@mongodb-js/compass-aggregations 8.23.0 → 8.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.depcheckrc CHANGED
@@ -3,3 +3,5 @@ ignores:
3
3
  - '@mongodb-js/tsconfig-compass'
4
4
  - '@mongodb-js/tsconfig-compass'
5
5
  - 'mongodb-compass'
6
+ ignore-patterns:
7
+ - 'dist'
package/README.md CHANGED
@@ -50,7 +50,6 @@ If you're interested in helping with the Aggregation Builder plugin, we'd be ove
50
50
  - [`mongodb-js/stage-validator`](https://github.com/mongodb-js/stage-validator) Aggregation Pipeline Stage grammar.
51
51
  - [`bson-transpilers`](https://github.com/mongodb-js/bson-transpilers) Read the amazing: [Compiler in JavaScript using ANTLR](https://medium.com/dailyjs/compiler-in-javascript-using-antlr-9ec53fd2780f)
52
52
  - [`mongodb-js/ace-mode`](https://github.com/mongodb-js/ace-mode) MongoDB highlighting rules for ACE.
53
- - [`mongodb-js/ace-theme`](https://github.com/mongodb-js/ace-theme) MongoDB syntax highlighting rules for ACE.
54
53
  - [`mongodb-js/ace-autocompleter`](https://github.com/mongodb-js/ace-autocompleter) Makes ACE autocompletion aware of MongoDB Aggregation Pipeline [operators, expressions, and fields](https://github.com/mongodb-js/ace-autocompleter/tree/master/lib/constants).
55
54
 
56
55
  ## Usage
@@ -96,7 +95,6 @@ const aggregationsStore = configureAggregationsStore({
96
95
  serverVersion: '4.2.0',
97
96
  fields: [],
98
97
  isAtlasDeployed: true,
99
- allowWrites: false,
100
98
  outResultsFn: handleOut,
101
99
  env: 'atlas',
102
100
  localAppRegistry: appRegistry