ato-water-lib 0.0.48 → 0.0.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -292,6 +292,7 @@ export declare namespace AtoGojsEditorModel {
292
292
  PLANT_CELL = "PlantCells",
293
293
  PLANT_CELL_INPUT_GROUP = "PC Input Group",
294
294
  PLANT_CELL_OUTPUT_GROUP = "PC Output Group",
295
+ STEAM_SOURCES = "SteamSources",
295
296
  STEAM_PIPELINE = "Steam pipeline",
296
297
  VALUES = "Valves",
297
298
  STEAM_TRAPS = "Steam Traps",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",