@mongodb-js/compass-shell 3.22.3 → 3.23.1
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/304.browser.js +42 -112
- package/dist/304.index.js +46 -116
- package/dist/480.browser.js +1 -1
- package/dist/72.index.js +1 -1
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +0 -17
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -17
- package/package.json +24 -24
|
@@ -247,25 +247,8 @@
|
|
|
247
247
|
* MIT Licensed
|
|
248
248
|
*/
|
|
249
249
|
|
|
250
|
-
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
|
251
|
-
|
|
252
250
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
253
251
|
|
|
254
|
-
/**
|
|
255
|
-
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|
|
256
|
-
* CJS and ESM environments.
|
|
257
|
-
*
|
|
258
|
-
* @license
|
|
259
|
-
* Copyright (c) 2016, Contributors
|
|
260
|
-
* SPDX-License-Identifier: ISC
|
|
261
|
-
*/
|
|
262
|
-
|
|
263
|
-
/**
|
|
264
|
-
* @license
|
|
265
|
-
* Copyright (c) 2016, Contributors
|
|
266
|
-
* SPDX-License-Identifier: ISC
|
|
267
|
-
*/
|
|
268
|
-
|
|
269
252
|
/**
|
|
270
253
|
* @license
|
|
271
254
|
* Lodash <https://lodash.com/>
|
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.23.1",
|
|
5
5
|
"description": "Compass Shell Plugin",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "MongoDB Inc",
|
|
@@ -57,37 +57,37 @@
|
|
|
57
57
|
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@mongodb-js/compass-components": "^1.
|
|
61
|
-
"@mongodb-js/compass-logging": "^1.2.
|
|
62
|
-
"@mongodb-js/compass-user-data": "^0.1.
|
|
63
|
-
"@mongodb-js/compass-utils": "^0.
|
|
64
|
-
"@mongosh/node-runtime-worker-thread": "^2.1.
|
|
65
|
-
"compass-preferences-model": "^2.
|
|
66
|
-
"hadron-app-registry": "^9.1.
|
|
67
|
-
"mongodb-data-service": "^22.
|
|
60
|
+
"@mongodb-js/compass-components": "^1.22.1",
|
|
61
|
+
"@mongodb-js/compass-logging": "^1.2.14",
|
|
62
|
+
"@mongodb-js/compass-user-data": "^0.1.17",
|
|
63
|
+
"@mongodb-js/compass-utils": "^0.6.1",
|
|
64
|
+
"@mongosh/node-runtime-worker-thread": "^2.1.5",
|
|
65
|
+
"compass-preferences-model": "^2.18.1",
|
|
66
|
+
"hadron-app-registry": "^9.1.8",
|
|
67
|
+
"mongodb-data-service": "^22.18.1"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@mongodb-js/compass-components": "^1.
|
|
71
|
-
"@mongodb-js/compass-logging": "^1.2.
|
|
72
|
-
"@mongodb-js/compass-user-data": "^0.1.
|
|
73
|
-
"@mongodb-js/compass-utils": "^0.
|
|
74
|
-
"@mongosh/node-runtime-worker-thread": "^2.1.
|
|
75
|
-
"compass-preferences-model": "^2.
|
|
76
|
-
"hadron-app-registry": "^9.1.
|
|
77
|
-
"mongodb-data-service": "^22.
|
|
70
|
+
"@mongodb-js/compass-components": "^1.22.1",
|
|
71
|
+
"@mongodb-js/compass-logging": "^1.2.14",
|
|
72
|
+
"@mongodb-js/compass-user-data": "^0.1.17",
|
|
73
|
+
"@mongodb-js/compass-utils": "^0.6.1",
|
|
74
|
+
"@mongosh/node-runtime-worker-thread": "^2.1.5",
|
|
75
|
+
"compass-preferences-model": "^2.18.1",
|
|
76
|
+
"hadron-app-registry": "^9.1.8",
|
|
77
|
+
"mongodb-data-service": "^22.18.1",
|
|
78
78
|
"react": "^17.0.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@mongodb-js/eslint-config-compass": "^1.0.
|
|
82
|
-
"@mongodb-js/mocha-config-compass": "^1.3.
|
|
81
|
+
"@mongodb-js/eslint-config-compass": "^1.0.17",
|
|
82
|
+
"@mongodb-js/mocha-config-compass": "^1.3.7",
|
|
83
83
|
"@mongodb-js/prettier-config-compass": "^1.0.1",
|
|
84
84
|
"@mongodb-js/tsconfig-compass": "^1.0.3",
|
|
85
|
-
"@mongodb-js/webpack-config-compass": "^1.3.
|
|
86
|
-
"@mongosh/browser-repl": "^2.1.
|
|
87
|
-
"@mongosh/logging": "^2.1.
|
|
85
|
+
"@mongodb-js/webpack-config-compass": "^1.3.5",
|
|
86
|
+
"@mongosh/browser-repl": "^2.1.5",
|
|
87
|
+
"@mongosh/logging": "^2.1.5",
|
|
88
88
|
"chai": "^4.2.0",
|
|
89
89
|
"depcheck": "^1.4.1",
|
|
90
|
-
"electron": "^28.
|
|
90
|
+
"electron": "^28.2.5",
|
|
91
91
|
"electron-mocha": "^12.2.0",
|
|
92
92
|
"enzyme": "^3.11.0",
|
|
93
93
|
"eslint": "^7.25.0",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"redux": "^4.2.1",
|
|
100
100
|
"sinon": "^9.2.3"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "aabc5be9049177a56c831354535e073bf77cb16f"
|
|
103
103
|
}
|