@mongodb-js/compass-shell 2.14.0 → 2.18.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 +7501 -0
- package/lib/2.js +2672 -0
- package/lib/index.js +29581 -10345
- package/package.json +27 -23
- package/styles/index.less +0 -1
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongodb-js/compass-shell",
|
|
3
3
|
"productName": "Compass Shell plugin",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.18.0",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Shell Plugin",
|
|
7
7
|
"main": "lib/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
"webpack": "./src/index.js",
|
|
10
|
+
"require": "./lib/index.js"
|
|
11
|
+
},
|
|
8
12
|
"scripts": {
|
|
9
13
|
"prepublishOnly": "npm run compile",
|
|
10
14
|
"clean": "rimraf lib",
|
|
@@ -35,30 +39,29 @@
|
|
|
35
39
|
"unsafe-perm": true
|
|
36
40
|
},
|
|
37
41
|
"engines": {
|
|
38
|
-
"node": ">=
|
|
42
|
+
"node": ">=14.17.5"
|
|
39
43
|
},
|
|
40
44
|
"license": "SSPL",
|
|
41
45
|
"publishConfig": {
|
|
42
46
|
"access": "public"
|
|
43
47
|
},
|
|
44
48
|
"dependencies": {
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@mongosh/
|
|
49
|
-
"@mongosh/node-runtime-worker-thread": "^1.
|
|
50
|
-
"@mongosh/service-provider-core": "^1.
|
|
51
|
-
"hadron-react-buttons": "^5.
|
|
52
|
-
"re-resizable": "^6.9.0"
|
|
49
|
+
"@mongodb-js/compass-logging": "^0.6.0",
|
|
50
|
+
"@mongodb-js/mongodb-redux-common": "^1.7.0",
|
|
51
|
+
"@mongosh/browser-repl": "^1.1.7",
|
|
52
|
+
"@mongosh/logging": "^1.1.7",
|
|
53
|
+
"@mongosh/node-runtime-worker-thread": "^1.1.7",
|
|
54
|
+
"@mongosh/service-provider-core": "^1.1.7",
|
|
55
|
+
"hadron-react-buttons": "^5.6.0"
|
|
53
56
|
},
|
|
54
57
|
"peerDependencies": {
|
|
55
|
-
"@
|
|
56
|
-
"
|
|
58
|
+
"@mongodb-js/compass-components": "^0.8.0",
|
|
59
|
+
"ace-builds": "^1.4.3",
|
|
57
60
|
"hadron-ipc": "*",
|
|
58
61
|
"hadron-react-components": "*",
|
|
59
62
|
"prop-types": "^15.7.2",
|
|
60
63
|
"react": "^16.14.0",
|
|
61
|
-
"react-ace": "^
|
|
64
|
+
"react-ace": "^9.5.0",
|
|
62
65
|
"react-dom": "^16.14.0"
|
|
63
66
|
},
|
|
64
67
|
"devDependencies": {
|
|
@@ -70,6 +73,8 @@
|
|
|
70
73
|
"@babel/preset-react": "^7.13.13",
|
|
71
74
|
"@babel/register": "^7.13.16",
|
|
72
75
|
"@hot-loader/react-dom": "^16.9.0",
|
|
76
|
+
"@mongodb-js/compass-components": "^0.9.0",
|
|
77
|
+
"ace-builds": "^1.4.3",
|
|
73
78
|
"autoprefixer": "^9.4.6",
|
|
74
79
|
"babel-loader": "^8.2.2",
|
|
75
80
|
"chai": "^4.2.0",
|
|
@@ -78,9 +83,8 @@
|
|
|
78
83
|
"core-js": "^3.12.1",
|
|
79
84
|
"cross-env": "^5.0.1",
|
|
80
85
|
"css-loader": "^4.3.0",
|
|
81
|
-
"debug": "^3.0.1",
|
|
82
86
|
"depcheck": "^1.4.1",
|
|
83
|
-
"electron": "^
|
|
87
|
+
"electron": "^13.5.1",
|
|
84
88
|
"electron-devtools-installer": "^3.2.0",
|
|
85
89
|
"electron-rebuild": "^2.3.5",
|
|
86
90
|
"enzyme": "^3.11.0",
|
|
@@ -90,17 +94,17 @@
|
|
|
90
94
|
"eslint-plugin-react": "^7.24.0",
|
|
91
95
|
"file-loader": "^5.1.0",
|
|
92
96
|
"font-awesome": "^4.7.0",
|
|
93
|
-
"hadron-app": "^4.
|
|
94
|
-
"hadron-app-registry": "^8.
|
|
97
|
+
"hadron-app": "^4.17.0",
|
|
98
|
+
"hadron-app-registry": "^8.7.0",
|
|
95
99
|
"html-webpack-plugin": "^3.2.0",
|
|
96
100
|
"ignore-loader": "^0.1.2",
|
|
97
101
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
98
|
-
"jsdom": "^16.
|
|
102
|
+
"jsdom": "^16.7.0",
|
|
99
103
|
"jsdom-global": "^3.0.2",
|
|
100
|
-
"karma": "^
|
|
104
|
+
"karma": "^6.3.4",
|
|
101
105
|
"karma-chai": "^0.1.0",
|
|
102
106
|
"karma-chai-sinon": "^0.1.5",
|
|
103
|
-
"karma-electron": "^
|
|
107
|
+
"karma-electron": "^7.0.0",
|
|
104
108
|
"karma-mocha": "^1.3.0",
|
|
105
109
|
"karma-mocha-reporter": "^2.2.5",
|
|
106
110
|
"karma-sinon": "^1.0.5",
|
|
@@ -111,7 +115,7 @@
|
|
|
111
115
|
"mini-css-extract-plugin": "^0.8.0",
|
|
112
116
|
"mocha": "^5.2.0",
|
|
113
117
|
"mocha-webpack": "^2.0.0-beta.0",
|
|
114
|
-
"mongodb": "^4.
|
|
118
|
+
"mongodb": "^4.2.2",
|
|
115
119
|
"mongodb-reflux-store": "^0.0.1",
|
|
116
120
|
"node-loader": "^0.6.0",
|
|
117
121
|
"nyc": "^13.1.0",
|
|
@@ -119,7 +123,7 @@
|
|
|
119
123
|
"postcss-loader": "^2.1.6",
|
|
120
124
|
"prop-types": "^15.7.2",
|
|
121
125
|
"react": "^16.14.0",
|
|
122
|
-
"react-ace": "^
|
|
126
|
+
"react-ace": "^9.5.0",
|
|
123
127
|
"react-bootstrap": "^0.32.1",
|
|
124
128
|
"react-dom": "^16.14.0",
|
|
125
129
|
"react-hot-loader": "^4.13.0",
|
|
@@ -148,5 +152,5 @@
|
|
|
148
152
|
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
|
|
149
153
|
"email": "compass@mongodb.com"
|
|
150
154
|
},
|
|
151
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "542e3fa07d48435b1a7acc21c96de20562b843b3"
|
|
152
156
|
}
|
package/styles/index.less
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
// TODO: TEMP - remove hardcoded require statement from hadron-style-manager
|