chore: update package version and dependencies

This commit is contained in:
Sebastian Rollen
2022-10-22 10:41:03 -04:00
parent 0ad94c4a52
commit c23d9df55e
128 changed files with 7755 additions and 340 deletions

View File

@@ -1,4 +1,4 @@
interface CommandProperties {
export interface CommandProperties {
[key: string]: any;
}
/**
@@ -13,4 +13,3 @@ interface CommandProperties {
*/
export declare function issueCommand(command: string, properties: CommandProperties, message: any): void;
export declare function issue(name: string, message?: string): void;
export {};