@bytespell/shella 0.2.2 → 0.2.4

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 +5 -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
@@ -1,14 +0,0 @@
1
- <!doctype html>
2
- <html lang="en" class="dark">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>vite-app</title>
8
- <script type="module" crossorigin src="/assets/index-J14lI3Er.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-BGeDYr6P.css">
10
- </head>
11
- <body>
12
- <div id="root"></div>
13
- </body>
14
- </html>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
@@ -1,23 +0,0 @@
1
- import js from '@eslint/js'
2
- import globals from 'globals'
3
- import reactHooks from 'eslint-plugin-react-hooks'
4
- import reactRefresh from 'eslint-plugin-react-refresh'
5
- import tseslint from 'typescript-eslint'
6
- import { defineConfig, globalIgnores } from 'eslint/config'
7
-
8
- export default defineConfig([
9
- globalIgnores(['dist']),
10
- {
11
- files: ['**/*.{ts,tsx}'],
12
- extends: [
13
- js.configs.recommended,
14
- tseslint.configs.recommended,
15
- reactHooks.configs.flat.recommended,
16
- reactRefresh.configs.vite,
17
- ],
18
- languageOptions: {
19
- ecmaVersion: 2020,
20
- globals: globals.browser,
21
- },
22
- },
23
- ])
@@ -1,13 +0,0 @@
1
- <!doctype html>
2
- <html lang="en" class="dark">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>vite-app</title>
8
- </head>
9
- <body>
10
- <div id="root"></div>
11
- <script type="module" src="/src/main.tsx"></script>
12
- </body>
13
- </html>