@mongodb-js/compass-aggregations 8.24.0 → 8.25.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/README.md +0 -2
- package/dist/browser.js +1 -1
- package/dist/index.css +289 -533
- package/dist/index.js +5 -5
- package/package.json +27 -26
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
|