fix(deps): Use published threads package (#369)

Use published threads package
This commit is contained in:
Akim
2023-10-25 21:38:44 +07:00
committed by GitHub
parent f9abc6419c
commit a605d757f9
12 changed files with 39 additions and 36 deletions

View File

@ -20,7 +20,7 @@ import {
RunParameters,
} from "@fluencelabs/avm";
import { JSONObject, JSONValue, JSONArray } from "@fluencelabs/interfaces";
import type { Worker as WorkerImplementation } from "threads/master";
import type { Worker as WorkerImplementation } from "@fluencelabs/threads/master";
import { IStartable, CallParameters } from "../util/commonTypes.js";