ato-water-lib 0.0.53 → 0.0.56

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ export declare enum ENUM_ASSET_PARAMETERS {
41
41
  KPI_ATP = "KpiATP",
42
42
  TOTAL_IRON = "Total Iron",
43
43
  PHOSPHATE = "Phosphate",
44
- M_AKALINITY = "M-Akalinity",
44
+ M_ALKALINITY = "M-Alkalinity",
45
45
  FLOW = "Flow",
46
46
  FLOW_RATE = "Flow Rate"
47
47
  }
@@ -253,7 +253,7 @@ export declare const DATA_ASSET_PARAMETER_FIELDS: {
253
253
  name: ENUM_ASSET_PARAMETERS;
254
254
  key: ENUM_ASSET_PARAMETERS;
255
255
  };
256
- "M-Akalinity": {
256
+ "M-Alkalinity": {
257
257
  name: ENUM_ASSET_PARAMETERS;
258
258
  key: ENUM_ASSET_PARAMETERS;
259
259
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.53",
3
+ "version": "0.0.56",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",