fix(core): update
This commit is contained in:
parent
d5d896a91e
commit
847f3a4f1c
@ -39,4 +39,4 @@
|
|||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 1 chrome versions"
|
"last 1 chrome versions"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link/interfaces',
|
name: '@uptime.link/interfaces',
|
||||||
version: '2.0.14',
|
version: '2.0.15',
|
||||||
description: 'TypeScript interface for the uptime.link API and modules'
|
description: 'TypeScript interface for the uptime.link API and modules'
|
||||||
}
|
}
|
||||||
|
@ -25,4 +25,4 @@ export interface IDomainSnapshot {
|
|||||||
serverUrl: string;
|
serverUrl: string;
|
||||||
content: string;
|
content: string;
|
||||||
}[];
|
}[];
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,4 @@ export * from './status.js';
|
|||||||
|
|
||||||
import * as checks from './checks/index.js';
|
import * as checks from './checks/index.js';
|
||||||
|
|
||||||
export {
|
export { checks };
|
||||||
checks
|
|
||||||
}
|
|
||||||
|
@ -12,5 +12,5 @@ export interface IReq_PerformDomainSnapshot
|
|||||||
};
|
};
|
||||||
response: {
|
response: {
|
||||||
domainSnapshot: IDomainSnapshot;
|
domainSnapshot: IDomainSnapshot;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user