node-opcua-nodeset-auto-id 2.91.0 → 2.95.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/dt_location.d.ts
CHANGED
|
@@ -34,4 +34,4 @@ export interface DTLocation_3 extends DTUnion {
|
|
|
34
34
|
WGS84?: never;
|
|
35
35
|
name: UAString;
|
|
36
36
|
}
|
|
37
|
-
export
|
|
37
|
+
export type DTLocation = DTLocation_0 | DTLocation_1 | DTLocation_2 | DTLocation_3;
|
package/dist/dt_scan_data.d.ts
CHANGED
|
@@ -35,4 +35,4 @@ export interface DTScanData_3 extends DTUnion {
|
|
|
35
35
|
epc?: never;
|
|
36
36
|
custom: VariantOptions;
|
|
37
37
|
}
|
|
38
|
-
export
|
|
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
|
|
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.
|
|
3
|
+
"version": "2.95.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.
|
|
14
|
-
"node-opcua-basic-types": "2.
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-extension-object": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.95.0",
|
|
14
|
+
"node-opcua-basic-types": "2.92.0",
|
|
15
|
+
"node-opcua-data-access": "2.95.0",
|
|
16
|
+
"node-opcua-data-model": "2.95.0",
|
|
17
|
+
"node-opcua-extension-object": "2.95.0",
|
|
18
18
|
"node-opcua-nodeid": "2.90.1",
|
|
19
|
-
"node-opcua-nodeset-di": "2.
|
|
20
|
-
"node-opcua-nodeset-ua": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
19
|
+
"node-opcua-nodeset-di": "2.95.0",
|
|
20
|
+
"node-opcua-nodeset-ua": "2.95.0",
|
|
21
|
+
"node-opcua-variant": "2.95.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "ad7086f9c4cd2ab52922e26cb6782ec6b86f9d20"
|
|
24
24
|
}
|