node-opcua-client-dynamic-extension-object
Advanced tools
Comparing version 2.5.9 to 2.5.10
@@ -210,3 +210,3 @@ "use strict"; | ||
const dataTypeNodeIds = yield _enrichWithDescriptionOf(session, dataTypeDescriptions); | ||
// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure | ||
// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure | ||
const nodesToRead = dataTypeNodeIds.map((nodeId) => ({ | ||
@@ -476,3 +476,3 @@ attributeId: node_opcua_data_model_1.AttributeIds.DataTypeDefinition, nodeId, | ||
if (!(result1.references && result1.references.length === 1)) { | ||
// may be dataTypeNodeId is not a dataType, | ||
// may be dataTypeNodeId is not a dataType, | ||
// let's verify this. | ||
@@ -741,3 +741,3 @@ const nodeClass = yield session.read({ | ||
return __awaiter(this, void 0, void 0, function* () { | ||
// read abstract flag | ||
// read abstract flag | ||
const isAbstractDV = yield session.read({ nodeId: dataTypeNodeId, attributeId: node_opcua_data_model_1.AttributeIds.IsAbstract }); | ||
@@ -744,0 +744,0 @@ schema.dataTypeNodeId = dataTypeNodeId; |
{ | ||
"name": "node-opcua-client-dynamic-extension-object", | ||
"version": "2.5.9", | ||
"version": "2.5.10", | ||
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object", | ||
@@ -16,15 +16,15 @@ "main": "./dist/index.js", | ||
"node-opcua-binary-stream": "^2.5.9", | ||
"node-opcua-data-model": "^2.5.9", | ||
"node-opcua-data-value": "^2.5.9", | ||
"node-opcua-data-model": "^2.5.10", | ||
"node-opcua-data-value": "^2.5.10", | ||
"node-opcua-debug": "^2.5.9", | ||
"node-opcua-extension-object": "^2.5.9", | ||
"node-opcua-factory": "^2.5.9", | ||
"node-opcua-extension-object": "^2.5.10", | ||
"node-opcua-factory": "^2.5.10", | ||
"node-opcua-nodeid": "^2.5.9", | ||
"node-opcua-pseudo-session": "^2.5.9", | ||
"node-opcua-schemas": "^2.5.9", | ||
"node-opcua-service-browse": "^2.5.9", | ||
"node-opcua-service-translate-browse-path": "^2.5.9", | ||
"node-opcua-pseudo-session": "^2.5.10", | ||
"node-opcua-schemas": "^2.5.10", | ||
"node-opcua-service-browse": "^2.5.10", | ||
"node-opcua-service-translate-browse-path": "^2.5.10", | ||
"node-opcua-status-code": "^2.5.9", | ||
"node-opcua-types": "^2.5.9", | ||
"node-opcua-variant": "^2.5.9" | ||
"node-opcua-types": "^2.5.10", | ||
"node-opcua-variant": "^2.5.10" | ||
}, | ||
@@ -46,3 +46,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "3cadd387a1ddb6158b80280e9b61d4432d5be996" | ||
"gitHead": "f83ada4e88fdeedc0710c5a3b75bbd4b44d9ff76" | ||
} |
@@ -293,3 +293,3 @@ // tslint:disable: no-console | ||
// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure | ||
// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure | ||
const nodesToRead: ReadValueIdLike[] = dataTypeNodeIds.map((nodeId: NodeId) => ({ | ||
@@ -622,3 +622,3 @@ attributeId: AttributeIds.DataTypeDefinition, nodeId, | ||
// may be dataTypeNodeId is not a dataType, | ||
// may be dataTypeNodeId is not a dataType, | ||
// let's verify this. | ||
@@ -930,3 +930,3 @@ const nodeClass = await session.read({ | ||
// read abstract flag | ||
// read abstract flag | ||
const isAbstractDV = await session.read({ nodeId: dataTypeNodeId, attributeId: AttributeIds.IsAbstract }); | ||
@@ -933,0 +933,0 @@ schema.dataTypeNodeId = dataTypeNodeId; |
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
133851
Updatednode-opcua-factory@^2.5.10
Updatednode-opcua-schemas@^2.5.10
Updatednode-opcua-types@^2.5.10
Updatednode-opcua-variant@^2.5.10