node-opcua-client-dynamic-extension-object
Advanced tools
Comparing version 2.69.1 to 2.70.0
@@ -42,3 +42,3 @@ "use strict"; | ||
} | ||
yield (0, populate_data_type_manager_1.populateDataTypeManager)(session, dataTypeManager, false); | ||
yield (0, populate_data_type_manager_1.populateDataTypeManager)(session, dataTypeManager, true); | ||
} | ||
@@ -45,0 +45,0 @@ // istanbul ignore next |
@@ -15,2 +15,3 @@ "use strict"; | ||
const node_opcua_data_model_1 = require("node-opcua-data-model"); | ||
const node_opcua_debug_1 = require("node-opcua-debug"); | ||
const node_opcua_nodeid_1 = require("node-opcua-nodeid"); | ||
@@ -20,3 +21,2 @@ const node_opcua_schemas_1 = require("node-opcua-schemas"); | ||
const convert_data_type_definition_to_structuretype_schema_1 = require("../convert_data_type_definition_to_structuretype_schema"); | ||
const node_opcua_debug_1 = require("node-opcua-debug"); | ||
const errorLog = (0, node_opcua_debug_1.make_errorLog)(__filename); | ||
@@ -23,0 +23,0 @@ const debugLog = (0, node_opcua_debug_1.make_debugLog)(__filename); |
import { Variant } from "node-opcua-variant"; | ||
import { IBasicSession } from "node-opcua-pseudo-session"; | ||
import { ExtraDataTypeManager } from "./extra_data_type_manager"; | ||
import { IBasicSession } from "node-opcua-pseudo-session"; | ||
export declare function resolveDynamicExtensionObject(session: IBasicSession, variant: Variant, dataTypeManager: ExtraDataTypeManager): Promise<void>; |
{ | ||
"name": "node-opcua-client-dynamic-extension-object", | ||
"version": "2.69.1", | ||
"version": "2.70.0", | ||
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object", | ||
@@ -16,16 +16,16 @@ "main": "./dist/index.js", | ||
"node-opcua-binary-stream": "2.69.0", | ||
"node-opcua-constants": "2.67.0", | ||
"node-opcua-data-model": "2.69.0", | ||
"node-opcua-data-value": "2.69.0", | ||
"node-opcua-constants": "2.70.0", | ||
"node-opcua-data-model": "2.70.0", | ||
"node-opcua-data-value": "2.70.0", | ||
"node-opcua-debug": "2.69.0", | ||
"node-opcua-extension-object": "2.69.0", | ||
"node-opcua-factory": "2.69.0", | ||
"node-opcua-nodeid": "2.69.0", | ||
"node-opcua-pseudo-session": "2.69.1", | ||
"node-opcua-schemas": "2.69.0", | ||
"node-opcua-service-browse": "2.69.0", | ||
"node-opcua-service-translate-browse-path": "2.69.0", | ||
"node-opcua-status-code": "2.69.0", | ||
"node-opcua-types": "2.69.0", | ||
"node-opcua-variant": "2.69.0" | ||
"node-opcua-extension-object": "2.70.0", | ||
"node-opcua-factory": "2.70.0", | ||
"node-opcua-nodeid": "2.70.0", | ||
"node-opcua-pseudo-session": "2.70.0", | ||
"node-opcua-schemas": "2.70.0", | ||
"node-opcua-service-browse": "2.70.0", | ||
"node-opcua-service-translate-browse-path": "2.70.0", | ||
"node-opcua-status-code": "2.70.0", | ||
"node-opcua-types": "2.70.0", | ||
"node-opcua-variant": "2.70.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "761e2af2abcbca10d1ec66fdf08a9bed43427fca" | ||
"gitHead": "3b692ffb3e2ef0542da32f349fb0c76b3acc75ce" | ||
} |
@@ -36,3 +36,3 @@ import { checkDebugFlag, make_debugLog, make_errorLog } from "node-opcua-debug"; | ||
} | ||
await populateDataTypeManager(session, dataTypeManager, false); | ||
await populateDataTypeManager(session, dataTypeManager, true); | ||
} | ||
@@ -39,0 +39,0 @@ // istanbul ignore next |
import { assert } from "node-opcua-assert"; | ||
import { AttributeIds, BrowseDirection } from "node-opcua-data-model"; | ||
import { make_debugLog, make_errorLog } from "node-opcua-debug"; | ||
import { DataTypeFactory } from "node-opcua-factory"; | ||
@@ -16,3 +17,2 @@ import { NodeId, resolveNodeId } from "node-opcua-nodeid"; | ||
} from "../convert_data_type_definition_to_structuretype_schema"; | ||
import { make_debugLog, make_errorLog } from "node-opcua-debug"; | ||
const errorLog = make_errorLog(__filename); | ||
@@ -110,3 +110,3 @@ const debugLog =make_debugLog(__filename); | ||
async function fencedAction(lambda: () => Promise<void>) { | ||
async function fencedAction(lambda: () => Promise<void>): Promise<void> { | ||
busyCount += 1; | ||
@@ -117,2 +117,3 @@ await lambda(); | ||
} | ||
function flushBrowse() { | ||
@@ -119,0 +120,0 @@ assert(busyCount >= 0); |
@@ -5,4 +5,2 @@ import { BinaryStream } from "node-opcua-binary-stream"; | ||
import { hexDump, make_warningLog } from "node-opcua-debug"; | ||
// | ||
import { ExtraDataTypeManager } from "./extra_data_type_manager"; | ||
import { IBasicSession } from "node-opcua-pseudo-session"; | ||
@@ -13,2 +11,4 @@ import { NodeId } from "node-opcua-nodeid"; | ||
import { StatusCodes } from "node-opcua-status-code"; | ||
// | ||
import { ExtraDataTypeManager } from "./extra_data_type_manager"; | ||
import { readDataTypeDefinitionAndBuildType } from "./private/populate_data_type_manager_104"; | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
208058
+ Addednode-opcua-basic-types@2.70.0(transitive)
+ Addednode-opcua-constants@2.70.0(transitive)
+ Addednode-opcua-data-model@2.70.0(transitive)
+ Addednode-opcua-data-value@2.70.0(transitive)
+ Addednode-opcua-extension-object@2.70.0(transitive)
+ Addednode-opcua-factory@2.70.0(transitive)
+ Addednode-opcua-generator@2.70.0(transitive)
+ Addednode-opcua-nodeid@2.70.0(transitive)
+ Addednode-opcua-numeric-range@2.70.0(transitive)
+ Addednode-opcua-packet-analyzer@2.70.0(transitive)
+ Addednode-opcua-pseudo-session@2.70.0(transitive)
+ Addednode-opcua-schemas@2.70.0(transitive)
+ Addednode-opcua-service-browse@2.70.0(transitive)
+ Addednode-opcua-service-call@2.70.0(transitive)
+ Addednode-opcua-service-filter@2.70.0(transitive)
+ Addednode-opcua-service-read@2.70.0(transitive)
+ Addednode-opcua-service-secure-channel@2.70.0(transitive)
+ Addednode-opcua-service-subscription@2.70.0(transitive)
+ Addednode-opcua-service-translate-browse-path@2.70.0(transitive)
+ Addednode-opcua-service-write@2.70.0(transitive)
+ Addednode-opcua-status-code@2.70.0(transitive)
+ Addednode-opcua-types@2.70.0(transitive)
+ Addednode-opcua-variant@2.70.0(transitive)
+ Addednode-opcua-xml2json@2.70.0(transitive)
- Removednode-opcua-basic-types@2.69.0(transitive)
- Removednode-opcua-constants@2.67.0(transitive)
- Removednode-opcua-data-model@2.69.0(transitive)
- Removednode-opcua-data-value@2.69.0(transitive)
- Removednode-opcua-extension-object@2.69.0(transitive)
- Removednode-opcua-factory@2.69.0(transitive)
- Removednode-opcua-generator@2.69.0(transitive)
- Removednode-opcua-nodeid@2.69.0(transitive)
- Removednode-opcua-numeric-range@2.69.0(transitive)
- Removednode-opcua-packet-analyzer@2.69.0(transitive)
- Removednode-opcua-pseudo-session@2.69.1(transitive)
- Removednode-opcua-schemas@2.69.0(transitive)
- Removednode-opcua-service-browse@2.69.0(transitive)
- Removednode-opcua-service-call@2.69.0(transitive)
- Removednode-opcua-service-filter@2.69.0(transitive)
- Removednode-opcua-service-read@2.69.0(transitive)
- Removednode-opcua-service-secure-channel@2.69.0(transitive)
- Removednode-opcua-service-subscription@2.69.0(transitive)
- Removednode-opcua-service-translate-browse-path@2.69.0(transitive)
- Removednode-opcua-service-write@2.69.0(transitive)
- Removednode-opcua-status-code@2.69.0(transitive)
- Removednode-opcua-types@2.69.0(transitive)
- Removednode-opcua-variant@2.69.0(transitive)
- Removednode-opcua-xml2json@2.69.0(transitive)
Updatednode-opcua-constants@2.70.0
Updatednode-opcua-data-model@2.70.0
Updatednode-opcua-data-value@2.70.0
Updatednode-opcua-factory@2.70.0
Updatednode-opcua-nodeid@2.70.0
Updatednode-opcua-schemas@2.70.0
Updatednode-opcua-types@2.70.0
Updatednode-opcua-variant@2.70.0