mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-19 19:11:21 +00:00
fix(deps): Use published threads package (#369)
Use published threads package
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Worker } from "threads/master";
|
||||
import { Worker } from "@fluencelabs/threads/master";
|
||||
|
||||
export type VersionedPackage = { name: string; version: string };
|
||||
export type GetWorker = (
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { BlobWorker } from "threads/master";
|
||||
import { BlobWorker } from "@fluencelabs/threads/master";
|
||||
|
||||
import { fetchResource } from "../fetchers/browser.js";
|
||||
import type { GetWorker, VersionedPackage } from "../types.js";
|
||||
|
@ -18,7 +18,7 @@ import { createRequire } from "module";
|
||||
import { dirname, relative } from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
|
||||
import { Worker } from "threads/master";
|
||||
import { Worker } from "@fluencelabs/threads/master";
|
||||
|
||||
import type { GetWorker, VersionedPackage } from "../types.js";
|
||||
|
||||
|
Reference in New Issue
Block a user