node-opcua-schemas
Advanced tools
Comparing version 2.37.0 to 2.40.0
@@ -534,2 +534,3 @@ "use strict"; | ||
if (schema.baseType !== "ExtensionObject" | ||
&& schema.baseType !== "OptionSet" | ||
&& schema.baseType !== "DataTypeDescription" | ||
@@ -536,0 +537,0 @@ && schema.baseType !== "DataTypeDefinition" |
@@ -5,3 +5,2 @@ "use strict"; | ||
*/ | ||
// tslint:disable:no-console | ||
// tslint:disable:object-literal-sort-keys | ||
@@ -225,2 +224,7 @@ // tslint:disable:no-empty | ||
} | ||
// sometimes (like in Milo, baseType attribute is not specified) | ||
if (!this.parent.attrs.baseType) { | ||
this.parent.attrs.baseType = "Union"; | ||
this.parent.structuredType.baseType = "Union"; | ||
} | ||
} | ||
@@ -227,0 +231,0 @@ else { |
{ | ||
"name": "node-opcua-schemas", | ||
"version": "2.37.0", | ||
"version": "2.40.0", | ||
"description": "pure nodejs OPCUA SDK - module -schemas", | ||
@@ -14,16 +14,16 @@ "main": "dist/source/index.js", | ||
"node-opcua-assert": "2.37.0", | ||
"node-opcua-binary-stream": "2.37.0", | ||
"node-opcua-data-model": "2.37.0", | ||
"node-opcua-debug": "2.37.0", | ||
"node-opcua-enum": "2.37.0", | ||
"node-opcua-extension-object": "2.37.0", | ||
"node-opcua-factory": "2.37.0", | ||
"node-opcua-nodeid": "2.37.0", | ||
"node-opcua-utils": "2.37.0", | ||
"node-opcua-variant": "2.37.0", | ||
"node-opcua-xml2json": "2.37.0", | ||
"node-opcua-binary-stream": "2.40.0", | ||
"node-opcua-data-model": "2.40.0", | ||
"node-opcua-debug": "2.40.0", | ||
"node-opcua-enum": "2.40.0", | ||
"node-opcua-extension-object": "2.40.0", | ||
"node-opcua-factory": "2.40.0", | ||
"node-opcua-nodeid": "2.40.0", | ||
"node-opcua-utils": "2.40.0", | ||
"node-opcua-variant": "2.40.0", | ||
"node-opcua-xml2json": "2.40.0", | ||
"thenify": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.37.0" | ||
"node-opcua-packet-analyzer": "2.40.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "271015f5027020dc765b9473501935b548fb855c" | ||
"gitHead": "7315be805cf4ec57a575ca4ef1e1949f6d63ca49" | ||
} |
@@ -679,2 +679,3 @@ /** | ||
if (schema.baseType !== "ExtensionObject" | ||
&& schema.baseType !== "OptionSet" | ||
&& schema.baseType !== "DataTypeDescription" | ||
@@ -681,0 +682,0 @@ && schema.baseType !== "DataTypeDefinition" |
/** | ||
* @module node-opcua-schemas | ||
*/ | ||
// tslint:disable:no-console | ||
// tslint:disable:object-literal-sort-keys | ||
@@ -283,2 +282,7 @@ // tslint:disable:no-empty | ||
} | ||
// sometimes (like in Milo, baseType attribute is not specified) | ||
if (!this.parent.attrs.baseType) { | ||
this.parent.attrs.baseType = "Union"; | ||
this.parent.structuredType.baseType = "Union"; | ||
} | ||
} else { | ||
@@ -285,0 +289,0 @@ field.switchBit = structuredType.bitFields ? |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
155409
2563
+ Addednode-opcua-basic-types@2.40.0(transitive)
+ Addednode-opcua-binary-stream@2.40.0(transitive)
+ Addednode-opcua-buffer-utils@2.40.0(transitive)
+ Addednode-opcua-data-model@2.40.0(transitive)
+ Addednode-opcua-date-time@2.40.0(transitive)
+ Addednode-opcua-debug@2.40.0(transitive)
+ Addednode-opcua-enum@2.40.0(transitive)
+ Addednode-opcua-extension-object@2.40.0(transitive)
+ Addednode-opcua-factory@2.40.0(transitive)
+ Addednode-opcua-guid@2.40.0(transitive)
+ Addednode-opcua-nodeid@2.40.0(transitive)
+ Addednode-opcua-status-code@2.40.0(transitive)
+ Addednode-opcua-utils@2.40.0(transitive)
+ Addednode-opcua-variant@2.40.0(transitive)
+ Addednode-opcua-xml2json@2.40.0(transitive)
- Removednode-opcua-basic-types@2.37.0(transitive)
- Removednode-opcua-binary-stream@2.37.0(transitive)
- Removednode-opcua-buffer-utils@2.37.0(transitive)
- Removednode-opcua-data-model@2.37.0(transitive)
- Removednode-opcua-date-time@2.37.0(transitive)
- Removednode-opcua-debug@2.37.0(transitive)
- Removednode-opcua-enum@2.37.0(transitive)
- Removednode-opcua-extension-object@2.37.0(transitive)
- Removednode-opcua-factory@2.37.0(transitive)
- Removednode-opcua-guid@2.37.0(transitive)
- Removednode-opcua-nodeid@2.37.0(transitive)
- Removednode-opcua-status-code@2.37.0(transitive)
- Removednode-opcua-utils@2.37.0(transitive)
- Removednode-opcua-variant@2.37.0(transitive)
- Removednode-opcua-xml2json@2.37.0(transitive)
Updatednode-opcua-data-model@2.40.0
Updatednode-opcua-debug@2.40.0
Updatednode-opcua-enum@2.40.0
Updatednode-opcua-factory@2.40.0
Updatednode-opcua-nodeid@2.40.0
Updatednode-opcua-utils@2.40.0
Updatednode-opcua-variant@2.40.0
Updatednode-opcua-xml2json@2.40.0