@open-website-status/api
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -13,3 +13,3 @@ import { EventEmitter } from 'typed-event-emitter'; | ||
readonly onJobDelete: (handler: (jobId: string, queryId: string) => unknown) => import("typed-event-emitter").Listener; | ||
readonly socket: SocketIOClient.Socket; | ||
private readonly socket; | ||
constructor(options: APIOptions); | ||
@@ -16,0 +16,0 @@ queryWebsite(data: WebsiteQueryMessage): Promise<Query>; |
{ | ||
"name": "@open-website-status/api", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript API client for Open Website Status", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -26,3 +26,3 @@ import io from 'socket.io-client'; | ||
public readonly socket: SocketIOClient.Socket; | ||
private readonly socket: SocketIOClient.Socket; | ||
@@ -29,0 +29,0 @@ public constructor(options: APIOptions) { |
16275