@mongodb-js/compass-shell 3.2.0 → 3.3.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 +7573 -10194
- package/lib/2.js +36 -87
- package/lib/index.js +248 -290
- package/package.json +9 -10
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": "3.
|
|
4
|
+
"version": "3.3.0",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Shell Plugin",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@mongodb-js/compass-components": "^1.
|
|
42
|
-
"@mongodb-js/compass-logging": "^1.1.
|
|
41
|
+
"@mongodb-js/compass-components": "^1.3.0",
|
|
42
|
+
"@mongodb-js/compass-logging": "^1.1.1",
|
|
43
43
|
"@mongodb-js/compass-utils": "^0.1.1",
|
|
44
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
|
44
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.2",
|
|
45
45
|
"@mongosh/node-runtime-worker-thread": "^1.6.0",
|
|
46
46
|
"react": "^16.14.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@mongodb-js/compass-components": "^1.
|
|
50
|
-
"@mongodb-js/compass-logging": "^1.1.
|
|
49
|
+
"@mongodb-js/compass-components": "^1.3.0",
|
|
50
|
+
"@mongodb-js/compass-logging": "^1.1.1",
|
|
51
51
|
"@mongodb-js/compass-utils": "^0.1.1",
|
|
52
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
|
52
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.2",
|
|
53
53
|
"@mongosh/node-runtime-worker-thread": "^1.6.0",
|
|
54
54
|
"react": "^16.14.0"
|
|
55
55
|
},
|
|
@@ -62,11 +62,10 @@
|
|
|
62
62
|
"@babel/preset-react": "^7.13.13",
|
|
63
63
|
"@babel/register": "^7.13.16",
|
|
64
64
|
"@hot-loader/react-dom": "^16.9.0",
|
|
65
|
-
"@leafygreen-ui/code": "^12.
|
|
65
|
+
"@leafygreen-ui/code": "^12.1.1",
|
|
66
66
|
"@mongosh/browser-repl": "^1.6.0",
|
|
67
67
|
"@mongosh/logging": "^1.6.0",
|
|
68
68
|
"@mongosh/service-provider-core": "^1.6.0",
|
|
69
|
-
"ace-builds": "^1.4.3",
|
|
70
69
|
"autoprefixer": "^9.4.6",
|
|
71
70
|
"babel-loader": "^8.2.2",
|
|
72
71
|
"chai": "^4.2.0",
|
|
@@ -126,5 +125,5 @@
|
|
|
126
125
|
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
|
|
127
126
|
"email": "compass@mongodb.com"
|
|
128
127
|
},
|
|
129
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
|
|
130
129
|
}
|