Skip to content

Commit 0aab499

Browse files
committed
Add diagnostics channel support
1 parent a9d470e commit 0aab499

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

imports.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@
3131
"bare": "bare-worker",
3232
"default": "worker_threads"
3333
},
34-
35-
"node:events": {
36-
"bare": "bare-events",
37-
"default": "node:events"
34+
"node:diagnostics_channel": {
35+
"bare": "bare-diagnostics-channel",
36+
"default": "node:diagnostics_channel"
3837
},
3938
"node:os": {
4039
"bare": "bare-os",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"dependencies": {
3131
"bare-assert": "^1.1.0",
3232
"bare-buffer": "^3.3.1",
33+
"bare-diagnostics-channel": "^1.1.0",
3334
"bare-fs": "^4.3.3",
3435
"bare-module": "^5.0.3",
3536
"bare-os": "^3.6.2",

0 commit comments

Comments
 (0)