bare-worker 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/worker-thread.js +1 -1
- package/package.json +2 -2
package/lib/worker-thread.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
const Channel = require('bare-channel')
|
|
3
3
|
const Module = require('bare-module')
|
|
4
4
|
const os = require('bare-os')
|
|
5
|
-
const url = require('
|
|
5
|
+
const url = require('bare-url')
|
|
6
6
|
const MessagePort = require('./message-port')
|
|
7
7
|
const worker = require('..')
|
|
8
8
|
const { Thread } = Bare
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bare-worker",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Higher-level worker threads for JavaScript",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"bare-events": "^2.2.1",
|
|
36
36
|
"bare-module": "^4.0.0",
|
|
37
37
|
"bare-os": "^3.0.1",
|
|
38
|
-
"
|
|
38
|
+
"bare-url": "^2.0.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"brittle": "^3.2.1",
|