@mongodb-js/compass-aggregations 9.22.0 → 9.23.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/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +16 -16
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.
|
4
|
+
"version": "9.23.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -38,23 +38,23 @@
|
|
38
38
|
},
|
39
39
|
"license": "SSPL",
|
40
40
|
"peerDependencies": {
|
41
|
-
"@mongodb-js/atlas-service": "^0.
|
41
|
+
"@mongodb-js/atlas-service": "^0.12.0",
|
42
42
|
"@mongodb-js/compass-components": "^1.20.0",
|
43
|
-
"@mongodb-js/compass-crud": "^13.21.
|
43
|
+
"@mongodb-js/compass-crud": "^13.21.1",
|
44
44
|
"@mongodb-js/compass-editor": "^0.19.0",
|
45
45
|
"@mongodb-js/compass-generative-ai": "^0.6.0",
|
46
46
|
"@mongodb-js/compass-logging": "^1.2.7",
|
47
47
|
"@mongodb-js/compass-utils": "^0.5.6",
|
48
48
|
"@mongodb-js/explain-plan-helper": "^1.1.5",
|
49
49
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
50
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
50
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.17",
|
51
51
|
"@mongodb-js/my-queries-storage": "^0.3.0",
|
52
52
|
"bson": "^6.2.0",
|
53
53
|
"compass-preferences-model": "^2.16.0",
|
54
|
-
"hadron-app-registry": "^9.1.
|
54
|
+
"hadron-app-registry": "^9.1.1",
|
55
55
|
"hadron-document": "^8.4.4",
|
56
56
|
"hadron-type-checker": "^7.1.1",
|
57
|
-
"mongodb-data-service": "^22.16.
|
57
|
+
"mongodb-data-service": "^22.16.1",
|
58
58
|
"react": "^17.0.2"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"@dnd-kit/core": "^6.0.7",
|
65
65
|
"@dnd-kit/sortable": "^7.0.2",
|
66
66
|
"@dnd-kit/utilities": "^3.2.1",
|
67
|
-
"@mongodb-js/compass-collection": "^4.20.
|
67
|
+
"@mongodb-js/compass-collection": "^4.20.1",
|
68
68
|
"@mongodb-js/eslint-config-compass": "^1.0.12",
|
69
69
|
"@mongodb-js/mocha-config-compass": "^1.3.3",
|
70
70
|
"@mongodb-js/prettier-config-compass": "^1.0.1",
|
@@ -84,38 +84,38 @@
|
|
84
84
|
"mongodb": "^6.3.0",
|
85
85
|
"mongodb-ns": "^2.4.0",
|
86
86
|
"mongodb-query-parser": "^4.0.0",
|
87
|
-
"mongodb-schema": "^12.
|
87
|
+
"mongodb-schema": "^12.1.0",
|
88
88
|
"nyc": "^15.1.0",
|
89
89
|
"prettier": "^2.7.1",
|
90
90
|
"prop-types": "^15.7.2",
|
91
91
|
"re-resizable": "^6.9.0",
|
92
92
|
"react": "^17.0.2",
|
93
93
|
"react-dom": "^17.0.2",
|
94
|
-
"react-redux": "^8.
|
94
|
+
"react-redux": "^8.1.3",
|
95
95
|
"redux": "^4.2.1",
|
96
|
-
"redux-thunk": "^2.4.
|
96
|
+
"redux-thunk": "^2.4.2",
|
97
97
|
"semver": "^5.7.1",
|
98
98
|
"sinon": "^9.2.3",
|
99
99
|
"xvfb-maybe": "^0.2.1"
|
100
100
|
},
|
101
101
|
"dependencies": {
|
102
|
-
"@mongodb-js/atlas-service": "^0.
|
102
|
+
"@mongodb-js/atlas-service": "^0.12.0",
|
103
103
|
"@mongodb-js/compass-components": "^1.20.0",
|
104
|
-
"@mongodb-js/compass-crud": "^13.21.
|
104
|
+
"@mongodb-js/compass-crud": "^13.21.1",
|
105
105
|
"@mongodb-js/compass-editor": "^0.19.0",
|
106
106
|
"@mongodb-js/compass-generative-ai": "^0.6.0",
|
107
107
|
"@mongodb-js/compass-logging": "^1.2.7",
|
108
108
|
"@mongodb-js/compass-utils": "^0.5.6",
|
109
109
|
"@mongodb-js/explain-plan-helper": "^1.1.5",
|
110
110
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
111
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
111
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.17",
|
112
112
|
"@mongodb-js/my-queries-storage": "^0.3.0",
|
113
113
|
"bson": "^6.2.0",
|
114
114
|
"compass-preferences-model": "^2.16.0",
|
115
|
-
"hadron-app-registry": "^9.1.
|
115
|
+
"hadron-app-registry": "^9.1.1",
|
116
116
|
"hadron-document": "^8.4.4",
|
117
117
|
"hadron-type-checker": "^7.1.1",
|
118
|
-
"mongodb-data-service": "^22.16.
|
118
|
+
"mongodb-data-service": "^22.16.1"
|
119
119
|
},
|
120
120
|
"homepage": "https://github.com/mongodb-js/compass",
|
121
121
|
"bugs": {
|
@@ -126,5 +126,5 @@
|
|
126
126
|
"type": "git",
|
127
127
|
"url": "https://github.com/mongodb-js/compass.git"
|
128
128
|
},
|
129
|
-
"gitHead": "
|
129
|
+
"gitHead": "a39a661edf19844c3d6dd82f0954527504e8d85e"
|
130
130
|
}
|