Skip to content

Commit c5f44d8

Browse files
committed
chore(opcua-binding): fix file naming inconsistency #1423
1 parent 0692ece commit c5f44d8

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/binding-opcua/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
export * from "./factory";
1717
export * from "./codec";
1818
export * from "./opcua-protocol-client";
19-
export * from "./security_scheme";
19+
export * from "./security-scheme";
2020
// no protocol_client here => get access from factor

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import { Argument, BrowseDescription, BrowseResult, MessageSecurityMode, UserTok
6363
import { isGoodish2, ReferenceTypeIds } from "node-opcua";
6464

6565
import { schemaDataValue } from "./codec";
66-
import { OPCUACAuthenticationScheme, OPCUAChannelSecurityScheme } from "./security_scheme";
66+
import { OPCUACAuthenticationScheme, OPCUAChannelSecurityScheme } from "./security-scheme";
6767
import { CertificateManagerSingleton } from "./certificate-manager-singleton";
6868
import { resolveChannelSecurity, resolvedUserIdentity } from "./opcua-security-resolver";
6969
import { findMostSecureChannel } from "./find-most-secure-channel";

packages/binding-opcua/src/opcua-security-resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
UserTokenType,
2222
} from "node-opcua-client";
2323
import { convertPEMtoDER } from "node-opcua-crypto";
24-
import { OPCUACAuthenticationScheme, OPCUAChannelSecurityScheme } from "./security_scheme";
24+
import { OPCUACAuthenticationScheme, OPCUAChannelSecurityScheme } from "./security-scheme";
2525

2626
export interface OPCUAChannelSecuritySettings {
2727
securityPolicy: SecurityPolicy;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)