node-opcua-transport
Advanced tools
Comparing version 2.0.0-alpha.12 to 2.0.0-alpha.13
@@ -105,2 +105,3 @@ "use strict"; | ||
*/ | ||
console.log("xxxxx =", errorMessage); | ||
this.emit("error", new Error(errorMessage), this.sequenceHeader ? this.sequenceHeader.requestId : null); | ||
@@ -107,0 +108,0 @@ return false; |
{ | ||
"name": "node-opcua-transport", | ||
"version": "2.0.0-alpha.12", | ||
"version": "2.0.0-alpha.13", | ||
"description": "pure nodejs OPCUA SDK - module -transport", | ||
@@ -15,13 +15,13 @@ "main": "./dist/source/index.js", | ||
"node-opcua-assert": "^2.0.0-alpha.10", | ||
"node-opcua-basic-types": "^2.0.0-alpha.12", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.12", | ||
"node-opcua-basic-types": "^2.0.0-alpha.13", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.13", | ||
"node-opcua-buffer-utils": "^2.0.0-alpha.10", | ||
"node-opcua-chunkmanager": "^2.0.0-alpha.12", | ||
"node-opcua-chunkmanager": "^2.0.0-alpha.13", | ||
"node-opcua-debug": "^2.0.0-alpha.10", | ||
"node-opcua-factory": "^2.0.0-alpha.12", | ||
"node-opcua-nodeid": "^2.0.0-alpha.11", | ||
"node-opcua-factory": "^2.0.0-alpha.13", | ||
"node-opcua-nodeid": "^2.0.0-alpha.13", | ||
"node-opcua-packet-assembler": "^2.0.0-alpha.10", | ||
"node-opcua-status-code": "^2.0.0-alpha.12", | ||
"node-opcua-types": "^2.0.0-alpha.12", | ||
"node-opcua-utils": "^2.0.0-alpha.12", | ||
"node-opcua-status-code": "^2.0.0-alpha.13", | ||
"node-opcua-types": "^2.0.0-alpha.13", | ||
"node-opcua-utils": "^2.0.0-alpha.13", | ||
"underscore": "^1.9.1" | ||
@@ -34,3 +34,3 @@ }, | ||
"node-opcua-debug": "^2.0.0-alpha.5", | ||
"node-opcua-generator": "^2.0.0-alpha.12", | ||
"node-opcua-generator": "^2.0.0-alpha.13", | ||
"should": "13.2.3", | ||
@@ -54,3 +54,3 @@ "sinon": "^7.2.3" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac" | ||
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505" | ||
} |
@@ -146,2 +146,3 @@ /** | ||
*/ | ||
console.log("xxxxx =", errorMessage); | ||
this.emit("error", new Error(errorMessage), this.sequenceHeader ? this.sequenceHeader.requestId : null); | ||
@@ -148,0 +149,0 @@ return false; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235842
3918