Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4c57804da2 | |||
847f3a4f1c |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@uptime.link/interfaces",
|
||||
"version": "2.0.14",
|
||||
"version": "2.0.15",
|
||||
"private": false,
|
||||
"description": "TypeScript interface for the uptime.link API and modules",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -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'
|
||||
}
|
||||
|
@ -7,6 +7,4 @@ export * from './status.js';
|
||||
|
||||
import * as checks from './checks/index.js';
|
||||
|
||||
export {
|
||||
checks
|
||||
}
|
||||
export { checks };
|
||||
|
@ -12,5 +12,5 @@ export interface IReq_PerformDomainSnapshot
|
||||
};
|
||||
response: {
|
||||
domainSnapshot: IDomainSnapshot;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user