Bump and pin node-opcua to version 2.133.0 in acs-edge
#378
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After quite comprehensive testing, I've discovered that the issue preventing the
acs-edge
from building is thenode-opcua
package.This module seems to depend on node-opcua-crypto package which had a breaking change to its exports in
v4.11.0
.This seems to have effected the following modules:
node-opcua-address-space-base
node-opcua-address-space
node-opcua-certificate-manager
node-opcua-client
node-opcua-common
node-opcua-secure-channel
node-opcua-server
node-opcua-crypto
All of which the node-opcua package depends on.
The last working version of this package seems to be
2.133.0
therefore I have pinned in to that until the upstream issue is resolved.I have created an issue on the libs repo (node-opcua/node-opcua-crypto#61) relating to this.