node-opcua-client-dynamic-extension-object
Advanced tools
Comparing version 2.1.6 to 2.1.8
@@ -146,3 +146,5 @@ "use strict"; | ||
exports.extractNamespaceDataType = extractNamespaceDataType; | ||
function getDataTypeDefinition(session, dataTypeNodeId, extraDataTypeManager) { | ||
function getDataTypeDefinition(session, dataTypeNodeId, | ||
// tslint:disable-next-line: no-shadowed-variable | ||
extraDataTypeManager) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -149,0 +151,0 @@ // DataType |
{ | ||
"name": "node-opcua-client-dynamic-extension-object", | ||
"version": "2.1.6", | ||
"description": "pure nodejs OPCUA SDK - module -extension-object", | ||
"version": "2.1.8", | ||
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object", | ||
"main": "./dist/index.js", | ||
@@ -16,3 +16,3 @@ "types": "./dist/index.d.ts", | ||
"node-opcua-data-model": "^2.1.6", | ||
"node-opcua-data-value": "^2.1.6", | ||
"node-opcua-data-value": "^2.1.8", | ||
"node-opcua-debug": "^2.1.0", | ||
@@ -22,5 +22,5 @@ "node-opcua-extension-object": "^2.1.6", | ||
"node-opcua-nodeid": "^2.1.6", | ||
"node-opcua-pseudo-session": "^2.1.6", | ||
"node-opcua-schemas": "^2.1.6", | ||
"node-opcua-service-browse": "^2.1.6", | ||
"node-opcua-pseudo-session": "^2.1.8", | ||
"node-opcua-schemas": "^2.1.8", | ||
"node-opcua-service-browse": "^2.1.8", | ||
"node-opcua-status-code": "^2.1.6", | ||
@@ -44,3 +44,3 @@ "node-opcua-variant": "^2.1.6" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "c8e1607923cd5bbb4cd916a5d26d9d8e4948df41" | ||
"gitHead": "a9290b68d48927403e853e438ea9bd1bc6ad3f78" | ||
} |
@@ -18,4 +18,4 @@ /** | ||
import { | ||
StructuredTypeSchema, | ||
getStandartDataTypeFactory | ||
getStandartDataTypeFactory, | ||
StructuredTypeSchema | ||
} from "node-opcua-factory"; | ||
@@ -195,2 +195,3 @@ import { | ||
dataTypeNodeId: NodeId, | ||
// tslint:disable-next-line: no-shadowed-variable | ||
extraDataTypeManager: ExtraDataTypeManager | ||
@@ -197,0 +198,0 @@ ): Promise<StructuredTypeSchema> { |
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
62982
962