node-opcua-address-space 2.153.0 → 2.154.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.
- package/dist/source/interfaces/alarms_and_conditions/ua_condition_ex.d.ts +2 -2
- package/dist/src/alarms_and_conditions/ua_condition_impl.d.ts +2 -2
- package/dist/src/data_access/ua_multistate_value_discrete_impl.js +3 -1
- package/dist/src/data_access/ua_multistate_value_discrete_impl.js.map +1 -1
- package/dist/src/ua_reference_type_impl.d.ts +1 -1
- package/dist/tsconfig_common.tsbuildinfo +1 -1
- package/package.json +27 -27
- package/source/interfaces/alarms_and_conditions/ua_condition_ex.ts +2 -2
- package/src/alarms_and_conditions/ua_condition_impl.ts +2 -2
- package/src/data_access/ua_multistate_value_discrete_impl.ts +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-address-space",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.154.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module address-space",
|
|
5
5
|
"main": "./dist/src/index_current.js",
|
|
6
6
|
"types": "./dist/source/index.d.ts",
|
|
@@ -21,48 +21,48 @@
|
|
|
21
21
|
"chalk": "4.1.2",
|
|
22
22
|
"dequeue": "^1.0.5",
|
|
23
23
|
"lodash": "4.17.21",
|
|
24
|
-
"node-opcua-address-space-base": "2.
|
|
24
|
+
"node-opcua-address-space-base": "2.154.0",
|
|
25
25
|
"node-opcua-assert": "2.139.0",
|
|
26
|
-
"node-opcua-basic-types": "2.
|
|
26
|
+
"node-opcua-basic-types": "2.154.0",
|
|
27
27
|
"node-opcua-binary-stream": "2.153.0",
|
|
28
|
-
"node-opcua-client-dynamic-extension-object": "2.
|
|
28
|
+
"node-opcua-client-dynamic-extension-object": "2.154.0",
|
|
29
29
|
"node-opcua-constants": "2.139.0",
|
|
30
30
|
"node-opcua-crypto": "4.16.0",
|
|
31
|
-
"node-opcua-data-access": "2.
|
|
32
|
-
"node-opcua-data-model": "2.
|
|
33
|
-
"node-opcua-data-value": "2.
|
|
31
|
+
"node-opcua-data-access": "2.154.0",
|
|
32
|
+
"node-opcua-data-model": "2.154.0",
|
|
33
|
+
"node-opcua-data-value": "2.154.0",
|
|
34
34
|
"node-opcua-date-time": "2.153.0",
|
|
35
35
|
"node-opcua-debug": "2.153.0",
|
|
36
36
|
"node-opcua-enum": "2.153.0",
|
|
37
|
-
"node-opcua-extension-object": "2.
|
|
38
|
-
"node-opcua-factory": "2.
|
|
37
|
+
"node-opcua-extension-object": "2.154.0",
|
|
38
|
+
"node-opcua-factory": "2.154.0",
|
|
39
39
|
"node-opcua-nodeid": "2.153.0",
|
|
40
|
-
"node-opcua-nodeset-ua": "2.
|
|
41
|
-
"node-opcua-numeric-range": "2.
|
|
40
|
+
"node-opcua-nodeset-ua": "2.154.0",
|
|
41
|
+
"node-opcua-numeric-range": "2.154.0",
|
|
42
42
|
"node-opcua-object-registry": "2.153.0",
|
|
43
|
-
"node-opcua-pseudo-session": "2.
|
|
44
|
-
"node-opcua-schemas": "2.
|
|
45
|
-
"node-opcua-service-browse": "2.
|
|
46
|
-
"node-opcua-service-call": "2.
|
|
47
|
-
"node-opcua-service-history": "2.
|
|
48
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
49
|
-
"node-opcua-service-write": "2.
|
|
43
|
+
"node-opcua-pseudo-session": "2.154.0",
|
|
44
|
+
"node-opcua-schemas": "2.154.0",
|
|
45
|
+
"node-opcua-service-browse": "2.154.0",
|
|
46
|
+
"node-opcua-service-call": "2.154.0",
|
|
47
|
+
"node-opcua-service-history": "2.154.0",
|
|
48
|
+
"node-opcua-service-translate-browse-path": "2.154.0",
|
|
49
|
+
"node-opcua-service-write": "2.154.0",
|
|
50
50
|
"node-opcua-status-code": "2.153.0",
|
|
51
|
-
"node-opcua-types": "2.
|
|
51
|
+
"node-opcua-types": "2.154.0",
|
|
52
52
|
"node-opcua-utils": "2.153.0",
|
|
53
|
-
"node-opcua-variant": "2.
|
|
54
|
-
"node-opcua-xml2json": "2.
|
|
53
|
+
"node-opcua-variant": "2.154.0",
|
|
54
|
+
"node-opcua-xml2json": "2.154.0",
|
|
55
55
|
"semver": "^7.7.1",
|
|
56
56
|
"thenify-ex": "4.4.0",
|
|
57
57
|
"xml-writer": "^1.7.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"node-opcua-benchmarker": "2.153.0",
|
|
61
|
-
"node-opcua-leak-detector": "2.
|
|
62
|
-
"node-opcua-nodesets": "2.
|
|
63
|
-
"node-opcua-packet-analyzer": "2.
|
|
64
|
-
"node-opcua-service-filter": "2.
|
|
65
|
-
"node-opcua-test-fixtures": "2.
|
|
61
|
+
"node-opcua-leak-detector": "2.154.0",
|
|
62
|
+
"node-opcua-nodesets": "2.154.0",
|
|
63
|
+
"node-opcua-packet-analyzer": "2.154.0",
|
|
64
|
+
"node-opcua-service-filter": "2.154.0",
|
|
65
|
+
"node-opcua-test-fixtures": "2.154.0",
|
|
66
66
|
"source-map-support": "^0.5.21"
|
|
67
67
|
},
|
|
68
68
|
"author": "Etienne Rossignon",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"internet of things"
|
|
81
81
|
],
|
|
82
82
|
"homepage": "http://node-opcua.github.io/",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "134c73195f93f46c0101b2837bed22754156c916",
|
|
84
84
|
"files": [
|
|
85
85
|
"dist",
|
|
86
86
|
"distHelpers",
|
|
@@ -61,8 +61,8 @@ export interface UAConditionEx extends UAObject, UACondition_Base, UAConditionHe
|
|
|
61
61
|
//
|
|
62
62
|
conditionClassId: UAProperty<NodeId, /*c*/ DataType.NodeId>;
|
|
63
63
|
conditionClassName: UAProperty<LocalizedText, /*c*/ DataType.LocalizedText>;
|
|
64
|
-
conditionSubClassId
|
|
65
|
-
conditionSubClassName
|
|
64
|
+
conditionSubClassId?: UAProperty<NodeId[], /*c*/ DataType.NodeId>;
|
|
65
|
+
conditionSubClassName?: UAProperty<LocalizedText[], /*c*/ DataType.LocalizedText>;
|
|
66
66
|
// conditionName: UAProperty<UAString, /*c*/DataType.String>;
|
|
67
67
|
// branchId: UAProperty<NodeId, /*c*/DataType.NodeId>;
|
|
68
68
|
// retain: UAProperty<boolean, /*c*/DataType.Boolean>;
|
|
@@ -60,8 +60,8 @@ export declare interface UAConditionImpl extends UAConditionEx, UABaseEventImpl
|
|
|
60
60
|
once(eventName: string, eventHandler: any): this;
|
|
61
61
|
conditionClassId: UAProperty<NodeId, /*c*/ DataType.NodeId>;
|
|
62
62
|
conditionClassName: UAProperty<LocalizedText, /*c*/ DataType.LocalizedText>;
|
|
63
|
-
conditionSubClassId
|
|
64
|
-
conditionSubClassName
|
|
63
|
+
conditionSubClassId?: UAProperty<NodeId[], DataType.NodeId>;
|
|
64
|
+
conditionSubClassName?: UAProperty<LocalizedText[], DataType.LocalizedText>;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
@@ -344,7 +344,9 @@ const validBasicNumericDataTypes = [
|
|
|
344
344
|
DataType.Byte,
|
|
345
345
|
DataType.Byte,
|
|
346
346
|
DataType.SByte,
|
|
347
|
-
26 /*Number*/
|
|
347
|
+
26, /* Number (abstract)*/
|
|
348
|
+
27, /* Integer (abstract)*/
|
|
349
|
+
28 /* UInteger (abstract)*/
|
|
348
350
|
];
|
|
349
351
|
export function validateIsNumericDataType(dataTypeValue: any): void {
|
|
350
352
|
if (typeof dataTypeValue !== "number" || validBasicNumericDataTypes.indexOf(dataTypeValue) < 0) {
|