@open3cl/engine 1.3.18 → 1.3.19
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.
- package/engine.js +1 -1
- 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 = '
|
|
23
|
+
const LIB_VERSION = '1.3.17';
|
|
24
24
|
|
|
25
25
|
function calc_th(map_id) {
|
|
26
26
|
const map = enums.methode_application_dpe_log[map_id];
|