node-opcua-modeler 2.95.0 → 2.96.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/promoteToMandatory.d.ts +1 -1
- package/dist/symbol.d.ts +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UAMethod, UAObject, UAObjectType, UAReference, UAVariable, UAVariableType, ModellingRuleType } from "node-opcua-address-space";
|
|
2
|
-
export type UAConcrete = UAVariable | UAObject | UAMethod;
|
|
2
|
+
export declare type UAConcrete = UAVariable | UAObject | UAMethod;
|
|
3
3
|
export declare function getChildInTypeOrBaseType(node: UAObjectType | UAVariableType, propertyName: string, namespaceIndex: number): {
|
|
4
4
|
propInSuperType: UAConcrete;
|
|
5
5
|
reference: UAReference;
|
package/dist/symbol.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type Symbols = [string, number, string][];
|
|
1
|
+
export declare type Symbols = [string, number, string][];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-modeler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.96.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module - model",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,21 +14,21 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"cli-table3": "^0.6.3",
|
|
16
16
|
"csv-parse": "5.3.6",
|
|
17
|
-
"node-opcua-address-space": "2.
|
|
17
|
+
"node-opcua-address-space": "2.96.0",
|
|
18
18
|
"node-opcua-assert": "2.88.0",
|
|
19
19
|
"node-opcua-basic-types": "2.92.0",
|
|
20
|
-
"node-opcua-client-dynamic-extension-object": "2.
|
|
20
|
+
"node-opcua-client-dynamic-extension-object": "2.96.0",
|
|
21
21
|
"node-opcua-constants": "2.88.0",
|
|
22
22
|
"node-opcua-data-model": "2.95.0",
|
|
23
23
|
"node-opcua-debug": "2.90.1",
|
|
24
24
|
"node-opcua-factory": "2.95.0",
|
|
25
25
|
"node-opcua-nodeid": "2.90.1",
|
|
26
|
-
"node-opcua-nodesets": "2.
|
|
26
|
+
"node-opcua-nodesets": "2.96.0",
|
|
27
27
|
"node-opcua-numeric-range": "2.95.0",
|
|
28
|
-
"node-opcua-schemas": "2.
|
|
29
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
28
|
+
"node-opcua-schemas": "2.96.0",
|
|
29
|
+
"node-opcua-service-translate-browse-path": "2.96.0",
|
|
30
30
|
"node-opcua-status-code": "2.90.1",
|
|
31
|
-
"node-opcua-types": "2.
|
|
31
|
+
"node-opcua-types": "2.96.0",
|
|
32
32
|
"node-opcua-variant": "2.95.0",
|
|
33
33
|
"yargs": "15.4.1"
|
|
34
34
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"internet of things"
|
|
51
51
|
],
|
|
52
52
|
"homepage": "http://node-opcua.github.io/",
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a"
|
|
54
54
|
}
|