node-opcua-generator
Advanced tools
@@ -142,3 +142,3 @@ "use strict"; | ||
}; | ||
const dataTypeFactory = new node_opcua_factory_1.DataTypeFactory([node_opcua_factory_1.getStandartDataTypeFactory()]); | ||
const dataTypeFactory = new node_opcua_factory_1.DataTypeFactory([node_opcua_factory_1.getStandardDataTypeFactory()]); | ||
yield node_opcua_schemas_1.parseBinaryXSDAsync(content, idProvider, dataTypeFactory); | ||
@@ -145,0 +145,0 @@ write(`// tslint:disable:no-this-assignment |
{ | ||
"name": "node-opcua-generator", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"description": "pure nodejs OPCUA SDK - module -generator", | ||
@@ -21,7 +21,7 @@ "main": "./dist/index.js", | ||
"node-opcua-enum": "^2.6.1", | ||
"node-opcua-factory": "^2.6.1", | ||
"node-opcua-factory": "^2.6.5", | ||
"node-opcua-guid": "^2.6.1", | ||
"node-opcua-nodeid": "^2.6.1", | ||
"node-opcua-numeric-range": "^2.6.1", | ||
"node-opcua-schemas": "^2.6.4", | ||
"node-opcua-numeric-range": "^2.6.5", | ||
"node-opcua-schemas": "^2.6.5", | ||
"node-opcua-status-code": "^2.6.1", | ||
@@ -37,4 +37,4 @@ "node-opcua-utils": "^2.6.1", | ||
"node-opcua-binary-stream": "^2.6.1", | ||
"node-opcua-extension-object": "^2.6.1", | ||
"node-opcua-packet-analyzer": "^2.6.1", | ||
"node-opcua-extension-object": "^2.6.5", | ||
"node-opcua-packet-analyzer": "^2.6.5", | ||
"should": "^13.2.3", | ||
@@ -58,3 +58,3 @@ "source-map-support": "^0.5.19" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "0d168bdc8351bbaf7ff9e60e21d459e8c4bdfeca" | ||
"gitHead": "e5e38142a719ebe22afb9617dce34b985d407d9b" | ||
} |
@@ -23,3 +23,3 @@ /* istanbul ignore file */ | ||
FieldCategory, | ||
getStandartDataTypeFactory, | ||
getStandardDataTypeFactory, | ||
StructuredTypeSchema, | ||
@@ -183,3 +183,3 @@ DataTypeFactory, | ||
const dataTypeFactory = new DataTypeFactory([getStandartDataTypeFactory()]); | ||
const dataTypeFactory = new DataTypeFactory([getStandardDataTypeFactory()]); | ||
await parseBinaryXSDAsync(content, idProvider, dataTypeFactory); | ||
@@ -186,0 +186,0 @@ |