@mongodb-js/compass-aggregations 0.0.0-next-dfa464112f63969f158bde32322e393fa2b77940 → 0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47
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.css +5 -75
- package/dist/index.js +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "0.0.0-next-
|
4
|
+
"version": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -48,11 +48,11 @@
|
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@electron/remote": "^2.0.8",
|
51
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
52
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
53
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
54
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
55
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
51
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
52
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
53
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
54
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
55
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
56
56
|
"@testing-library/react": "^12.1.4",
|
57
57
|
"@testing-library/user-event": "^13.5.0",
|
58
58
|
"@types/decomment": "^0.9.2",
|
@@ -69,14 +69,14 @@
|
|
69
69
|
"electron": "^15.5.7",
|
70
70
|
"enzyme": "^3.11.0",
|
71
71
|
"eslint": "^7.25.0",
|
72
|
-
"hadron-app-registry": "0.0.0-next-
|
72
|
+
"hadron-app-registry": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
73
73
|
"is-electron-renderer": "^2.0.1",
|
74
74
|
"lodash.debounce": "^4.0.8",
|
75
75
|
"lodash.isempty": "^4.4.0",
|
76
76
|
"lodash.isstring": "^4.0.1",
|
77
77
|
"mocha": "^8.4.0",
|
78
78
|
"mongodb": "^4.10.0",
|
79
|
-
"mongodb-data-service": "0.0.0-next-
|
79
|
+
"mongodb-data-service": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
80
80
|
"mongodb-ns": "^2.4.0",
|
81
81
|
"mongodb-query-parser": "^2.4.6",
|
82
82
|
"nyc": "^15.1.0",
|
@@ -94,15 +94,15 @@
|
|
94
94
|
"xvfb-maybe": "^0.2.1"
|
95
95
|
},
|
96
96
|
"dependencies": {
|
97
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
98
|
-
"@mongodb-js/compass-crud": "0.0.0-next-
|
99
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
100
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
101
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
97
|
+
"@mongodb-js/compass-components": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
98
|
+
"@mongodb-js/compass-crud": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
99
|
+
"@mongodb-js/compass-logging": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
100
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
101
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
102
102
|
"bson": "^4.4.1",
|
103
|
-
"hadron-document": "0.0.0-next-
|
104
|
-
"hadron-react-buttons": "0.0.0-next-
|
105
|
-
"hadron-react-components": "0.0.0-next-
|
103
|
+
"hadron-document": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
104
|
+
"hadron-react-buttons": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
105
|
+
"hadron-react-components": "0.0.0-next-01a3ac56d52443bc859ccdcf7ed301ffbdea7a47",
|
106
106
|
"mongodb-ace-autocompleter": "^1.1.1",
|
107
107
|
"react": "^16.14.0"
|
108
108
|
},
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"type": "git",
|
116
116
|
"url": "https://github.com/mongodb-js/compass.git"
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "01a3ac56d52443bc859ccdcf7ed301ffbdea7a47"
|
119
119
|
}
|