node-opcua-factory
Advanced tools
Comparing version 2.92.0 to 2.95.0
@@ -187,3 +187,3 @@ "use strict"; | ||
// tslint:disable:no-console | ||
console.log("xxxx cannot find typeEnum", s); | ||
errorLog("xxxx cannot find typeEnum", s); | ||
} | ||
@@ -190,0 +190,0 @@ const convert = (value) => { |
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.92.0", | ||
"version": "2.95.0", | ||
"description": "pure nodejs OPCUA SDK - module -factory", | ||
@@ -45,3 +45,3 @@ "main": "./dist/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6ee0f52395af2c1f4f03518e675dc3f6edb7a455" | ||
"gitHead": "ad7086f9c4cd2ab52922e26cb6782ec6b86f9d20" | ||
} |
@@ -235,3 +235,3 @@ /* eslint-disable prefer-rest-params */ | ||
// tslint:disable:no-console | ||
console.log("xxxx cannot find typeEnum", s); | ||
errorLog("xxxx cannot find typeEnum", s); | ||
} | ||
@@ -238,0 +238,0 @@ const convert = (value: number) => { |
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
248857