node-opcua-nodeset-robotics 2.90.1 → 2.91.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.
@@ -10,6 +10,6 @@ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_c
10
10
  * |typedDefinition |7:PowerTrainType ns=7;i=16794 |
11
11
  * |isAbstract |false |
12
12
  */
13
- export type UAPowerTrain_Base = UAComponent_Base;
13
+ export declare type UAPowerTrain_Base = UAComponent_Base;
14
14
  export interface UAPowerTrain extends UAComponent, UAPowerTrain_Base {
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-robotics",
3
- "version": "2.90.1",
3
+ "version": "2.91.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,14 +10,14 @@
10
10
  "author": "etienne.rossignon@sterfive.com",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.90.1",
13
+ "node-opcua-address-space-base": "2.91.0",
14
14
  "node-opcua-basic-types": "2.90.1",
15
15
  "node-opcua-data-access": "2.90.1",
16
16
  "node-opcua-data-model": "2.90.1",
17
17
  "node-opcua-nodeid": "2.90.1",
18
- "node-opcua-nodeset-di": "2.90.1",
19
- "node-opcua-nodeset-ua": "2.90.1",
18
+ "node-opcua-nodeset-di": "2.91.0",
19
+ "node-opcua-nodeset-ua": "2.91.0",
20
20
  "node-opcua-variant": "2.90.1"
21
21
  },
22
- "gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f"
22
+ "gitHead": "e1ed70a684fc69130696e001a9d43280df1466f4"
23
23
  }