commandkit
Advanced tools
Comparing version
@@ -7,2 +7,8 @@ # Change Log | ||
## [0.0.6] - 2023-07-02 | ||
### Fixed | ||
- Fixed a bug where wrong event names were being registered on Windows. | ||
## [0.0.5] - 2023-07-02 | ||
@@ -9,0 +15,0 @@ |
@@ -18,4 +18,3 @@ "use strict"; | ||
for (const eventFolderPath of eventFolderPaths) { | ||
const eventFolderPathChunks = eventFolderPath.replace('\\', '/').split('/'); | ||
const eventName = eventFolderPathChunks[eventFolderPathChunks.length - 1]; | ||
const eventName = eventFolderPath.replace(/\\/g, '/').split('/').pop(); | ||
const eventFilePaths = (0, get_paths_1.getFilePaths)(eventFolderPath).filter((path) => path.endsWith('.js') || path.endsWith('.ts')); | ||
@@ -22,0 +21,0 @@ const eventObj = { |
{ | ||
"name": "commandkit", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
27827
0.06%614
-0.16%