Skip to content

Commit

Permalink
Merge pull request #1019 from node-opcua/FixIssue1012
Browse files Browse the repository at this point in the history
fix: OPCUA peerDepencencies issue by adding missing package
  • Loading branch information
relu91 authored Jun 13, 2023
2 parents 44f68f8 + 9447196 commit c080060
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/binding-opcua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,30 @@
"@node-wot/td-tools": "0.8.7",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"node-opcua": "2.77.0",
"node-opcua-address-space": "2.77.0",
"node-opcua-basic-types": "2.77.0",
"node-opcua-binary-stream": "2.77.0",
"node-opcua-buffer-utils": "2.77.0",
"node-opcua-client": "2.77.0",
"node-opcua-constants": "2.77.0",
"node-opcua-data-model": "2.77.0",
"node-opcua-data-value": "2.77.0",
"node-opcua-date-time": "2.77.0",
"node-opcua-debug": "2.77.0",
"node-opcua-extension-object": "2.77.0",
"node-opcua-factory": "2.77.0",
"node-opcua-json": "0.19.1",
"node-opcua-nodeid": "2.77.0",
"node-opcua-numeric-range": "2.77.0",
"node-opcua-pseudo-session": "2.77.0",
"node-opcua-pubsub-client": "0.19.1",
"node-opcua-service-browse": "2.77.0",
"node-opcua-service-translate-browse-path": "2.77.0",
"node-opcua-status-code": "2.77.0",
"node-opcua-types": "2.77.0",
"node-opcua-variant": "2.77.0"
"node-opcua-variant": "2.77.0",
"node-opcua": "2.77.0",
"rxjs": "5.5.11"
},
"scripts": {
"build": "tsc -b",
Expand Down

0 comments on commit c080060

Please sign in to comment.