commandkit 1.0.0-dev.20250515153730 → 1.0.0-dev.20250516094706
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 +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -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.
|
|
5659
|
+
"1.0.0-dev.20250516094706";
|
|
5659
5660
|
}
|
|
5660
5661
|
});
|
|
5661
5662
|
|