node-opcua-factory
Advanced tools
Comparing version 2.120.0 to 2.121.0
@@ -163,2 +163,5 @@ "use strict"; | ||
this._registerFactory(dataTypeNodeId, className, classConstructor, classConstructor.schema); | ||
if (classConstructor.schema.isAbstract) { | ||
return; | ||
} | ||
if (classConstructor.encodingDefaultBinary && classConstructor.encodingDefaultBinary.value !== 0) { | ||
@@ -165,0 +168,0 @@ this.associateWithBinaryEncoding(className, classConstructor.encodingDefaultBinary); |
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.120.0", | ||
"version": "2.121.0", | ||
"description": "pure nodejs OPCUA SDK - module factory", | ||
@@ -20,10 +20,10 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.120.0", | ||
"node-opcua-basic-types": "2.121.0", | ||
"node-opcua-binary-stream": "2.120.0", | ||
"node-opcua-constants": "2.120.0", | ||
"node-opcua-debug": "2.120.0", | ||
"node-opcua-constants": "2.121.0", | ||
"node-opcua-debug": "2.121.0", | ||
"node-opcua-enum": "2.120.0", | ||
"node-opcua-guid": "2.120.0", | ||
"node-opcua-nodeid": "2.120.0", | ||
"node-opcua-status-code": "2.120.0", | ||
"node-opcua-nodeid": "2.121.0", | ||
"node-opcua-status-code": "2.121.0", | ||
"node-opcua-utils": "2.120.0" | ||
@@ -46,3 +46,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983", | ||
"gitHead": "ba93a78eda343ecc0cc20476837347f6dfa259e0", | ||
"files": [ | ||
@@ -49,0 +49,0 @@ "dist", |
@@ -201,2 +201,7 @@ /** | ||
this._registerFactory(dataTypeNodeId, className, classConstructor, classConstructor.schema); | ||
if (classConstructor.schema.isAbstract) { | ||
return; | ||
} | ||
if (classConstructor.encodingDefaultBinary && classConstructor.encodingDefaultBinary.value !== 0) { | ||
@@ -203,0 +208,0 @@ this.associateWithBinaryEncoding(className, classConstructor.encodingDefaultBinary); |
Sorry, the diff of this file is not supported yet
250324
4668
+ Addednode-opcua-basic-types@2.121.0(transitive)
+ Addednode-opcua-constants@2.121.0(transitive)
+ Addednode-opcua-date-time@2.121.0(transitive)
+ Addednode-opcua-debug@2.121.0(transitive)
+ Addednode-opcua-nodeid@2.121.0(transitive)
+ Addednode-opcua-status-code@2.121.0(transitive)
- Removednode-opcua-basic-types@2.120.0(transitive)
- Removednode-opcua-constants@2.120.0(transitive)
- Removednode-opcua-date-time@2.120.0(transitive)
- Removednode-opcua-debug@2.120.0(transitive)
- Removednode-opcua-nodeid@2.120.0(transitive)
- Removednode-opcua-status-code@2.120.0(transitive)
Updatednode-opcua-constants@2.121.0
Updatednode-opcua-debug@2.121.0
Updatednode-opcua-nodeid@2.121.0