node-opcua-nodeset-machinery 2.182.0 → 2.183.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,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { UAString } from "node-opcua-basic-types";
3
- import type { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_tag_nameplate";
3
+ import type { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_tag_nameplate.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
  /**
6
6
  * Interface containing information of the
@@ -1,7 +1,7 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { UAString } from "node-opcua-basic-types";
3
3
  import type { LocalizedText } from "node-opcua-data-model";
4
- import type { UALifetimeVariable } from "node-opcua-nodeset-di/dist/ua_lifetime_variable";
4
+ import type { UALifetimeVariable } from "node-opcua-nodeset-di/dist/ua_lifetime_variable.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
  import type { UAIMachineTagNameplate, UAIMachineTagNameplate_Base } from "./ua_i_machine_tag_nameplate.js";
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { Byte, UAString, UInt16 } from "node-opcua-basic-types";
3
3
  import type { LocalizedText } from "node-opcua-data-model";
4
- import type { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_vendor_nameplate";
4
+ import type { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_vendor_nameplate.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
  /**
7
7
  * Interface containing identification and nameplate
@@ -1,7 +1,7 @@
1
1
  import type { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import type { UAString } from "node-opcua-basic-types";
3
3
  import type { LocalizedText, QualifiedName } from "node-opcua-data-model";
4
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
4
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
  export interface UAMachineryEquipmentFolder_$MachineryEquipment$ extends UAObject {
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { Byte, UAString, UInt16 } from "node-opcua-basic-types";
3
3
  import type { LocalizedText, QualifiedName } from "node-opcua-data-model";
4
- import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group";
4
+ import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
  /**
7
7
  * Contains information about the identification and
@@ -1,8 +1,8 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
4
- import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
5
- import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
3
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
4
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
5
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
6
6
  import type { DataType } from "node-opcua-variant";
7
7
  /**
8
8
  * State machine representing the state of a
@@ -1,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
3
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
  /**
6
6
  * | | |
@@ -1,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group";
3
+ import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
  /**
6
6
  * | | |
@@ -1,8 +1,8 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
4
- import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
5
- import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
3
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
4
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
5
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
6
6
  import type { DataType } from "node-opcua-variant";
7
7
  /**
8
8
  * State machine representing the operation mode of
@@ -1,9 +1,9 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health";
4
- import type { UABasicStacklight } from "node-opcua-nodeset-ia/dist/ua_basic_stacklight";
5
- import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
3
+ import type { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health.js";
4
+ import type { UABasicStacklight } from "node-opcua-nodeset-ia/dist/ua_basic_stacklight.js";
5
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
6
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
7
7
  import type { DataType } from "node-opcua-variant";
8
8
  import type { UAMachineryItemState_StateMachine } from "./ua_machinery_item_state_state_machine.js";
9
9
  import type { UAMachineryOperationModeStateMachine } from "./ua_machinery_operation_mode_state_machine.js";
@@ -1,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
3
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
  /**
6
6
  * Provides notifications as events or objects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machinery",
3
- "version": "2.182.0",
3
+ "version": "2.183.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",
@@ -10,16 +10,19 @@
10
10
  },
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
+ "engines": {
14
+ "node": ">=22.13.0"
15
+ },
13
16
  "dependencies": {
14
- "node-opcua-address-space-base": "2.182.0",
15
- "node-opcua-basic-types": "2.182.0",
16
- "node-opcua-data-access": "2.182.0",
17
- "node-opcua-data-model": "2.182.0",
18
- "node-opcua-nodeid": "2.182.0",
19
- "node-opcua-nodeset-di": "2.182.0",
20
- "node-opcua-nodeset-ia": "2.182.0",
21
- "node-opcua-nodeset-ua": "2.182.0",
22
- "node-opcua-variant": "2.182.0"
17
+ "node-opcua-address-space-base": "2.183.0",
18
+ "node-opcua-basic-types": "2.183.0",
19
+ "node-opcua-data-access": "2.183.0",
20
+ "node-opcua-data-model": "2.183.0",
21
+ "node-opcua-nodeid": "2.183.0",
22
+ "node-opcua-nodeset-di": "2.183.0",
23
+ "node-opcua-nodeset-ia": "2.183.0",
24
+ "node-opcua-nodeset-ua": "2.183.0",
25
+ "node-opcua-variant": "2.183.0"
23
26
  },
24
27
  "files": [
25
28
  "dist",
@@ -38,5 +41,5 @@
38
41
  "internet of things"
39
42
  ],
40
43
  "homepage": "http://node-opcua.github.io/",
41
- "gitHead": "7172ac8333d34505a72221e8f56e8708c2c96bd7"
44
+ "gitHead": "d9a9af54d162f0fbb8d287e168aaeeda2d5c38b7"
42
45
  }
@@ -1,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { UAString } from "node-opcua-basic-types";
3
- import type { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_tag_nameplate";
3
+ import type { UAITagNameplate, UAITagNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_tag_nameplate.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
 
6
6
  // ----- this file has been automatically generated - do not edit
@@ -1,7 +1,7 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { UAString } from "node-opcua-basic-types";
3
3
  import type { LocalizedText } from "node-opcua-data-model";
4
- import type { UALifetimeVariable } from "node-opcua-nodeset-di/dist/ua_lifetime_variable";
4
+ import type { UALifetimeVariable } from "node-opcua-nodeset-di/dist/ua_lifetime_variable.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
 
7
7
  import type { UAIMachineTagNameplate, UAIMachineTagNameplate_Base } from "./ua_i_machine_tag_nameplate.js";
@@ -1,7 +1,7 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { Byte, UAString, UInt16 } from "node-opcua-basic-types";
3
3
  import type { LocalizedText } from "node-opcua-data-model";
4
- import type { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_vendor_nameplate";
4
+ import type { UAIVendorNameplate, UAIVendorNameplate_Base } from "node-opcua-nodeset-di/dist/ua_i_vendor_nameplate.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
 
7
7
  // ----- this file has been automatically generated - do not edit
@@ -1,7 +1,7 @@
1
1
  import type { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import type { UAString } from "node-opcua-basic-types";
3
3
  import type { LocalizedText, QualifiedName } from "node-opcua-data-model";
4
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
4
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
 
7
7
  // ----- this file has been automatically generated - do not edit
@@ -1,7 +1,7 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { Byte, UAString, UInt16 } from "node-opcua-basic-types";
3
3
  import type { LocalizedText, QualifiedName } from "node-opcua-data-model";
4
- import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group";
4
+ import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
5
5
  import type { DataType } from "node-opcua-variant";
6
6
 
7
7
  // ----- this file has been automatically generated - do not edit
@@ -1,8 +1,8 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
4
- import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
5
- import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
3
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
4
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
5
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
6
6
  import type { DataType } from "node-opcua-variant";
7
7
 
8
8
  // ----- this file has been automatically generated - do not edit
@@ -1,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
3
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
 
6
6
  // ----- this file has been automatically generated - do not edit
@@ -1,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group";
3
+ import type { UAFunctionalGroup, UAFunctionalGroup_Base } from "node-opcua-nodeset-di/dist/ua_functional_group.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
 
6
6
  // ----- this file has been automatically generated - do not edit
@@ -1,8 +1,8 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
4
- import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
5
- import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
3
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
4
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
5
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
6
6
  import type { DataType } from "node-opcua-variant";
7
7
 
8
8
  // ----- this file has been automatically generated - do not edit
@@ -1,9 +1,9 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health";
4
- import type { UABasicStacklight } from "node-opcua-nodeset-ia/dist/ua_basic_stacklight";
5
- import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
3
+ import type { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health.js";
4
+ import type { UABasicStacklight } from "node-opcua-nodeset-ia/dist/ua_basic_stacklight.js";
5
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
6
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
7
7
  import type { DataType } from "node-opcua-variant";
8
8
 
9
9
  import type { UAMachineryItemState_StateMachine } from "./ua_machinery_item_state_state_machine.js";
@@ -1,6 +1,6 @@
1
1
  import type { UAProperty } from "node-opcua-address-space-base";
2
2
  import type { QualifiedName } from "node-opcua-data-model";
3
- import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
3
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
4
4
  import type { DataType } from "node-opcua-variant";
5
5
 
6
6
  // ----- this file has been automatically generated - do not edit