node-opcua-convert-nodeset-to-javascript 2.86.0 → 2.87.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/convert_to_typescript.d.ts +1 -1
- package/package.json +12 -12
|
@@ -85,7 +85,7 @@ interface ClassDefinitionB {
|
|
|
85
85
|
}
|
|
86
86
|
export declare function extractClassMemberDef(session: IBasicSession, nodeId: NodeId, parentDef: ClassDefinitionB, cache: Cache): Promise<ClassMember>;
|
|
87
87
|
export declare function findUsedImport(namespaceIndex: number, cache: Cache): string[];
|
|
88
|
-
export type Type = "enum" | "basic" | "structure" | "ua";
|
|
88
|
+
export declare type Type = "enum" | "basic" | "structure" | "ua";
|
|
89
89
|
/**
|
|
90
90
|
* nodeId : a DataType, ReferenceType,AObjectType, VariableType node
|
|
91
91
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-convert-nodeset-to-javascript",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.87.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module -convert-nodeset-to-javascript",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,26 +15,26 @@
|
|
|
15
15
|
"@types/wordwrap": "^1.0.1",
|
|
16
16
|
"case-anything": "1.1.5",
|
|
17
17
|
"chalk": "4.1.2",
|
|
18
|
-
"node-opcua-address-space": "2.
|
|
19
|
-
"node-opcua-address-space-base": "2.
|
|
18
|
+
"node-opcua-address-space": "2.87.0",
|
|
19
|
+
"node-opcua-address-space-base": "2.87.0",
|
|
20
20
|
"node-opcua-assert": "2.77.0",
|
|
21
21
|
"node-opcua-constants": "2.77.0",
|
|
22
|
-
"node-opcua-data-model": "2.86.
|
|
22
|
+
"node-opcua-data-model": "2.86.1",
|
|
23
23
|
"node-opcua-debug": "2.86.0",
|
|
24
|
-
"node-opcua-extension-object": "2.86.
|
|
24
|
+
"node-opcua-extension-object": "2.86.1",
|
|
25
25
|
"node-opcua-nodeid": "2.86.0",
|
|
26
26
|
"node-opcua-nodesets": "2.77.0",
|
|
27
|
-
"node-opcua-pseudo-session": "2.
|
|
28
|
-
"node-opcua-status-code": "2.86.
|
|
29
|
-
"node-opcua-types": "2.
|
|
27
|
+
"node-opcua-pseudo-session": "2.87.0",
|
|
28
|
+
"node-opcua-status-code": "2.86.1",
|
|
29
|
+
"node-opcua-types": "2.87.0",
|
|
30
30
|
"node-opcua-utils": "2.86.0",
|
|
31
|
-
"node-opcua-variant": "2.
|
|
31
|
+
"node-opcua-variant": "2.87.0",
|
|
32
32
|
"wordwrap": "^1.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"node-opcua-leak-detector": "2.86.0",
|
|
36
|
-
"node-opcua-packet-analyzer": "2.86.
|
|
37
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
36
|
+
"node-opcua-packet-analyzer": "2.86.1",
|
|
37
|
+
"node-opcua-service-translate-browse-path": "2.87.0",
|
|
38
38
|
"should": "^13.2.3"
|
|
39
39
|
},
|
|
40
40
|
"author": "Etienne Rossignon",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"internet of things"
|
|
53
53
|
],
|
|
54
54
|
"homepage": "http://node-opcua.github.io/",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "cf789b56916b6c0974c17337352ef9581d50ddb0"
|
|
56
56
|
}
|