@mongodb-js/compass-aggregations 0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10 → 0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246
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 +34 -0
- package/dist/index.js +1 -1
- package/package.json +18 -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-4216a27cdf41425fff35938bb42040bb93c2d246",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -48,15 +48,16 @@
|
|
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-4216a27cdf41425fff35938bb42040bb93c2d246",
|
52
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
53
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
54
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
55
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
56
56
|
"@testing-library/react": "^12.1.4",
|
57
57
|
"@testing-library/user-event": "^13.5.0",
|
58
58
|
"@types/decomment": "^0.9.2",
|
59
59
|
"@types/lodash.debounce": "^4.0.7",
|
60
|
+
"@types/lodash.isempty": "^4.4.6",
|
60
61
|
"@types/semver": "^7.3.9",
|
61
62
|
"acorn-loose": "^8.0.2",
|
62
63
|
"astring": "^1.7.0",
|
@@ -68,14 +69,14 @@
|
|
68
69
|
"electron": "^15.5.7",
|
69
70
|
"enzyme": "^3.11.0",
|
70
71
|
"eslint": "^7.25.0",
|
71
|
-
"hadron-app-registry": "0.0.0-next-
|
72
|
+
"hadron-app-registry": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
72
73
|
"is-electron-renderer": "^2.0.1",
|
73
74
|
"lodash.debounce": "^4.0.8",
|
74
75
|
"lodash.isempty": "^4.4.0",
|
75
76
|
"lodash.isstring": "^4.0.1",
|
76
77
|
"mocha": "^8.4.0",
|
77
78
|
"mongodb": "^4.10.0",
|
78
|
-
"mongodb-data-service": "0.0.0-next-
|
79
|
+
"mongodb-data-service": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
79
80
|
"mongodb-ns": "^2.4.0",
|
80
81
|
"mongodb-query-parser": "^2.4.6",
|
81
82
|
"nyc": "^15.1.0",
|
@@ -93,15 +94,15 @@
|
|
93
94
|
"xvfb-maybe": "^0.2.1"
|
94
95
|
},
|
95
96
|
"dependencies": {
|
96
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
97
|
-
"@mongodb-js/compass-crud": "0.0.0-next-
|
98
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
99
|
-
"@mongodb-js/explain-plan-helper": "0.0.0-next-
|
100
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
97
|
+
"@mongodb-js/compass-components": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
98
|
+
"@mongodb-js/compass-crud": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
99
|
+
"@mongodb-js/compass-logging": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
100
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
101
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
101
102
|
"bson": "^4.4.1",
|
102
|
-
"hadron-document": "0.0.0-next-
|
103
|
-
"hadron-react-buttons": "0.0.0-next-
|
104
|
-
"hadron-react-components": "0.0.0-next-
|
103
|
+
"hadron-document": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
104
|
+
"hadron-react-buttons": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
105
|
+
"hadron-react-components": "0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246",
|
105
106
|
"mongodb-ace-autocompleter": "^1.1.1",
|
106
107
|
"react": "^16.14.0"
|
107
108
|
},
|
@@ -114,5 +115,5 @@
|
|
114
115
|
"type": "git",
|
115
116
|
"url": "https://github.com/mongodb-js/compass.git"
|
116
117
|
},
|
117
|
-
"gitHead": "
|
118
|
+
"gitHead": "4216a27cdf41425fff35938bb42040bb93c2d246"
|
118
119
|
}
|