ato-water-lib 0.0.50 → 0.0.52

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ export declare enum ENUM_ASSET_PARAMETERS {
21
21
  MAKEUP_WATER_CALCIUM = "MakeupWaterCalcium",
22
22
  MAKEUP_WATER_TOTAL_IRON = "MakeupWaterTotalIron",
23
23
  SPECIFIC_CONDUCTIVITY = "Specific Conductivity",
24
- PH = "PH",
24
+ PH = "pH",
25
25
  SILICA = "Silica",
26
26
  EVAPORATION_LOSS_FLOW_RATE = "EvaporationLossFlowRate",
27
27
  EVAPORATION_LOSS_FLOW = "EvaporationLossFlow",
@@ -225,7 +225,7 @@ export declare const DATA_ASSET_PARAMETER_FIELDS: {
225
225
  name: ENUM_ASSET_PARAMETERS;
226
226
  key: ENUM_ASSET_PARAMETERS;
227
227
  };
228
- PH: {
228
+ pH: {
229
229
  name: ENUM_ASSET_PARAMETERS;
230
230
  key: ENUM_ASSET_PARAMETERS;
231
231
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",