Skip to content

Commit

Permalink
chore: fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jun 3, 2023
1 parent bf9495d commit 9d5cdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/node-opcua/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export {
NodeClassMask,
AttributeIds,
BrowseDirection,
WriteMask
WriteMask,
DiagnosticInfo
} from "node-opcua-data-model";

// basic_types
Expand All @@ -92,7 +93,6 @@ export * from "node-opcua-service-secure-channel";
export * from "node-opcua-service-translate-browse-path";
export * from "node-opcua-service-query";
export * from "node-opcua-service-node-management";
export { DiagnosticInfo } from "node-opcua-data-model";

// -----------------------------------------------------------------------------
// Nodeset stuff
Expand Down

0 comments on commit 9d5cdb1

Please sign in to comment.