@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
@@ -1,12 +0,0 @@
1
- /*!
2
- * mustache.js - Logic-less {{mustache}} templates with JavaScript
3
- * http://github.com/janl/mustache.js
4
- */
5
-
6
- /*! @preserve
7
- * numeral.js
8
- * version : 2.0.6
9
- * author : Adam Draper
10
- * license : MIT
11
- * http://adamwdraper.github.com/Numeral-js/
12
- */