@bytespell/shella 0.2.2 → 0.2.3

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 (85) hide show
  1. package/dist/bin/shella-init.js +28 -93
  2. package/dist/bin/shella-init.js.map +1 -1
  3. package/dist/src/api.d.ts.map +1 -1
  4. package/dist/src/api.js +36 -2
  5. package/dist/src/api.js.map +1 -1
  6. package/dist/src/index.d.ts.map +1 -1
  7. package/dist/src/index.js +60 -5
  8. package/dist/src/index.js.map +1 -1
  9. package/dist/src/logger.d.ts.map +1 -1
  10. package/dist/src/logger.js +46 -1
  11. package/dist/src/logger.js.map +1 -1
  12. package/dist/src/plugin-manager.d.ts +22 -1
  13. package/dist/src/plugin-manager.d.ts.map +1 -1
  14. package/dist/src/plugin-manager.js +84 -32
  15. package/dist/src/plugin-manager.js.map +1 -1
  16. package/dist/src/port-allocator.js +1 -1
  17. package/dist/src/port-allocator.js.map +1 -1
  18. package/dist/src/registry.d.ts +15 -1
  19. package/dist/src/registry.d.ts.map +1 -1
  20. package/dist/src/registry.js +29 -0
  21. package/dist/src/registry.js.map +1 -1
  22. package/dist/src/types.d.ts +20 -2
  23. package/dist/src/types.d.ts.map +1 -1
  24. package/dist/src/types.js.map +1 -1
  25. package/dist/src/watcher.d.ts +4 -3
  26. package/dist/src/watcher.d.ts.map +1 -1
  27. package/dist/src/watcher.js +91 -74
  28. package/dist/src/watcher.js.map +1 -1
  29. package/package.json +6 -2
  30. package/bundled-plugins/agent/README.md +0 -3
  31. package/bundled-plugins/agent/components.json +0 -24
  32. package/bundled-plugins/agent/dist/assets/index-BGeDYr6P.css +0 -1
  33. package/bundled-plugins/agent/dist/assets/index-J14lI3Er.js +0 -49
  34. package/bundled-plugins/agent/dist/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2 +0 -0
  35. package/bundled-plugins/agent/dist/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2 +0 -0
  36. package/bundled-plugins/agent/dist/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2 +0 -0
  37. package/bundled-plugins/agent/dist/assets/inter-greek-wght-normal-CkhJZR-_.woff2 +0 -0
  38. package/bundled-plugins/agent/dist/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2 +0 -0
  39. package/bundled-plugins/agent/dist/assets/inter-latin-wght-normal-Dx4kXJAl.woff2 +0 -0
  40. package/bundled-plugins/agent/dist/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2 +0 -0
  41. package/bundled-plugins/agent/dist/index.html +0 -14
  42. package/bundled-plugins/agent/dist/vite.svg +0 -1
  43. package/bundled-plugins/agent/eslint.config.js +0 -23
  44. package/bundled-plugins/agent/index.html +0 -13
  45. package/bundled-plugins/agent/package-lock.json +0 -11034
  46. package/bundled-plugins/agent/package.json +0 -52
  47. package/bundled-plugins/agent/public/vite.svg +0 -1
  48. package/bundled-plugins/agent/server.js +0 -240
  49. package/bundled-plugins/agent/src/App.tsx +0 -586
  50. package/bundled-plugins/agent/src/assets/react.svg +0 -1
  51. package/bundled-plugins/agent/src/components/ui/alert-dialog.tsx +0 -182
  52. package/bundled-plugins/agent/src/components/ui/badge.tsx +0 -45
  53. package/bundled-plugins/agent/src/components/ui/button.tsx +0 -60
  54. package/bundled-plugins/agent/src/components/ui/card.tsx +0 -94
  55. package/bundled-plugins/agent/src/components/ui/combobox.tsx +0 -294
  56. package/bundled-plugins/agent/src/components/ui/dropdown-menu.tsx +0 -253
  57. package/bundled-plugins/agent/src/components/ui/field.tsx +0 -225
  58. package/bundled-plugins/agent/src/components/ui/input-group.tsx +0 -147
  59. package/bundled-plugins/agent/src/components/ui/input.tsx +0 -19
  60. package/bundled-plugins/agent/src/components/ui/label.tsx +0 -24
  61. package/bundled-plugins/agent/src/components/ui/select.tsx +0 -185
  62. package/bundled-plugins/agent/src/components/ui/separator.tsx +0 -26
  63. package/bundled-plugins/agent/src/components/ui/switch.tsx +0 -31
  64. package/bundled-plugins/agent/src/components/ui/textarea.tsx +0 -18
  65. package/bundled-plugins/agent/src/index.css +0 -131
  66. package/bundled-plugins/agent/src/lib/utils.ts +0 -6
  67. package/bundled-plugins/agent/src/main.tsx +0 -11
  68. package/bundled-plugins/agent/tsconfig.app.json +0 -32
  69. package/bundled-plugins/agent/tsconfig.json +0 -13
  70. package/bundled-plugins/agent/tsconfig.node.json +0 -26
  71. package/bundled-plugins/agent/vite.config.ts +0 -14
  72. package/bundled-plugins/terminal/index.html +0 -24
  73. package/bundled-plugins/terminal/package-lock.json +0 -3316
  74. package/bundled-plugins/terminal/package.json +0 -37
  75. package/bundled-plugins/terminal/server.ts +0 -169
  76. package/bundled-plugins/terminal/src/App.tsx +0 -168
  77. package/bundled-plugins/terminal/src/main.tsx +0 -9
  78. package/bundled-plugins/terminal/tsconfig.json +0 -22
  79. package/bundled-plugins/terminal/vite.config.ts +0 -10
  80. package/templates/express/package.json +0 -11
  81. package/templates/express/public/index.html +0 -64
  82. package/templates/express/server.js +0 -37
  83. package/templates/vanilla/package.json +0 -8
  84. package/templates/vanilla/public/index.html +0 -64
  85. package/templates/vanilla/server.js +0 -54

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.