node-opcua-convert-nodeset-to-javascript 2.87.0 → 2.89.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
3
+ Copyright (c) 2022-2023 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
4
 
5
5
  Copyright (c) 2014-2022 Etienne Rossignon
6
6
 
@@ -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 declare type Type = "enum" | "basic" | "structure" | "ua";
88
+ export 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.87.0",
3
+ "version": "2.89.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.87.0",
19
- "node-opcua-address-space-base": "2.87.0",
20
- "node-opcua-assert": "2.77.0",
21
- "node-opcua-constants": "2.77.0",
22
- "node-opcua-data-model": "2.86.1",
23
- "node-opcua-debug": "2.86.0",
24
- "node-opcua-extension-object": "2.86.1",
25
- "node-opcua-nodeid": "2.86.0",
26
- "node-opcua-nodesets": "2.77.0",
27
- "node-opcua-pseudo-session": "2.87.0",
28
- "node-opcua-status-code": "2.86.1",
29
- "node-opcua-types": "2.87.0",
30
- "node-opcua-utils": "2.86.0",
31
- "node-opcua-variant": "2.87.0",
18
+ "node-opcua-address-space": "2.89.0",
19
+ "node-opcua-address-space-base": "2.89.0",
20
+ "node-opcua-assert": "2.88.0",
21
+ "node-opcua-constants": "2.88.0",
22
+ "node-opcua-data-model": "2.89.0",
23
+ "node-opcua-debug": "2.88.0",
24
+ "node-opcua-extension-object": "2.89.0",
25
+ "node-opcua-nodeid": "2.88.0",
26
+ "node-opcua-nodesets": "2.88.0",
27
+ "node-opcua-pseudo-session": "2.89.0",
28
+ "node-opcua-status-code": "2.89.0",
29
+ "node-opcua-types": "2.89.0",
30
+ "node-opcua-utils": "2.88.0",
31
+ "node-opcua-variant": "2.89.0",
32
32
  "wordwrap": "^1.0.0"
33
33
  },
34
34
  "devDependencies": {
35
- "node-opcua-leak-detector": "2.86.0",
36
- "node-opcua-packet-analyzer": "2.86.1",
37
- "node-opcua-service-translate-browse-path": "2.87.0",
35
+ "node-opcua-leak-detector": "2.88.0",
36
+ "node-opcua-packet-analyzer": "2.89.0",
37
+ "node-opcua-service-translate-browse-path": "2.89.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": "cf789b56916b6c0974c17337352ef9581d50ddb0"
55
+ "gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b"
56
56
  }