From 847f3a4f1cda6f244e5daa9cb41de0d3f2698cdc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 17 Apr 2023 13:48:32 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts/data/domainsnapshot.ts | 2 +- ts/data/index.ts | 4 +--- ts/requests/requests.snapshot.ts | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1b7b623..5d15a82 100644 --- a/package.json +++ b/package.json @@ -39,4 +39,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 531e193..0895060 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.14', + version: '2.0.15', description: 'TypeScript interface for the uptime.link API and modules' } diff --git a/ts/data/domainsnapshot.ts b/ts/data/domainsnapshot.ts index 0a99c5a..5a956fc 100644 --- a/ts/data/domainsnapshot.ts +++ b/ts/data/domainsnapshot.ts @@ -25,4 +25,4 @@ export interface IDomainSnapshot { serverUrl: string; content: string; }[]; -} \ No newline at end of file +} diff --git a/ts/data/index.ts b/ts/data/index.ts index d95b71b..47b2e7c 100644 --- a/ts/data/index.ts +++ b/ts/data/index.ts @@ -7,6 +7,4 @@ export * from './status.js'; import * as checks from './checks/index.js'; -export { - checks -} +export { checks }; diff --git a/ts/requests/requests.snapshot.ts b/ts/requests/requests.snapshot.ts index bdc8081..1816c52 100644 --- a/ts/requests/requests.snapshot.ts +++ b/ts/requests/requests.snapshot.ts @@ -12,5 +12,5 @@ export interface IReq_PerformDomainSnapshot }; response: { domainSnapshot: IDomainSnapshot; - } + }; }