From a6df96fd907feaac4b6e188c110d87172fadc064 Mon Sep 17 00:00:00 2001 From: "sati.ac" Date: Tue, 25 Jul 2023 20:33:54 +0300 Subject: [PATCH] feat(SatiSocket): export SatiSocket --- package.json | 2 +- src/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b7bc0b0..975ee4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sati", - "version": "0.2.0", + "version": "0.2.1", "description": "next generation anti-captcha", "license": "MIT", "repository": { diff --git a/src/index.ts b/src/index.ts index c3398c7..5ffe6c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ export * from './Sati' export * from './SatiError' -export type { Task } from './types' \ No newline at end of file +export type { Task } from './types' +export { SatiSocket } from './SatiSocket'