node-opcua-factory
Advanced tools
Comparing version 2.81.0 to 2.82.0
@@ -165,3 +165,3 @@ "use strict"; | ||
// for instance in DI FetchResultDataType should be abstract but is not | ||
debugLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding"); | ||
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding"); | ||
} | ||
@@ -168,0 +168,0 @@ } |
@@ -193,3 +193,3 @@ "use strict"; | ||
if (!dataTypeFactory.hasStructureByTypeName(schema.baseType)) { | ||
warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name}: fix me !`); | ||
// warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name} and schema is not abstract ! fix me !`); | ||
return undefined; | ||
@@ -196,0 +196,0 @@ } |
@@ -41,2 +41,3 @@ /** | ||
basicDataType?: number; | ||
valueRank?: number; | ||
} | ||
@@ -43,0 +44,0 @@ export declare type Func1<T> = (value: any, field: StructuredTypeField, data: T, args?: any) => void; |
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.81.0", | ||
"version": "2.82.0", | ||
"description": "pure nodejs OPCUA SDK - module -factory", | ||
@@ -20,11 +20,11 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.77.0", | ||
"node-opcua-basic-types": "2.81.0", | ||
"node-opcua-binary-stream": "2.77.0", | ||
"node-opcua-basic-types": "2.82.0", | ||
"node-opcua-binary-stream": "2.82.0", | ||
"node-opcua-constants": "2.77.0", | ||
"node-opcua-debug": "2.77.0", | ||
"node-opcua-enum": "2.77.0", | ||
"node-opcua-debug": "2.82.0", | ||
"node-opcua-enum": "2.82.0", | ||
"node-opcua-guid": "2.81.0", | ||
"node-opcua-nodeid": "2.81.0", | ||
"node-opcua-status-code": "2.77.0", | ||
"node-opcua-utils": "2.77.0" | ||
"node-opcua-nodeid": "2.82.0", | ||
"node-opcua-status-code": "2.82.0", | ||
"node-opcua-utils": "2.82.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "fd89928bc4a4b9f31a6b6e5921f743e8284eba2b" | ||
"gitHead": "2f66e1fe69c825305f94b15ca17cff066aa37496" | ||
} |
@@ -205,3 +205,3 @@ /** | ||
// for instance in DI FetchResultDataType should be abstract but is not | ||
debugLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding"); | ||
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding"); | ||
} | ||
@@ -208,0 +208,0 @@ } |
@@ -104,10 +104,10 @@ /** | ||
"Cannot find Schema for field with name " + | ||
field.name + | ||
" fieldTypeWithoutNS= " + | ||
fieldTypeWithoutNS + | ||
" with type " + | ||
field.fieldType + | ||
" category = " + | ||
category + | ||
JSON.stringify(field, null, "\t") | ||
field.name + | ||
" fieldTypeWithoutNS= " + | ||
fieldTypeWithoutNS + | ||
" with type " + | ||
field.fieldType + | ||
" category = " + | ||
category + | ||
JSON.stringify(field, null, "\t") | ||
); | ||
@@ -131,9 +131,9 @@ } | ||
"expecting a valid schema for field with name " + | ||
fieldLight.name + | ||
" with type " + | ||
fieldLight.fieldType + | ||
" category" + | ||
category + | ||
" at index" + | ||
_index | ||
fieldLight.name + | ||
" with type " + | ||
fieldLight.fieldType + | ||
" category" + | ||
category + | ||
" at index" + | ||
_index | ||
); | ||
@@ -230,9 +230,9 @@ } | ||
" field = " + | ||
f.name.padEnd(30) + | ||
" isArray= " + | ||
(f.isArray ? true : false) + | ||
" " + | ||
f.fieldType.toString().padEnd(30) + | ||
(f.switchBit !== undefined ? " switchBit " + f.switchBit : "") + | ||
(f.switchValue !== undefined ? " switchValue " + f.switchValue : "") | ||
f.name.padEnd(30) + | ||
" isArray= " + | ||
(f.isArray ? true : false) + | ||
" " + | ||
f.fieldType.toString().padEnd(30) + | ||
(f.switchBit !== undefined ? " switchBit " + f.switchBit : "") + | ||
(f.switchValue !== undefined ? " switchValue " + f.switchValue : "") | ||
); | ||
@@ -260,4 +260,5 @@ } | ||
) { | ||
if (!dataTypeFactory.hasStructureByTypeName(schema.baseType)) { | ||
warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name}: fix me !`); | ||
// warningLog(`Cannot find schema for ${schema.baseType} in dataTypeFactory for ${schema.name} and schema is not abstract ! fix me !`); | ||
return undefined; | ||
@@ -264,0 +265,0 @@ } |
@@ -55,2 +55,3 @@ /** | ||
basicDataType?: number; | ||
valueRank?: number; | ||
} | ||
@@ -57,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
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
4629
248904
+ Added@types/lodash@4.14.186(transitive)
+ Addednode-opcua-basic-types@2.82.0(transitive)
+ Addednode-opcua-binary-stream@2.82.0(transitive)
+ Addednode-opcua-buffer-utils@2.82.0(transitive)
+ Addednode-opcua-date-time@2.82.0(transitive)
+ Addednode-opcua-debug@2.82.0(transitive)
+ Addednode-opcua-enum@2.82.0(transitive)
+ Addednode-opcua-nodeid@2.82.0(transitive)
+ Addednode-opcua-status-code@2.82.0(transitive)
+ Addednode-opcua-utils@2.82.0(transitive)
- Removed@types/lodash@4.14.185(transitive)
- Removednode-opcua-basic-types@2.81.0(transitive)
- Removednode-opcua-binary-stream@2.77.0(transitive)
- Removednode-opcua-buffer-utils@2.77.0(transitive)
- Removednode-opcua-date-time@2.77.0(transitive)
- Removednode-opcua-debug@2.77.0(transitive)
- Removednode-opcua-enum@2.77.0(transitive)
- Removednode-opcua-nodeid@2.81.0(transitive)
- Removednode-opcua-status-code@2.77.0(transitive)
- Removednode-opcua-utils@2.77.0(transitive)
Updatednode-opcua-debug@2.82.0
Updatednode-opcua-enum@2.82.0
Updatednode-opcua-nodeid@2.82.0
Updatednode-opcua-utils@2.82.0