node-opcua-nodeset-robotics 2.86.1 → 2.88.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
 
@@ -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 declare type UAPowerTrain_Base = UAComponent_Base;
13
+ export 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.86.1",
3
+ "version": "2.88.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.86.1",
14
- "node-opcua-basic-types": "2.86.1",
15
- "node-opcua-data-access": "2.86.1",
16
- "node-opcua-data-model": "2.86.1",
17
- "node-opcua-nodeid": "2.86.0",
18
- "node-opcua-nodeset-di": "2.86.1",
19
- "node-opcua-nodeset-ua": "2.86.1",
20
- "node-opcua-variant": "2.86.1"
13
+ "node-opcua-address-space-base": "2.88.0",
14
+ "node-opcua-basic-types": "2.88.0",
15
+ "node-opcua-data-access": "2.88.0",
16
+ "node-opcua-data-model": "2.88.0",
17
+ "node-opcua-nodeid": "2.88.0",
18
+ "node-opcua-nodeset-di": "2.88.0",
19
+ "node-opcua-nodeset-ua": "2.88.0",
20
+ "node-opcua-variant": "2.88.0"
21
21
  },
22
- "gitHead": "389ba18585ff4b62f6fee58b69bd871a8e6b0dff"
22
+ "gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca"
23
23
  }