fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-18 17:13:45 +02:00
parent e7a11c2b54
commit d1088270bc
2 changed files with 2 additions and 1 deletions

View File

@ -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'
}

View File

@ -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';