From d1088270bc34d838d1bcefb05b148d3fdd3e6be5 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 18 Apr 2023 17:13:45 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/data/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2307895..c1b1dc2 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.18', + version: '2.0.19', description: 'TypeScript interface for the uptime.link API and modules' } diff --git a/ts/data/index.ts b/ts/data/index.ts index 47b2e7c..014cfde 100644 --- a/ts/data/index.ts +++ b/ts/data/index.ts @@ -1,6 +1,7 @@ export * from './checkcollection.js'; export * from './domainsnapshot.js'; export * from './incident.js'; +export * from './linksnapshot.js'; export * from './property.js'; export * from './search.js'; export * from './status.js';