@mongodb-js/compass-shell 3.19.1 → 3.20.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.
Files changed (47) hide show
  1. package/dist/304.browser.js +1741 -0
  2. package/dist/304.browser.js.LICENSE.txt +75 -0
  3. package/dist/304.index.js +1858 -0
  4. package/dist/304.index.js.LICENSE.txt +75 -0
  5. package/dist/480.browser.js +1 -0
  6. package/dist/72.index.js +1 -0
  7. package/dist/browser.js +1 -1
  8. package/dist/browser.js.LICENSE.txt +0 -63
  9. package/dist/index.js +1 -1
  10. package/dist/index.js.LICENSE.txt +0 -63
  11. package/dist/src/components/compass-shell/compass-shell.d.ts +58 -0
  12. package/dist/src/components/compass-shell/compass-shell.d.ts.map +1 -0
  13. package/dist/src/components/compass-shell/index.d.ts +4 -0
  14. package/dist/src/components/compass-shell/index.d.ts.map +1 -0
  15. package/dist/src/components/shell-header/index.d.ts +4 -0
  16. package/dist/src/components/shell-header/index.d.ts.map +1 -0
  17. package/dist/src/components/shell-header/shell-header.d.ts +23 -0
  18. package/dist/src/components/shell-header/shell-header.d.ts.map +1 -0
  19. package/dist/src/components/shell-info-modal/index.d.ts +3 -0
  20. package/dist/src/components/shell-info-modal/index.d.ts.map +1 -0
  21. package/dist/src/components/shell-info-modal/keyboard-shortcuts-table.d.ts +3 -0
  22. package/dist/src/components/shell-info-modal/keyboard-shortcuts-table.d.ts.map +1 -0
  23. package/dist/src/components/shell-info-modal/shell-info-modal.d.ts +13 -0
  24. package/dist/src/components/shell-info-modal/shell-info-modal.d.ts.map +1 -0
  25. package/dist/src/index.d.ts +11 -0
  26. package/dist/src/index.d.ts.map +1 -0
  27. package/dist/src/modules/history-storage.d.ts +9 -0
  28. package/dist/src/modules/history-storage.d.ts.map +1 -0
  29. package/dist/src/modules/index.d.ts +10 -0
  30. package/dist/src/modules/index.d.ts.map +1 -0
  31. package/dist/src/modules/runtime.d.ts +35 -0
  32. package/dist/src/modules/runtime.d.ts.map +1 -0
  33. package/dist/src/modules/worker-runtime.d.ts +3 -0
  34. package/dist/src/modules/worker-runtime.d.ts.map +1 -0
  35. package/dist/src/plugin.d.ts +13 -0
  36. package/dist/src/plugin.d.ts.map +1 -0
  37. package/dist/src/stores/index.d.ts +4 -0
  38. package/dist/src/stores/index.d.ts.map +1 -0
  39. package/dist/src/stores/store.d.ts +17 -0
  40. package/dist/src/stores/store.d.ts.map +1 -0
  41. package/package.json +28 -24
  42. package/dist/348.index.js +0 -1858
  43. package/dist/348.index.js.LICENSE.txt +0 -12
  44. package/dist/579.browser.js +0 -1741
  45. package/dist/579.browser.js.LICENSE.txt +0 -12
  46. package/dist/626.browser.js +0 -1
  47. package/dist/949.index.js +0 -1
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
2
  * accepts
9
3
  * Copyright(c) 2014 Jonathan Ong
@@ -263,60 +257,3 @@ object-assign
263
257
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
264
258
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
265
259
  */
266
-
267
- /**
268
- * @license React
269
- * react-is.production.min.js
270
- *
271
- * Copyright (c) Facebook, Inc. and its affiliates.
272
- *
273
- * This source code is licensed under the MIT license found in the
274
- * LICENSE file in the root directory of this source tree.
275
- */
276
-
277
- /**
278
- * @license React
279
- * use-sync-external-store-shim.production.min.js
280
- *
281
- * Copyright (c) Facebook, Inc. and its affiliates.
282
- *
283
- * This source code is licensed under the MIT license found in the
284
- * LICENSE file in the root directory of this source tree.
285
- */
286
-
287
- /**
288
- * @license React
289
- * use-sync-external-store-shim/with-selector.production.min.js
290
- *
291
- * Copyright (c) Facebook, Inc. and its affiliates.
292
- *
293
- * This source code is licensed under the MIT license found in the
294
- * LICENSE file in the root directory of this source tree.
295
- */
296
-
297
- /** @license React v0.20.2
298
- * scheduler.production.min.js
299
- *
300
- * Copyright (c) Facebook, Inc. and its affiliates.
301
- *
302
- * This source code is licensed under the MIT license found in the
303
- * LICENSE file in the root directory of this source tree.
304
- */
305
-
306
- /** @license React v16.13.1
307
- * react-is.production.min.js
308
- *
309
- * Copyright (c) Facebook, Inc. and its affiliates.
310
- *
311
- * This source code is licensed under the MIT license found in the
312
- * LICENSE file in the root directory of this source tree.
313
- */
314
-
315
- /** @license React v17.0.2
316
- * react-dom.production.min.js
317
- *
318
- * Copyright (c) Facebook, Inc. and its affiliates.
319
- *
320
- * This source code is licensed under the MIT license found in the
321
- * LICENSE file in the root directory of this source tree.
322
- */