From 3391e0cea3bdee02ee63093805d00bc28fa01b62 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 19 Jul 2022 17:17:57 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/requests/index.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 313bd34..dcb5057 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' } diff --git a/ts/requests/index.ts b/ts/requests/index.ts index 8d591b9..9b12f52 100644 --- a/ts/requests/index.ts +++ b/ts/requests/index.ts @@ -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';