zumito-framework 1.6.0 → 1.6.1

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.
@@ -21,8 +21,8 @@ import { RecursiveObjectMerger } from './services/utilities/RecursiveObjectMerge
21
21
  import { MemberPermissionChecker } from './services/utilities/MemberPermissionChecker.js';
22
22
  import { CommandParser } from './services/CommandParser.js';
23
23
  import { SlashCommandRefresher } from './services/SlashCommandRefresher.js';
24
- import { ErrorHandler } from '@services/handlers/ErrorHandler.js';
25
- import { ErrorType } from '@definitions/ErrorType.js';
24
+ import { ErrorHandler } from './services/handlers/ErrorHandler.js';
25
+ import { ErrorType } from './definitions/ErrorType.js';
26
26
  // import better-logging
27
27
  betterLogging(console);
28
28
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zumito-framework",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Discord.js bot framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",