@mongodb-js/compass-shell 3.19.0 → 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 -25
  42. package/dist/716.browser.js +0 -1
  43. package/dist/766.browser.js +0 -1741
  44. package/dist/766.browser.js.LICENSE.txt +0 -12
  45. package/dist/766.index.js +0 -1858
  46. package/dist/766.index.js.LICENSE.txt +0 -12
  47. package/dist/925.index.js +0 -1
@@ -0,0 +1,75 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * mustache.js - Logic-less {{mustache}} templates with JavaScript
9
+ * http://github.com/janl/mustache.js
10
+ */
11
+
12
+ /*! @preserve
13
+ * numeral.js
14
+ * version : 2.0.6
15
+ * author : Adam Draper
16
+ * license : MIT
17
+ * http://adamwdraper.github.com/Numeral-js/
18
+ */
19
+
20
+ /**
21
+ * @license React
22
+ * react-is.production.min.js
23
+ *
24
+ * Copyright (c) Facebook, Inc. and its affiliates.
25
+ *
26
+ * This source code is licensed under the MIT license found in the
27
+ * LICENSE file in the root directory of this source tree.
28
+ */
29
+
30
+ /**
31
+ * @license React
32
+ * use-sync-external-store-shim.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */
39
+
40
+ /**
41
+ * @license React
42
+ * use-sync-external-store-shim/with-selector.production.min.js
43
+ *
44
+ * Copyright (c) Facebook, Inc. and its affiliates.
45
+ *
46
+ * This source code is licensed under the MIT license found in the
47
+ * LICENSE file in the root directory of this source tree.
48
+ */
49
+
50
+ /** @license React v0.20.2
51
+ * scheduler.production.min.js
52
+ *
53
+ * Copyright (c) Facebook, Inc. and its affiliates.
54
+ *
55
+ * This source code is licensed under the MIT license found in the
56
+ * LICENSE file in the root directory of this source tree.
57
+ */
58
+
59
+ /** @license React v16.13.1
60
+ * react-is.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /** @license React v17.0.2
69
+ * react-dom.production.min.js
70
+ *
71
+ * Copyright (c) Facebook, Inc. and its affiliates.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE file in the root directory of this source tree.
75
+ */