Updated to Node 17

This commit is contained in:
n1474335 2022-03-25 14:59:54 +00:00
parent e43e010163
commit b09f98fbb4
14 changed files with 1488 additions and 1531 deletions

View file

@ -4,7 +4,7 @@
* @license Apache-2.0
*/
import OperationConfig from "./config/OperationConfig.json";
import OperationConfig from "./config/OperationConfig.json" assert {type: "json"};
import OperationError from "./errors/OperationError.mjs";
import Operation from "./Operation.mjs";
import DishError from "./errors/DishError.mjs";