node-opcua-client-dynamic-extension-object
Advanced tools
Comparing version 2.8.1 to 2.9.0
@@ -822,11 +822,9 @@ "use strict"; | ||
if (dataTypeNodeId.value === 0) { | ||
const category = node_opcua_factory_1.FieldCategory.basic; | ||
const schema = dataTypeFactory.getSimpleType("Variant"); | ||
const v2 = { | ||
category, | ||
const v3 = { | ||
category: node_opcua_factory_1.FieldCategory.basic, | ||
fieldTypeName: "Variant", | ||
schema | ||
schema: dataTypeFactory.getSimpleType("Variant") | ||
}; | ||
cache[key] = v2; | ||
return v2; | ||
cache[key] = v3; | ||
return v3; | ||
} | ||
@@ -833,0 +831,0 @@ const fieldTypeName = yield readBrowseName(session, dataTypeNodeId); |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ /** |
{ | ||
"name": "node-opcua-client-dynamic-extension-object", | ||
"version": "2.8.1", | ||
"version": "2.9.0", | ||
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object", | ||
@@ -16,15 +16,15 @@ "main": "./dist/index.js", | ||
"node-opcua-binary-stream": "^2.8.1", | ||
"node-opcua-data-model": "^2.8.1", | ||
"node-opcua-data-value": "^2.8.1", | ||
"node-opcua-data-model": "^2.9.0", | ||
"node-opcua-data-value": "^2.9.0", | ||
"node-opcua-debug": "^2.8.1", | ||
"node-opcua-extension-object": "^2.8.1", | ||
"node-opcua-factory": "^2.8.1", | ||
"node-opcua-nodeid": "^2.8.1", | ||
"node-opcua-pseudo-session": "^2.8.1", | ||
"node-opcua-schemas": "^2.8.1", | ||
"node-opcua-service-browse": "^2.8.1", | ||
"node-opcua-service-translate-browse-path": "^2.8.1", | ||
"node-opcua-status-code": "^2.8.1", | ||
"node-opcua-types": "^2.8.1", | ||
"node-opcua-variant": "^2.8.1" | ||
"node-opcua-extension-object": "^2.9.0", | ||
"node-opcua-factory": "^2.9.0", | ||
"node-opcua-nodeid": "^2.9.0", | ||
"node-opcua-pseudo-session": "^2.9.0", | ||
"node-opcua-schemas": "^2.9.0", | ||
"node-opcua-service-browse": "^2.9.0", | ||
"node-opcua-service-translate-browse-path": "^2.9.0", | ||
"node-opcua-status-code": "^2.9.0", | ||
"node-opcua-types": "^2.9.0", | ||
"node-opcua-variant": "^2.9.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "5f7e0d03417093a186977090c0bc28d968382584" | ||
"gitHead": "66374de9fbf47e8ad7a3e869cad4ec332e256751" | ||
} |
@@ -386,3 +386,3 @@ // tslint:disable: no-console | ||
return { | ||
getDataTypeAndEncodingId(key: string): DataTypeAndEncodingId | null{ | ||
getDataTypeAndEncodingId(key: string): DataTypeAndEncodingId | null { | ||
return map[key] || null; | ||
@@ -1026,11 +1026,9 @@ } | ||
if (dataTypeNodeId.value === 0) { | ||
const category = FieldCategory.basic; | ||
const schema = dataTypeFactory.getSimpleType("Variant"); | ||
const v2: Cache = { | ||
category, | ||
const v3: Cache = { | ||
category: FieldCategory.basic, | ||
fieldTypeName: "Variant", | ||
schema | ||
schema: dataTypeFactory.getSimpleType("Variant") | ||
}; | ||
cache[key] = v2; | ||
return v2; | ||
cache[key] = v3; | ||
return v3; | ||
} | ||
@@ -1037,0 +1035,0 @@ |
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
162762
2486
Updatednode-opcua-data-model@^2.9.0
Updatednode-opcua-data-value@^2.9.0
Updatednode-opcua-factory@^2.9.0
Updatednode-opcua-nodeid@^2.9.0
Updatednode-opcua-schemas@^2.9.0
Updatednode-opcua-types@^2.9.0
Updatednode-opcua-variant@^2.9.0