@mongodb-js/compass-shell 3.20.4 → 3.22.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/480.browser.js +1 -1
- package/dist/72.index.js +1 -1
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +17 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +17 -0
- package/dist/src/components/compass-shell/compass-shell.d.ts +1 -1
- package/dist/src/components/compass-shell/compass-shell.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/plugin.d.ts +3 -1
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/stores/store.d.ts +4 -1
- package/dist/src/stores/store.d.ts.map +1 -1
- package/package.json +19 -19
|
@@ -247,8 +247,25 @@
|
|
|
247
247
|
* MIT Licensed
|
|
248
248
|
*/
|
|
249
249
|
|
|
250
|
+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
|
251
|
+
|
|
250
252
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
251
253
|
|
|
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
|
+
|
|
252
269
|
/**
|
|
253
270
|
* @license
|
|
254
271
|
* Lodash <https://lodash.com/>
|