@beeblock/svelar 0.4.2 → 0.4.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.
package/README.md CHANGED
@@ -70,6 +70,7 @@ See the [Getting Started guide](https://svelar.dev/docs/getting-started) for a c
70
70
  | **Email Templates** | `svelar/email-templates` | Database-stored templates with variable interpolation |
71
71
  | **Uploads** | `svelar/uploads` | File upload handling with validation (local + S3) |
72
72
  | **Dashboard** | `svelar/dashboard` | Admin dashboard with job/scheduler monitoring and log viewer |
73
+ | **Search** | `svelar/search` | Meilisearch integration with auto-syncing `Searchable` mixin |
73
74
 
74
75
  ## CLI
75
76
 
package/dist/cli/Cli.d.ts CHANGED
@@ -19,5 +19,6 @@ export declare class Cli {
19
19
  */
20
20
  run(argv?: string[]): Promise<void>;
21
21
  private parseArgs;
22
+ private showCommandHelp;
22
23
  private showHelp;
23
24
  }