node-opcua-nodeset-machinery-process-values 2.179.0 → 2.181.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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * from "./ua_process_value";
2
- export * from "./ua_process_value_setpoint_variable";
3
- export * from "./ua_process_value_variable";
4
- export * from "./ua_zero_point_adjustment_event";
1
+ export * from "./ua_process_value.js";
2
+ export * from "./ua_process_value_setpoint_variable.js";
3
+ export * from "./ua_process_value_variable.js";
4
+ export * from "./ua_zero_point_adjustment_event.js";
package/dist/index.js CHANGED
@@ -14,8 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ua_process_value"), exports);
18
- __exportStar(require("./ua_process_value_setpoint_variable"), exports);
19
- __exportStar(require("./ua_process_value_variable"), exports);
20
- __exportStar(require("./ua_zero_point_adjustment_event"), exports);
17
+ __exportStar(require("./ua_process_value.js"), exports);
18
+ __exportStar(require("./ua_process_value_setpoint_variable.js"), exports);
19
+ __exportStar(require("./ua_process_value_variable.js"), exports);
20
+ __exportStar(require("./ua_zero_point_adjustment_event.js"), exports);
21
21
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,uEAAqD;AACrD,8DAA4C;AAC5C,mEAAiD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,0EAAwD;AACxD,iEAA+C;AAC/C,sEAAoD"}
@@ -10,7 +10,7 @@ import type { UAExclusiveDeviationAlarm } from "node-opcua-nodeset-ua/dist/ua_ex
10
10
  import type { UAExclusiveLimitAlarm } from "node-opcua-nodeset-ua/dist/ua_exclusive_limit_alarm";
11
11
  import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
12
12
  import type { DataType } from "node-opcua-variant";
13
- import type { UAProcessValueSetpointVariable } from "./ua_process_value_setpoint_variable";
13
+ import type { UAProcessValueSetpointVariable } from "./ua_process_value_setpoint_variable.js";
14
14
  export interface UAProcessValue_analogSignal<T, DT extends DataType> extends Omit<UAAnalogSignalVariable<T, DT>, "engineeringUnits" | "euRange"> {
15
15
  engineeringUnits: UAProperty<EUInformation, DataType.ExtensionObject>;
16
16
  euRange: UAProperty<DTRange, DataType.ExtensionObject>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machinery-process-values",
3
- "version": "2.179.0",
3
+ "version": "2.181.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machinery-process-values",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,15 +11,15 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.179.0",
15
- "node-opcua-basic-types": "2.179.0",
16
- "node-opcua-data-access": "2.179.0",
17
- "node-opcua-data-model": "2.179.0",
18
- "node-opcua-nodeid": "2.179.0",
19
- "node-opcua-nodeset-padim": "2.179.0",
20
- "node-opcua-nodeset-ua": "2.179.0",
21
- "node-opcua-status-code": "2.179.0",
22
- "node-opcua-variant": "2.179.0"
14
+ "node-opcua-address-space-base": "2.181.0",
15
+ "node-opcua-basic-types": "2.181.0",
16
+ "node-opcua-data-access": "2.181.0",
17
+ "node-opcua-data-model": "2.181.0",
18
+ "node-opcua-nodeid": "2.181.0",
19
+ "node-opcua-nodeset-padim": "2.181.0",
20
+ "node-opcua-nodeset-ua": "2.181.0",
21
+ "node-opcua-status-code": "2.181.0",
22
+ "node-opcua-variant": "2.181.0"
23
23
  },
24
24
  "files": [
25
25
  "dist",
@@ -38,5 +38,5 @@
38
38
  "internet of things"
39
39
  ],
40
40
  "homepage": "http://node-opcua.github.io/",
41
- "gitHead": "c78c6ee424bae3c6e851fabd8e144390e2941f8a"
41
+ "gitHead": "f8f472c59e681b2aa18ae1533c3d1e5f17614c5c"
42
42
  }
package/source/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * from "./ua_process_value";
2
- export * from "./ua_process_value_setpoint_variable";
3
- export * from "./ua_process_value_variable";
4
- export * from "./ua_zero_point_adjustment_event";
1
+ export * from "./ua_process_value.js";
2
+ export * from "./ua_process_value_setpoint_variable.js";
3
+ export * from "./ua_process_value_variable.js";
4
+ export * from "./ua_zero_point_adjustment_event.js";
@@ -11,7 +11,7 @@ import type { UAExclusiveLimitAlarm } from "node-opcua-nodeset-ua/dist/ua_exclus
11
11
  import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
12
12
  import type { DataType } from "node-opcua-variant";
13
13
 
14
- import type { UAProcessValueSetpointVariable } from "./ua_process_value_setpoint_variable";
14
+ import type { UAProcessValueSetpointVariable } from "./ua_process_value_setpoint_variable.js";
15
15
 
16
16
  // ----- this file has been automatically generated - do not edit
17
17