node-opcua-client-dynamic-extension-object
Advanced tools
Comparing version 2.112.0 to 2.113.0
@@ -268,2 +268,3 @@ "use strict"; | ||
const dataTypeDefinitionsSorted = sortStructure(dataTypeDefinitions); | ||
// istanbul ignore next | ||
if (doDebug) { | ||
@@ -395,5 +396,3 @@ debugLog("order ", dataTypeDefinitionsSorted.map((a) => a.className + " " + a.dataTypeNodeId).join(" -> ")); | ||
const name = ref.browseName.name.toString(); | ||
if (doDebug) { | ||
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString()); | ||
} | ||
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString()); | ||
// let's verify that constructor is operational | ||
@@ -490,2 +489,3 @@ try { | ||
const result = yield (0, node_opcua_pseudo_session_1.browseAll)(session, nodeToBrowse); | ||
// istanbul ignore next | ||
if (doDebug) { | ||
@@ -522,2 +522,3 @@ debugLog(result.statusCode.toString()); | ||
if (!isDictionaryDeprecated && rawSchema.length > 0) { | ||
// istanbul ignore next | ||
if (doDebug) { | ||
@@ -524,0 +525,0 @@ debugLog("schema", rawSchema); |
{ | ||
"name": "node-opcua-client-dynamic-extension-object", | ||
"version": "2.112.0", | ||
"version": "2.113.0", | ||
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object", | ||
@@ -17,15 +17,15 @@ "main": "./dist/index.js", | ||
"node-opcua-constants": "2.98.1", | ||
"node-opcua-data-model": "2.112.0", | ||
"node-opcua-data-value": "2.112.0", | ||
"node-opcua-debug": "2.110.0", | ||
"node-opcua-extension-object": "2.112.0", | ||
"node-opcua-factory": "2.112.0", | ||
"node-opcua-nodeid": "2.110.0", | ||
"node-opcua-pseudo-session": "2.112.0", | ||
"node-opcua-schemas": "2.112.0", | ||
"node-opcua-service-browse": "2.112.0", | ||
"node-opcua-service-translate-browse-path": "2.112.0", | ||
"node-opcua-data-model": "2.113.0", | ||
"node-opcua-data-value": "2.113.0", | ||
"node-opcua-debug": "2.113.0", | ||
"node-opcua-extension-object": "2.113.0", | ||
"node-opcua-factory": "2.113.0", | ||
"node-opcua-nodeid": "2.113.0", | ||
"node-opcua-pseudo-session": "2.113.0", | ||
"node-opcua-schemas": "2.113.0", | ||
"node-opcua-service-browse": "2.113.0", | ||
"node-opcua-service-translate-browse-path": "2.113.0", | ||
"node-opcua-status-code": "2.110.0", | ||
"node-opcua-types": "2.112.0", | ||
"node-opcua-variant": "2.112.0" | ||
"node-opcua-types": "2.113.0", | ||
"node-opcua-variant": "2.113.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb", | ||
"gitHead": "36db335391fedd39726990a1b37f7768da16466a", | ||
"files": [ | ||
@@ -50,0 +50,0 @@ "dist", |
@@ -309,2 +309,3 @@ /* eslint-disable max-statements */ | ||
const dataTypeDefinitionsSorted = sortStructure(dataTypeDefinitions); | ||
// istanbul ignore next | ||
if (doDebug) { | ||
@@ -479,5 +480,3 @@ debugLog("order ", dataTypeDefinitionsSorted.map((a) => a.className + " " + a.dataTypeNodeId).join(" -> ")); | ||
const name = ref.browseName!.name!.toString(); | ||
if (doDebug) { | ||
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString()); | ||
} | ||
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString()); | ||
// let's verify that constructor is operational | ||
@@ -583,2 +582,3 @@ try { | ||
// istanbul ignore next | ||
if (doDebug) { | ||
@@ -623,2 +623,3 @@ debugLog(result.statusCode.toString()); | ||
if (!isDictionaryDeprecated && rawSchema.length > 0) { | ||
// istanbul ignore next | ||
if (doDebug) { | ||
@@ -625,0 +626,0 @@ debugLog("schema", rawSchema); |
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
266525
4112
+ Addednode-opcua-basic-types@2.113.0(transitive)
+ Addednode-opcua-data-model@2.113.0(transitive)
+ Addednode-opcua-data-value@2.113.0(transitive)
+ Addednode-opcua-date-time@2.113.0(transitive)
+ Addednode-opcua-debug@2.113.0(transitive)
+ Addednode-opcua-extension-object@2.113.0(transitive)
+ Addednode-opcua-factory@2.113.0(transitive)
+ Addednode-opcua-generator@2.113.0(transitive)
+ Addednode-opcua-nodeid@2.113.0(transitive)
+ Addednode-opcua-numeric-range@2.113.0(transitive)
+ Addednode-opcua-pseudo-session@2.113.0(transitive)
+ Addednode-opcua-schemas@2.113.0(transitive)
+ Addednode-opcua-service-browse@2.113.0(transitive)
+ Addednode-opcua-service-call@2.113.0(transitive)
+ Addednode-opcua-service-read@2.113.0(transitive)
+ Addednode-opcua-service-secure-channel@2.113.0(transitive)
+ Addednode-opcua-service-subscription@2.113.0(transitive)
+ Addednode-opcua-service-translate-browse-path@2.113.0(transitive)
+ Addednode-opcua-service-write@2.113.0(transitive)
+ Addednode-opcua-types@2.113.0(transitive)
+ Addednode-opcua-variant@2.113.0(transitive)
+ Addednode-opcua-xml2json@2.113.0(transitive)
- Removednode-opcua-basic-types@2.111.0(transitive)
- Removednode-opcua-data-model@2.112.0(transitive)
- Removednode-opcua-data-value@2.112.0(transitive)
- Removednode-opcua-date-time@2.111.0(transitive)
- Removednode-opcua-debug@2.110.0(transitive)
- Removednode-opcua-extension-object@2.112.0(transitive)
- Removednode-opcua-factory@2.112.0(transitive)
- Removednode-opcua-generator@2.112.0(transitive)
- Removednode-opcua-nodeid@2.110.0(transitive)
- Removednode-opcua-numeric-range@2.112.0(transitive)
- Removednode-opcua-pseudo-session@2.112.0(transitive)
- Removednode-opcua-schemas@2.112.0(transitive)
- Removednode-opcua-service-browse@2.112.0(transitive)
- Removednode-opcua-service-call@2.112.0(transitive)
- Removednode-opcua-service-read@2.112.0(transitive)
- Removednode-opcua-service-secure-channel@2.112.0(transitive)
- Removednode-opcua-service-subscription@2.112.0(transitive)
- Removednode-opcua-service-translate-browse-path@2.112.0(transitive)
- Removednode-opcua-service-write@2.112.0(transitive)
- Removednode-opcua-types@2.112.0(transitive)
- Removednode-opcua-variant@2.112.0(transitive)
- Removednode-opcua-xml2json@2.110.0(transitive)
Updatednode-opcua-debug@2.113.0
Updatednode-opcua-factory@2.113.0
Updatednode-opcua-nodeid@2.113.0
Updatednode-opcua-schemas@2.113.0
Updatednode-opcua-types@2.113.0
Updatednode-opcua-variant@2.113.0