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'