node-opcua-generator
Advanced tools
Comparing version 2.142.0 to 2.143.0
@@ -149,3 +149,3 @@ "use strict"; | ||
const dataTypeFactory = new node_opcua_factory_1.DataTypeFactory([(0, node_opcua_factory_1.getStandardDataTypeFactory)()]); | ||
await (0, node_opcua_schemas_1.parseBinaryXSDAsync)(content, idProvider, dataTypeFactory); | ||
await (0, node_opcua_schemas_1.parseBinaryXSD)(content, idProvider, dataTypeFactory); | ||
write(`// tslint:disable:no-this-assignment | ||
@@ -152,0 +152,0 @@ // tslint:disable:max-classes-per-file |
{ | ||
"name": "node-opcua-generator", | ||
"version": "2.142.0", | ||
"version": "2.143.0", | ||
"description": "pure nodejs OPCUA SDK - module generator", | ||
@@ -21,3 +21,3 @@ "main": "./dist/index.js", | ||
"node-opcua-nodeid": "2.139.0", | ||
"node-opcua-schemas": "2.142.0", | ||
"node-opcua-schemas": "2.143.0", | ||
"node-opcua-utils": "2.139.0" | ||
@@ -47,3 +47,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079", | ||
"gitHead": "3bd85d4036f219f6f7e401d54e60afb3592ff1ba", | ||
"files": [ | ||
@@ -50,0 +50,0 @@ "dist", |
@@ -27,3 +27,3 @@ /* eslint-disable max-statements */ | ||
import { NodeId } from "node-opcua-nodeid"; | ||
import { DataTypeAndEncodingId, MapDataTypeAndEncodingIdProvider, parseBinaryXSDAsync } from "node-opcua-schemas"; | ||
import { DataTypeAndEncodingId, MapDataTypeAndEncodingIdProvider, parseBinaryXSD } from "node-opcua-schemas"; | ||
@@ -178,3 +178,3 @@ import { writeStructuredType } from "./factory_code_generator"; | ||
const dataTypeFactory = new DataTypeFactory([getStandardDataTypeFactory()]); | ||
await parseBinaryXSDAsync(content, idProvider, dataTypeFactory); | ||
await parseBinaryXSD(content, idProvider, dataTypeFactory); | ||
@@ -181,0 +181,0 @@ write( |
Sorry, the diff of this file is not supported yet
167515
+ Addednode-opcua-schemas@2.143.0(transitive)
+ Addednode-opcua-xml2json@2.143.0(transitive)
- Removed@types/assert@1.5.11(transitive)
- Removedany-promise@1.3.0(transitive)
- Removedassert@2.1.0(transitive)
- Removedavailable-typed-arrays@1.0.7(transitive)
- Removedcall-bind@1.0.8(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedfor-each@0.3.5(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-arguments@1.2.0(transitive)
- Removedis-callable@1.2.7(transitive)
- Removedis-generator-function@1.1.0(transitive)
- Removedis-nan@1.3.2(transitive)
- Removedis-regex@1.2.1(transitive)
- Removedis-typed-array@1.1.15(transitive)
- Removedltx@3.1.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removednode-opcua-schemas@2.142.0(transitive)
- Removednode-opcua-xml2json@2.142.0(transitive)
- Removedobject-is@1.1.6(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedobject.assign@4.1.7(transitive)
- Removedpossible-typed-array-names@1.1.0(transitive)
- Removedsafe-regex-test@1.1.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedthenify-ex@4.2.0(transitive)
- Removedutil@0.12.5(transitive)
- Removedwhich-typed-array@1.1.18(transitive)
Updatednode-opcua-schemas@2.143.0