node-opcua-nodeset-auto-id 2.96.0 → 2.97.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.
@@ -34,4 +34,4 @@ export interface DTLocation_3 extends DTUnion {
34
34
  WGS84?: never;
35
35
  name: UAString;
36
36
  }
37
- export declare type DTLocation = DTLocation_0 | DTLocation_1 | DTLocation_2 | DTLocation_3;
37
+ export type DTLocation = DTLocation_0 | DTLocation_1 | DTLocation_2 | DTLocation_3;
@@ -35,4 +35,4 @@ export interface DTScanData_3 extends DTUnion {
35
35
  epc?: never;
36
36
  custom: VariantOptions;
37
37
  }
38
- export declare type DTScanData = DTScanData_0 | DTScanData_1 | DTScanData_2 | DTScanData_3;
38
+ export type DTScanData = DTScanData_0 | DTScanData_1 | DTScanData_2 | DTScanData_3;
@@ -9,6 +9,6 @@ import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_au
9
9
  * |typedDefinition |3:AutoIdLogEntryEventType ns=3;i=1017 |
10
10
  * |isAbstract |true |
11
11
  */
12
- export declare type UAAutoIdLogEntryEvent_Base = UAAutoIdDiagnosticsEvent_Base;
12
+ export type UAAutoIdLogEntryEvent_Base = UAAutoIdDiagnosticsEvent_Base;
13
13
  export interface UAAutoIdLogEntryEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdLogEntryEvent_Base {
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-auto-id",
3
- "version": "2.96.0",
3
+ "version": "2.97.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,15 +10,15 @@
10
10
  "author": "etienne.rossignon@sterfive.com",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.96.0",
14
- "node-opcua-basic-types": "2.92.0",
15
- "node-opcua-data-access": "2.96.0",
16
- "node-opcua-data-model": "2.95.0",
17
- "node-opcua-extension-object": "2.95.0",
18
- "node-opcua-nodeid": "2.90.1",
19
- "node-opcua-nodeset-di": "2.96.0",
20
- "node-opcua-nodeset-ua": "2.96.0",
21
- "node-opcua-variant": "2.95.0"
13
+ "node-opcua-address-space-base": "2.97.0",
14
+ "node-opcua-basic-types": "2.97.0",
15
+ "node-opcua-data-access": "2.97.0",
16
+ "node-opcua-data-model": "2.97.0",
17
+ "node-opcua-extension-object": "2.97.0",
18
+ "node-opcua-nodeid": "2.97.0",
19
+ "node-opcua-nodeset-di": "2.97.0",
20
+ "node-opcua-nodeset-ua": "2.97.0",
21
+ "node-opcua-variant": "2.97.0"
22
22
  },
23
- "gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a"
23
+ "gitHead": "19c96bda0810d2dec73dd1c2427546be40908646"
24
24
  }