node-opcua-address-space-for-conformance-testing 2.170.1 → 2.172.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,6 @@ export declare function getRandomFuncForType(dataType: DataType): () => unknown;
|
|
|
8
8
|
export declare function findDataType(dataTypeName: string): DataType;
|
|
9
9
|
export declare function makeVariant(dataTypeName: string, arrayType: VariantArrayType, dimensions: number[] | null, current_value: unknown): Variant;
|
|
10
10
|
export declare function addVariable(namespace: Namespace, parent: UAObject, varName: string, dataTypeName: string, current_value: unknown, valueRank: number, arrayDimensions: number[] | null, extra_name: string): UAVariable;
|
|
11
|
-
export declare function addScalarVariable(namespace: Namespace, parent: UAObject, name: string, realType: string, default_value: unknown, extra_name: string): UAVariable
|
|
11
|
+
export declare function addScalarVariable(namespace: Namespace, parent: UAObject, name: string, realType: string, default_value: unknown, extra_name: string): UAVariable<import("node-opcua-address-space").UAVariableEvents>;
|
|
12
12
|
export declare function addArrayVariable(namespace: Namespace, parent: UAObject, dataTypeName: string, default_value: unknown, realTypeName: string, arrayLength: number, extra_name: string): void;
|
|
13
13
|
export declare function addMultiDimensionalArrayVariable(namespace: Namespace, parent: UAObject, dataTypeName: string, default_value: unknown, realTypeName: string, nbRows: number, nbCols: number, extra_name: string): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-address-space-for-conformance-testing",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.172.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module address-space-for-conformance-testing",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"node-opcua-address-space": "2.
|
|
15
|
+
"node-opcua-address-space": "2.172.0",
|
|
16
16
|
"node-opcua-assert": "2.164.0",
|
|
17
|
-
"node-opcua-basic-types": "2.
|
|
18
|
-
"node-opcua-data-access": "2.
|
|
19
|
-
"node-opcua-data-model": "2.
|
|
20
|
-
"node-opcua-data-value": "2.
|
|
21
|
-
"node-opcua-debug": "2.
|
|
22
|
-
"node-opcua-factory": "2.
|
|
23
|
-
"node-opcua-nodeid": "2.
|
|
24
|
-
"node-opcua-status-code": "2.
|
|
25
|
-
"node-opcua-variant": "2.
|
|
17
|
+
"node-opcua-basic-types": "2.172.0",
|
|
18
|
+
"node-opcua-data-access": "2.172.0",
|
|
19
|
+
"node-opcua-data-model": "2.172.0",
|
|
20
|
+
"node-opcua-data-value": "2.172.0",
|
|
21
|
+
"node-opcua-debug": "2.172.0",
|
|
22
|
+
"node-opcua-factory": "2.172.0",
|
|
23
|
+
"node-opcua-nodeid": "2.172.0",
|
|
24
|
+
"node-opcua-status-code": "2.172.0",
|
|
25
|
+
"node-opcua-variant": "2.172.0"
|
|
26
26
|
},
|
|
27
27
|
"author": "Etienne Rossignon",
|
|
28
28
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"internet of things"
|
|
40
40
|
],
|
|
41
41
|
"homepage": "http://node-opcua.github.io/",
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "dfe9993a93b5c3897825e898b5f07b25952c7f45",
|
|
43
43
|
"files": [
|
|
44
44
|
"data",
|
|
45
45
|
"dist",
|