measur-tools-suite 1.0.14-rc.35 → 1.0.14-rc.36

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.
Files changed (21) hide show
  1. package/bin/package.json +1 -1
  2. package/package.json +1 -1
  3. /package/docs/dox-content/calculators/{cascade_heat_high_to_low_calculator.dox → processHeat/cascade_heat_high_to_low_calculator.dox} +0 -0
  4. /package/docs/dox-content/calculators/{atmosphere_heat_loss_calculator.dox → processHeat/losses/atmosphere_heat_loss_calculator.dox} +0 -0
  5. /package/docs/dox-content/calculators/{auxiliary_power_used_calculator.dox → processHeat/losses/auxiliary_power_used_calculator.dox} +0 -0
  6. /package/docs/dox-content/calculators/{energy_input_electric_arc_furnace_calculator.dox → processHeat/losses/energy_input_electric_arc_furnace_calculator.dox} +0 -0
  7. /package/docs/dox-content/calculators/{energy_input_exhaust_gas_heat_loss_calculator.dox → processHeat/losses/energy_input_exhaust_gas_heat_loss_calculator.dox} +0 -0
  8. /package/docs/dox-content/calculators/{exhaust_gas_heat_loss_electric_arc_furnace_calculator.dox → processHeat/losses/exhaust_gas_heat_loss_electric_arc_furnace_calculator.dox} +0 -0
  9. /package/docs/dox-content/calculators/{fixture_heat_loss_calculator.dox → processHeat/losses/fixture_heat_loss_calculator.dox} +0 -0
  10. /package/docs/dox-content/calculators/{gas_cooling_heat_loss_calculator.dox → processHeat/losses/gas_cooling_heat_loss_calculator.dox} +0 -0
  11. /package/docs/dox-content/calculators/{gas_flue_gas_calculator.dox → processHeat/losses/gas_flue_gas_calculator.dox} +0 -0
  12. /package/docs/dox-content/calculators/{gas_load_charge_material_heat_required_calculator.dox → processHeat/losses/gas_load_charge_material_heat_required_calculator.dox} +0 -0
  13. /package/docs/dox-content/calculators/{leakage_heat_loss_calculator.dox → processHeat/losses/leakage_heat_loss_calculator.dox} +0 -0
  14. /package/docs/dox-content/calculators/{liquid_cooling_heat_loss_calculator.dox → processHeat/losses/liquid_cooling_heat_loss_calculator.dox} +0 -0
  15. /package/docs/dox-content/calculators/{liquid_load_charge_material_heat_required_calculator.dox → processHeat/losses/liquid_load_charge_material_heat_required_calculator.dox} +0 -0
  16. /package/docs/dox-content/calculators/{opening_heat_loss_calculator.dox → processHeat/losses/opening_heat_loss_calculator.dox} +0 -0
  17. /package/docs/dox-content/calculators/{slag_other_material_heat_loss_calculator.dox → processHeat/losses/slag_other_material_heat_loss_calculator.dox} +0 -0
  18. /package/docs/dox-content/calculators/{solid_liquid_flue_gas_calculator.dox → processHeat/losses/solid_liquid_flue_gas_calculator.dox} +0 -0
  19. /package/docs/dox-content/calculators/{solid_load_charge_material_heat_required_calculator.dox → processHeat/losses/solid_load_charge_material_heat_required_calculator.dox} +0 -0
  20. /package/docs/dox-content/calculators/{wall_heat_loss_calculator.dox → processHeat/losses/wall_heat_loss_calculator.dox} +0 -0
  21. /package/docs/dox-content/calculators/{water_cooling_heat_loss_calculator.dox → processHeat/losses/water_cooling_heat_loss_calculator.dox} +0 -0
package/bin/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-rc.35",
3
+ "version": "1.0.14-rc.36",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-rc.35",
3
+ "version": "1.0.14-rc.36",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"