@mongodb-js/compass-aggregations 9.5.0 → 9.5.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-aggregations",
3
3
  "productName": "Aggregations plugin",
4
- "version": "9.5.0",
4
+ "version": "9.5.1",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Aggregation Pipeline Builder",
7
7
  "main": "dist/index.js",
@@ -40,8 +40,8 @@
40
40
  "license": "SSPL",
41
41
  "peerDependencies": {
42
42
  "@mongodb-js/compass-components": "^1.5.0",
43
- "@mongodb-js/compass-crud": "^13.5.0",
44
- "@mongodb-js/compass-editor": "^0.4.0",
43
+ "@mongodb-js/compass-crud": "^13.5.1",
44
+ "@mongodb-js/compass-editor": "^0.4.1",
45
45
  "@mongodb-js/compass-logging": "^1.1.2",
46
46
  "@mongodb-js/compass-utils": "^0.2.0",
47
47
  "@mongodb-js/explain-plan-helper": "^1.0.2",
@@ -99,8 +99,8 @@
99
99
  },
100
100
  "dependencies": {
101
101
  "@mongodb-js/compass-components": "^1.5.0",
102
- "@mongodb-js/compass-crud": "^13.5.0",
103
- "@mongodb-js/compass-editor": "^0.4.0",
102
+ "@mongodb-js/compass-crud": "^13.5.1",
103
+ "@mongodb-js/compass-editor": "^0.4.1",
104
104
  "@mongodb-js/compass-logging": "^1.1.2",
105
105
  "@mongodb-js/compass-utils": "^0.2.0",
106
106
  "@mongodb-js/explain-plan-helper": "^1.0.2",
@@ -119,5 +119,5 @@
119
119
  "type": "git",
120
120
  "url": "https://github.com/mongodb-js/compass.git"
121
121
  },
122
- "gitHead": "cfe9a829fd77fc84e090f2c7b38663167071ebc5"
122
+ "gitHead": "b3ec79156eca402d13b1499a9d0340f9cf6c3d50"
123
123
  }