commandkit 0.1.11-dev.20250426145509 → 0.1.11-dev.20250501174948

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
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/underctrl-io/commandkit/main/apps/docs/public/ckit_logo.svg" width="60%" />
2
+ <img src="https://raw.githubusercontent.com/underctrl-io/commandkit/main/apps/website/static/img/ckit_logo.svg" width="60%" />
3
3
  <br />
4
4
  <a href="https://ctrl.lol/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
5
5
  <a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/v/commandkit?maxAge=3600" alt="npm version" /></a>
package/dist/index.js CHANGED
@@ -4836,7 +4836,7 @@ var init_EventsRouter = __esm({
4836
4836
  const isNamespace = isRoot && /^\(.+\)$/.test(event);
4837
4837
  const namespace = isNamespace ? event.slice(1, -1) : _namespace ?? null;
4838
4838
  for (const file of files) {
4839
- if (file.name.includes("_")) continue;
4839
+ if (file.name.startsWith("_")) continue;
4840
4840
  if (file.isDirectory()) {
4841
4841
  const nextPath = (0, import_node_path4.join)(path3, file.name);
4842
4842
  await this.scanEvent(file.name, nextPath, namespace, listeners);
@@ -5639,7 +5639,7 @@ var init_version = __esm({
5639
5639
  "use strict";
5640
5640
  init_cjs_shims();
5641
5641
  version = /* @__MACRO__ $version */
5642
- "0.1.11-dev.20250426145509";
5642
+ "0.1.11-dev.20250501174948";
5643
5643
  }
5644
5644
  });
5645
5645