feat(SatiSocket): export SatiSocket

master
sati.ac 2023-07-25 20:33:54 +03:00
parent 581178f0a9
commit a6df96fd90
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sati",
"version": "0.2.0",
"version": "0.2.1",
"description": "next generation anti-captcha",
"license": "MIT",
"repository": {

View File

@ -1,3 +1,4 @@
export * from './Sati'
export * from './SatiError'
export type { Task } from './types'
export type { Task } from './types'
export { SatiSocket } from './SatiSocket'