@open3cl/engine 1.3.19 → 1.3.20

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 (2) hide show
  1. package/engine.js +1 -1
  2. package/package.json +1 -1
package/engine.js CHANGED
@@ -20,7 +20,7 @@ import { Inertie } from './7_inertie.js';
20
20
  import getFicheTechnique from './ficheTechnique.js';
21
21
  import { ProductionENR } from './16.2_production_enr.js';
22
22
 
23
- const LIB_VERSION = '1.3.17';
23
+ const LIB_VERSION = '1.3.20';
24
24
 
25
25
  function calc_th(map_id) {
26
26
  const map = enums.methode_application_dpe_log[map_id];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open3cl/engine",
3
- "version": "1.3.19",
3
+ "version": "1.3.20",
4
4
  "description": "Open Source 3CL-DPE engine",
5
5
  "main": "index.js",
6
6
  "directories": {