node-opcua-nodeset-machinery 2.151.0 → 2.153.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.
@@ -1,7 +1,7 @@
1
1
  import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { UAString } from "node-opcua-basic-types";
4
- import { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/source/ua_i_tag_nameplate";
4
+ import { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_tag_nameplate";
5
5
  /**
6
6
  * Interface containing information of the
7
7
  * identification of a machine set by the customer
@@ -2,7 +2,7 @@ import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { LocalizedText } from "node-opcua-data-model";
4
4
  import { UInt16, Byte, UAString } from "node-opcua-basic-types";
5
- import { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/source/ua_i_vendor_nameplate";
5
+ import { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_vendor_nameplate";
6
6
  /**
7
7
  * Interface containing identification and nameplate
8
8
  * information for a MachineryItem provided by the
@@ -2,7 +2,7 @@ import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { LocalizedText, QualifiedName } from "node-opcua-data-model";
4
4
  import { UInt16, Byte, UAString } from "node-opcua-basic-types";
5
- import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/source/ua_functional_group";
5
+ import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group";
6
6
  /**
7
7
  * Contains information about the identification and
8
8
  * nameplate of a MachineryItem
@@ -1,9 +1,9 @@
1
1
  import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { QualifiedName } from "node-opcua-data-model";
4
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
5
- import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
6
- import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
4
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
7
  /**
8
8
  * State machine representing the state of a
9
9
  * machinery item
@@ -1,7 +1,7 @@
1
1
  import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { QualifiedName } from "node-opcua-data-model";
4
- import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
4
+ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
5
5
  /**
6
6
  * | | |
7
7
  * |----------------|------------------------------------------------------------|
@@ -1,7 +1,7 @@
1
1
  import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { QualifiedName } from "node-opcua-data-model";
4
- import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/source/ua_functional_group";
4
+ import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group";
5
5
  /**
6
6
  * | | |
7
7
  * |----------------|------------------------------------------------------------|
@@ -1,9 +1,9 @@
1
1
  import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { QualifiedName } from "node-opcua-data-model";
4
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine";
5
- import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
6
- import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
4
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
6
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
7
7
  /**
8
8
  * State machine representing the operation mode of
9
9
  * a MachineryItem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machinery",
3
- "version": "2.151.0",
3
+ "version": "2.153.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machinery",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,14 +11,14 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.151.0",
15
- "node-opcua-basic-types": "2.151.0",
16
- "node-opcua-data-access": "2.151.0",
17
- "node-opcua-data-model": "2.151.0",
18
- "node-opcua-nodeid": "2.139.0",
19
- "node-opcua-nodeset-di": "2.151.0",
20
- "node-opcua-nodeset-ua": "2.151.0",
21
- "node-opcua-variant": "2.151.0"
14
+ "node-opcua-address-space-base": "2.153.0",
15
+ "node-opcua-basic-types": "2.153.0",
16
+ "node-opcua-data-access": "2.153.0",
17
+ "node-opcua-data-model": "2.153.0",
18
+ "node-opcua-nodeid": "2.153.0",
19
+ "node-opcua-nodeset-di": "2.153.0",
20
+ "node-opcua-nodeset-ua": "2.153.0",
21
+ "node-opcua-variant": "2.153.0"
22
22
  },
23
23
  "files": [
24
24
  "dist",
@@ -37,5 +37,5 @@
37
37
  "internet of things"
38
38
  ],
39
39
  "homepage": "http://node-opcua.github.io/",
40
- "gitHead": "991033dd109dcf825217003cbf240ea103890b65"
40
+ "gitHead": "2193ed025bc9aaded76338c1c76cbc0524b3a37f"
41
41
  }
@@ -1,9 +1,8 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
- import { LocalizedText } from "node-opcua-data-model"
5
4
  import { UAString } from "node-opcua-basic-types"
6
- import { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/source/ua_i_tag_nameplate"
5
+ import { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_tag_nameplate"
7
6
  /**
8
7
  * Interface containing information of the
9
8
  * identification of a machine set by the customer
@@ -2,8 +2,8 @@
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
- import { Int32, UInt16, Byte, UAString } from "node-opcua-basic-types"
6
- import { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/source/ua_i_vendor_nameplate"
5
+ import { UInt16, Byte, UAString } from "node-opcua-basic-types"
6
+ import { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_vendor_nameplate"
7
7
  /**
8
8
  * Interface containing identification and nameplate
9
9
  * information for a MachineryItem provided by the
@@ -1,9 +1,9 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, VariantOptions } from "node-opcua-variant"
3
+ import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText, QualifiedName } from "node-opcua-data-model"
5
5
  import { UInt16, Byte, UAString } from "node-opcua-basic-types"
6
- import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/source/ua_functional_group"
6
+ import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group"
7
7
  /**
8
8
  * Contains information about the identification and
9
9
  * nameplate of a MachineryItem
@@ -1,12 +1,10 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, VariantOptions } from "node-opcua-variant"
4
- import { LocalizedText, QualifiedName } from "node-opcua-data-model"
5
- import { NodeId } from "node-opcua-nodeid"
6
- import { UInt32 } from "node-opcua-basic-types"
7
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine"
8
- import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
9
- import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { QualifiedName } from "node-opcua-data-model"
5
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
6
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
7
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
10
8
  /**
11
9
  * State machine representing the state of a
12
10
  * machinery item
@@ -1,12 +1,8 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, VariantOptions } from "node-opcua-variant"
3
+ import { DataType } from "node-opcua-variant"
4
4
  import { QualifiedName } from "node-opcua-data-model"
5
- import { EUInformation } from "node-opcua-data-access"
6
- import { NodeId } from "node-opcua-nodeid"
7
- import { UAString } from "node-opcua-basic-types"
8
- import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
9
- import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
5
+ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
10
6
  /**
11
7
  * | | |
12
8
  * |----------------|------------------------------------------------------------|
@@ -2,7 +2,7 @@
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { QualifiedName } from "node-opcua-data-model"
5
- import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/source/ua_functional_group"
5
+ import { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group"
6
6
  /**
7
7
  * | | |
8
8
  * |----------------|------------------------------------------------------------|
@@ -2,10 +2,9 @@
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { QualifiedName } from "node-opcua-data-model"
5
- import { UInt32 } from "node-opcua-basic-types"
6
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/source/ua_finite_state_machine"
7
- import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
8
- import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
5
+ import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
6
+ import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
7
+ import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
9
8
  /**
10
9
  * State machine representing the operation mode of
11
10
  * a MachineryItem