X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ddd6bf4ff846ac4adc2847506472b2380f84a64d;hb=84d7b12e4d00a01aafa6fcb02fa1e7f6a439d403;hp=e1bd82dbc924aecb948bb539f921fb6748254d40;hpb=15042c5fdee2d617c1d533699334cbf044f1a97e;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index e1bd82db..ddd6bf4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.36", + "version": "1.0.40", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -50,7 +50,6 @@ "lint": "cross-env TIMING=1 eslint --ext .js,.ts src", "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", - "pretest": "npm run build:dev", "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc mocha test/**/*Test.ts", "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html", @@ -84,7 +83,7 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^9.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^14.17.10", + "@types/node": "^14.17.11", "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7", @@ -99,7 +98,7 @@ "eslint-plugin-node": "^11.1.0", "expect": "^27.0.6", "mbt": "^1.2.3", - "mocha": "^9.0.3", + "mocha": "^9.1.0", "mochawesome": "^6.2.2", "npm-check": "^5.9.2", "nyc": "^15.1.0",