node-opcua-packet-analyzer
Advanced tools
Comparing version 2.0.0-alpha.11 to 2.0.0-alpha.12
@@ -57,3 +57,3 @@ "use strict"; | ||
// tslint:disable:no-empty | ||
console.log = () => { }; | ||
console.log = (...args) => { }; | ||
} | ||
@@ -60,0 +60,0 @@ try { |
{ | ||
"name": "node-opcua-packet-analyzer", | ||
"version": "2.0.0-alpha.11", | ||
"version": "2.0.0-alpha.12", | ||
"description": "pure nodejs OPCUA SDK - module -packet-analyzer", | ||
@@ -16,8 +16,8 @@ "main": "./dist/source/index.js", | ||
"node-opcua-assert": "^2.0.0-alpha.10", | ||
"node-opcua-basic-types": "^2.0.0-alpha.11", | ||
"node-opcua-binary-stream": "^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-debug": "^2.0.0-alpha.10", | ||
"node-opcua-enum": "^2.0.0-alpha.10", | ||
"node-opcua-factory": "^2.0.0-alpha.11", | ||
"node-opcua-utils": "^2.0.0-alpha.10", | ||
"node-opcua-factory": "^2.0.0-alpha.12", | ||
"node-opcua-utils": "^2.0.0-alpha.12", | ||
"underscore": "^1.9.1" | ||
@@ -42,3 +42,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "bf7ea24732637e662af9b5b63941388e89fd3427" | ||
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac" | ||
} |
@@ -63,3 +63,3 @@ // @ts-check | ||
// tslint:disable:no-empty | ||
console.log = () => {}; | ||
console.log = (...args: any[]) => {}; | ||
} | ||
@@ -66,0 +66,0 @@ |
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
44044