fix(core): update
This commit is contained in:
parent
e7a11c2b54
commit
d1088270bc
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link/interfaces',
|
name: '@uptime.link/interfaces',
|
||||||
version: '2.0.18',
|
version: '2.0.19',
|
||||||
description: 'TypeScript interface for the uptime.link API and modules'
|
description: 'TypeScript interface for the uptime.link API and modules'
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
export * from './checkcollection.js';
|
export * from './checkcollection.js';
|
||||||
export * from './domainsnapshot.js';
|
export * from './domainsnapshot.js';
|
||||||
export * from './incident.js';
|
export * from './incident.js';
|
||||||
|
export * from './linksnapshot.js';
|
||||||
export * from './property.js';
|
export * from './property.js';
|
||||||
export * from './search.js';
|
export * from './search.js';
|
||||||
export * from './status.js';
|
export * from './status.js';
|
||||||
|
Loading…
Reference in New Issue
Block a user