v4.11.0
Minor cleanup on ESM /CJS module export
- use
import * as crypto from "node-opcua-crypto
for nodeJS app only. - use
import * as crypto from "node-opcua-crypto/web
to run in a browser or in nodejs app. (some api with file systems are eluded)
Minor cleanup on ESM /CJS module export
import * as crypto from "node-opcua-crypto
for nodeJS app only.import * as crypto from "node-opcua-crypto/web
to run in a browser or in nodejs app. (some api with file systems are eluded)