commandkit 1.0.0-dev.20250515153730 → 1.0.0-dev.20250517015709

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/dist/index.js CHANGED
@@ -41,9 +41,9 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
41
41
  var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
42
42
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
43
43
 
44
- // ../../node_modules/.pnpm/tsup@8.4.0_@swc+core@1.11.13_@swc+helpers@0.5.15__jiti@2.4.2_postcss@8.5.3_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
44
+ // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.11.24_jiti@2.4.2_postcss@8.5.3_tsx@4.19.4_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
45
45
  var init_cjs_shims = __esm({
46
- "../../node_modules/.pnpm/tsup@8.4.0_@swc+core@1.11.13_@swc+helpers@0.5.15__jiti@2.4.2_postcss@8.5.3_tsx@4.19.2_typescript@5.7.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"() {
46
+ "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.11.24_jiti@2.4.2_postcss@8.5.3_tsx@4.19.4_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"() {
47
47
  "use strict";
48
48
  }
49
49
  });
@@ -4801,6 +4801,7 @@ var init_EventsRouter = __esm({
4801
4801
  const files = await (0, import_promises4.readdir)(path3, { withFileTypes: true });
4802
4802
  const isNamespace = isRoot && /^\(.+\)$/.test(event);
4803
4803
  const namespace = isNamespace ? event.slice(1, -1) : _namespace ?? null;
4804
+ files.sort((a, b) => a.name.localeCompare(b.name));
4804
4805
  for (const file of files) {
4805
4806
  if (file.name.startsWith("_")) continue;
4806
4807
  if (file.isDirectory()) {
@@ -5655,7 +5656,7 @@ var init_version = __esm({
5655
5656
  "use strict";
5656
5657
  init_cjs_shims();
5657
5658
  version = /* @__MACRO__ $version */
5658
- "1.0.0-dev.20250515153730";
5659
+ "1.0.0-dev.20250517015709";
5659
5660
  }
5660
5661
  });
5661
5662