node-opcua-factory
Advanced tools
Comparing version 2.105.0 to 2.108.0
@@ -191,3 +191,3 @@ "use strict"; | ||
// for instance in DI FetchResultDataType should be abstract but is not | ||
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding"); | ||
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " does not have binary encoding"); | ||
} | ||
@@ -194,0 +194,0 @@ } |
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.105.0", | ||
"version": "2.108.0", | ||
"description": "pure nodejs OPCUA SDK - module factory", | ||
@@ -20,11 +20,11 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.105.0", | ||
"node-opcua-basic-types": "2.105.0", | ||
"node-opcua-binary-stream": "2.105.0", | ||
"node-opcua-basic-types": "2.108.0", | ||
"node-opcua-binary-stream": "2.108.0", | ||
"node-opcua-constants": "2.98.1", | ||
"node-opcua-debug": "2.105.0", | ||
"node-opcua-enum": "2.105.0", | ||
"node-opcua-debug": "2.108.0", | ||
"node-opcua-enum": "2.108.0", | ||
"node-opcua-guid": "2.98.1", | ||
"node-opcua-nodeid": "2.105.0", | ||
"node-opcua-status-code": "2.105.0", | ||
"node-opcua-utils": "2.105.0" | ||
"node-opcua-nodeid": "2.108.0", | ||
"node-opcua-status-code": "2.108.0", | ||
"node-opcua-utils": "2.108.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "41c30f321debfe92128905d97a52426b9d7f9b9e", | ||
"gitHead": "dc706ceab443d98df06b0d5e808daf998d6c7708", | ||
"files": [ | ||
@@ -49,0 +49,0 @@ "dist", |
@@ -205,3 +205,3 @@ /** | ||
// for instance in DI FetchResultDataType should be abstract but is not | ||
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding"); | ||
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " does not have binary encoding"); | ||
} | ||
@@ -208,0 +208,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
248801
+ Addednode-opcua-basic-types@2.108.0(transitive)
+ Addednode-opcua-binary-stream@2.108.0(transitive)
+ Addednode-opcua-buffer-utils@2.108.0(transitive)
+ Addednode-opcua-date-time@2.108.0(transitive)
+ Addednode-opcua-debug@2.108.0(transitive)
+ Addednode-opcua-enum@2.108.0(transitive)
+ Addednode-opcua-nodeid@2.108.0(transitive)
+ Addednode-opcua-status-code@2.108.0(transitive)
+ Addednode-opcua-utils@2.108.0(transitive)
- Removednode-opcua-basic-types@2.105.0(transitive)
- Removednode-opcua-binary-stream@2.105.0(transitive)
- Removednode-opcua-buffer-utils@2.105.0(transitive)
- Removednode-opcua-date-time@2.105.0(transitive)
- Removednode-opcua-debug@2.105.0(transitive)
- Removednode-opcua-enum@2.105.0(transitive)
- Removednode-opcua-nodeid@2.105.0(transitive)
- Removednode-opcua-status-code@2.105.0(transitive)
- Removednode-opcua-utils@2.105.0(transitive)
Updatednode-opcua-debug@2.108.0
Updatednode-opcua-enum@2.108.0
Updatednode-opcua-nodeid@2.108.0
Updatednode-opcua-utils@2.108.0