@mongodb-js/compass-shell 3.7.0 → 3.8.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/dist/508.index.js +12 -0
- package/dist/{945.browser.js → 716.browser.js} +2 -2
- package/dist/766.browser.js +38 -192
- package/dist/766.index.js +1765 -0
- package/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +20 -20
- package/dist/281.index.js +0 -1919
- package/dist/996.index.js +0 -12
- /package/dist/{281.index.js.LICENSE.txt → 766.index.js.LICENSE.txt} +0 -0
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.8.0",
|
|
5
5
|
"description": "Compass Shell Plugin",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "MongoDB Inc",
|
|
@@ -48,35 +48,35 @@
|
|
|
48
48
|
"check-ci": "npm run check",
|
|
49
49
|
"test": "mocha",
|
|
50
50
|
"test-electron": "xvfb-maybe electron-mocha --no-sandbox",
|
|
51
|
-
"test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
|
|
51
|
+
"test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
|
|
52
52
|
"test-watch": "npm run test -- --watch",
|
|
53
53
|
"test-ci": "npm run test-cov",
|
|
54
54
|
"test-ci-electron": "echo \"TODO(COMPASS-5555): These tests are broken and disabled for now\"",
|
|
55
55
|
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@mongodb-js/compass-components": "^1.
|
|
59
|
-
"@mongodb-js/compass-logging": "^1.1.
|
|
60
|
-
"@mongodb-js/compass-utils": "^0.
|
|
61
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
|
58
|
+
"@mongodb-js/compass-components": "^1.8.0",
|
|
59
|
+
"@mongodb-js/compass-logging": "^1.1.5",
|
|
60
|
+
"@mongodb-js/compass-utils": "^0.3.0",
|
|
61
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.7",
|
|
62
62
|
"@mongosh/node-runtime-worker-thread": "^1.8.0",
|
|
63
|
-
"compass-preferences-model": "^2.
|
|
63
|
+
"compass-preferences-model": "^2.8.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@mongodb-js/compass-components": "^1.
|
|
67
|
-
"@mongodb-js/compass-logging": "^1.1.
|
|
68
|
-
"@mongodb-js/compass-utils": "^0.
|
|
69
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
|
66
|
+
"@mongodb-js/compass-components": "^1.8.0",
|
|
67
|
+
"@mongodb-js/compass-logging": "^1.1.5",
|
|
68
|
+
"@mongodb-js/compass-utils": "^0.3.0",
|
|
69
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.7",
|
|
70
70
|
"@mongosh/node-runtime-worker-thread": "^1.8.0",
|
|
71
|
-
"compass-preferences-model": "^2.
|
|
71
|
+
"compass-preferences-model": "^2.8.0",
|
|
72
72
|
"react": "^17.0.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@mongodb-js/eslint-config-compass": "^1.0.
|
|
76
|
-
"@mongodb-js/mocha-config-compass": "^1.1.
|
|
75
|
+
"@mongodb-js/eslint-config-compass": "^1.0.5",
|
|
76
|
+
"@mongodb-js/mocha-config-compass": "^1.1.1",
|
|
77
77
|
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
|
78
|
-
"@mongodb-js/tsconfig-compass": "^1.0.
|
|
79
|
-
"@mongodb-js/webpack-config-compass": "^1.0.
|
|
78
|
+
"@mongodb-js/tsconfig-compass": "^1.0.2",
|
|
79
|
+
"@mongodb-js/webpack-config-compass": "^1.0.8",
|
|
80
80
|
"@mongosh/browser-repl": "^1.8.0",
|
|
81
81
|
"@mongosh/logging": "^1.8.0",
|
|
82
82
|
"chai": "^4.2.0",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"electron": "^22.0.2",
|
|
85
85
|
"enzyme": "^3.11.0",
|
|
86
86
|
"eslint": "^7.25.0",
|
|
87
|
-
"hadron-app-registry": "9.0.
|
|
88
|
-
"hadron-ipc": "^3.1.
|
|
89
|
-
"mocha": "^
|
|
87
|
+
"hadron-app-registry": "9.0.6",
|
|
88
|
+
"hadron-ipc": "^3.1.2",
|
|
89
|
+
"mocha": "^10.2.0",
|
|
90
90
|
"nyc": "^15.1.0",
|
|
91
91
|
"prop-types": "^15.7.2",
|
|
92
92
|
"react-dom": "^17.0.2",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"rimraf": "^3.0.2",
|
|
96
96
|
"sinon": "^9.2.3"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "e4f2643a437ce2407657a63246e303d13ce8297b"
|
|
99
99
|
}
|