fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-25 00:10:10 +01:00
parent 07fce25dbc
commit 5eb125d63b
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/slack',
version: '3.0.8',
version: '3.0.9',
description: 'slack api abstraction for the mojo.io ecosystem'
}

View File

@ -1,4 +1,4 @@
import * as plugins from './slack.plugins.js';
import * as plugins from './plugins.js';
import { type IMessageOptions } from './classes.slackmessage.js';
export class SlackAccount {

View File

@ -1,4 +1,4 @@
import * as plugins from './slack.plugins.js';
import * as plugins from './plugins.js';
import { SlackAccount } from './classes.slackaccount.js';
export interface IAttachmentField {