fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-19 17:17:57 +02:00
parent 5d7167b24a
commit 3391e0cea3
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/interfaces',
version: '2.0.2',
version: '2.0.3',
description: 'TypeScript interface for the uptime.link API and modules'
}

View File

@ -1,3 +1,3 @@
import * as checkRequests from './requests.checks.js';
export { checkRequests };
export * from './requests.checks.js';
export * from './requests.incidents.js';
export * from './requests.status.js';