@mongodb-js/compass-aggregations 0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5 → 0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e
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 +0 -25
- package/dist/index.js +1 -1
- package/package.json +20 -20
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-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -34,25 +34,25 @@
|
|
34
34
|
},
|
35
35
|
"license": "SSPL",
|
36
36
|
"peerDependencies": {
|
37
|
-
"@mongodb-js/compass-components": "^1.
|
38
|
-
"@mongodb-js/compass-crud": "^13.
|
37
|
+
"@mongodb-js/compass-components": "^1.2.0",
|
38
|
+
"@mongodb-js/compass-crud": "^13.2.0",
|
39
39
|
"@mongodb-js/compass-logging": "^1.1.0",
|
40
40
|
"@mongodb-js/explain-plan-helper": "^1.0.1",
|
41
41
|
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
42
42
|
"bson": "^4.4.1",
|
43
43
|
"hadron-document": "^8.0.1",
|
44
44
|
"hadron-react-buttons": "^6.0.1",
|
45
|
-
"hadron-react-components": "^6.
|
45
|
+
"hadron-react-components": "^6.2.0",
|
46
46
|
"mongodb-ace-autocompleter": "^1.1.1",
|
47
47
|
"react": "^16.14.0"
|
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-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
52
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
53
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
54
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
55
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
98
|
+
"@mongodb-js/compass-crud": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
99
|
+
"@mongodb-js/compass-logging": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
100
|
+
"@mongodb-js/explain-plan-helper": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
101
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
104
|
+
"hadron-react-buttons": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
105
|
+
"hadron-react-components": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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": "e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e"
|
119
119
|
}
|