@mongodb-js/compass-shell 2.26.0 → 3.0.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/lib/1.js +49901 -18119
- package/lib/2.js +26 -25
- package/lib/index.js +14182 -17942
- package/package.json +23 -27
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongodb-js/compass-shell",
|
|
3
3
|
"productName": "Compass Shell plugin",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Shell Plugin",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"test-cov": "echo",
|
|
26
26
|
"check": "npm run lint && npm run depcheck",
|
|
27
27
|
"lint": "eslint \"./src/**/*.{js,jsx}\" \"./test/**/*.js\" \"./electron/**/*.js\" \"./config/**/*.{js,jsx}\"",
|
|
28
|
-
"depcheck": "depcheck",
|
|
28
|
+
"depcheck": "compass-scripts check-peer-deps && depcheck",
|
|
29
29
|
"bootstrap": "npm run compile"
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
@@ -35,31 +35,23 @@
|
|
|
35
35
|
"config": {
|
|
36
36
|
"unsafe-perm": true
|
|
37
37
|
},
|
|
38
|
-
"engines": {
|
|
39
|
-
"node": ">=14.17.5"
|
|
40
|
-
},
|
|
41
38
|
"license": "SSPL",
|
|
42
39
|
"publishConfig": {
|
|
43
40
|
"access": "public"
|
|
44
41
|
},
|
|
45
42
|
"dependencies": {
|
|
46
|
-
"@
|
|
47
|
-
"@mongodb-js/compass-logging": "^0.
|
|
48
|
-
"@mongodb-js/mongodb-redux-common": "^
|
|
49
|
-
"@mongosh/
|
|
50
|
-
"
|
|
51
|
-
"@mongosh/node-runtime-worker-thread": "^1.5.0",
|
|
52
|
-
"@mongosh/service-provider-core": "^1.5.0"
|
|
43
|
+
"@mongodb-js/compass-components": "^1.0.0",
|
|
44
|
+
"@mongodb-js/compass-logging": "^1.0.0",
|
|
45
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.0",
|
|
46
|
+
"@mongosh/node-runtime-worker-thread": "^1.5.4",
|
|
47
|
+
"react": "^16.14.0"
|
|
53
48
|
},
|
|
54
49
|
"peerDependencies": {
|
|
55
|
-
"@mongodb-js/compass-components": "^0.
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"react": "^16.14.0",
|
|
61
|
-
"react-ace": "^9.5.0",
|
|
62
|
-
"react-dom": "^16.14.0"
|
|
50
|
+
"@mongodb-js/compass-components": "^1.0.0",
|
|
51
|
+
"@mongodb-js/compass-logging": "^1.0.0",
|
|
52
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.0",
|
|
53
|
+
"@mongosh/node-runtime-worker-thread": "^1.5.4",
|
|
54
|
+
"react": "^16.14.0"
|
|
63
55
|
},
|
|
64
56
|
"devDependencies": {
|
|
65
57
|
"@babel/cli": "^7.14.3",
|
|
@@ -69,8 +61,12 @@
|
|
|
69
61
|
"@babel/preset-env": "^7.14.2",
|
|
70
62
|
"@babel/preset-react": "^7.13.13",
|
|
71
63
|
"@babel/register": "^7.13.16",
|
|
64
|
+
"@electron/remote": "^2.0.8",
|
|
72
65
|
"@hot-loader/react-dom": "^16.9.0",
|
|
73
|
-
"@
|
|
66
|
+
"@leafygreen-ui/code": "^9.4.0",
|
|
67
|
+
"@mongosh/browser-repl": "^1.5.4",
|
|
68
|
+
"@mongosh/logging": "^1.5.4",
|
|
69
|
+
"@mongosh/service-provider-core": "^1.5.4",
|
|
74
70
|
"ace-builds": "^1.4.3",
|
|
75
71
|
"autoprefixer": "^9.4.6",
|
|
76
72
|
"babel-loader": "^8.2.2",
|
|
@@ -79,7 +75,7 @@
|
|
|
79
75
|
"core-js": "^3.12.1",
|
|
80
76
|
"cross-env": "^5.0.1",
|
|
81
77
|
"depcheck": "^1.4.1",
|
|
82
|
-
"electron": "^
|
|
78
|
+
"electron": "^15.5.7",
|
|
83
79
|
"electron-devtools-installer": "^3.2.0",
|
|
84
80
|
"enzyme": "^3.11.0",
|
|
85
81
|
"enzyme-adapter-react-16": "^1.15.2",
|
|
@@ -88,8 +84,9 @@
|
|
|
88
84
|
"eslint-plugin-react": "^7.24.0",
|
|
89
85
|
"file-loader": "^5.1.0",
|
|
90
86
|
"font-awesome": "^4.7.0",
|
|
91
|
-
"hadron-app": "^
|
|
92
|
-
"hadron-app-registry": "^
|
|
87
|
+
"hadron-app": "^5.0.0",
|
|
88
|
+
"hadron-app-registry": "^9.0.0",
|
|
89
|
+
"hadron-ipc": "^3.0.0",
|
|
93
90
|
"html-webpack-plugin": "^3.2.0",
|
|
94
91
|
"ignore-loader": "^0.1.2",
|
|
95
92
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
@@ -106,13 +103,12 @@
|
|
|
106
103
|
"karma-webpack": "^4.0.2",
|
|
107
104
|
"mocha": "^5.2.0",
|
|
108
105
|
"mocha-webpack": "^2.0.0-beta.0",
|
|
109
|
-
"mongodb": "^4.
|
|
106
|
+
"mongodb": "^4.8.1",
|
|
110
107
|
"mongodb-reflux-store": "^0.0.1",
|
|
111
108
|
"node-loader": "^0.6.0",
|
|
112
109
|
"nyc": "^13.1.0",
|
|
113
110
|
"peer-deps-externals-webpack-plugin": "^1.0.4",
|
|
114
111
|
"prop-types": "^15.7.2",
|
|
115
|
-
"react": "^16.14.0",
|
|
116
112
|
"react-ace": "^9.5.0",
|
|
117
113
|
"react-dom": "^16.14.0",
|
|
118
114
|
"react-hot-loader": "^4.13.0",
|
|
@@ -140,5 +136,5 @@
|
|
|
140
136
|
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
|
|
141
137
|
"email": "compass@mongodb.com"
|
|
142
138
|
},
|
|
143
|
-
"gitHead": "
|
|
139
|
+
"gitHead": "a30734888ab496a07d58e26870e5e33b374e98f7"
|
|
144
140
|
}
|