Skip to content

Commit eb49847

Browse files
chore: add import for Node 18
1 parent f6d2966 commit eb49847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/binding-opcua/src/opcua-protocol-client.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import { Subscription } from "rxjs/Subscription";
1717
import { promisify } from "util";
1818
import { Readable } from "stream";
19+
import URL from "url";
1920

2021
import { ProtocolClient, Content, ContentSerdes, Form, SecurityScheme, createLoggers } from "@node-wot/core";
2122

0 commit comments

Comments
 (0)