X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=053ee535184cb7b8b2790a48785496bdcfc68470;hb=2bbddc367e37d0d163ee0e22f63c7093bb3aa0cd;hp=ff5719e30a8958aabce8da87dca7b3d7218403f8;hpb=0a36f1937cbabd4135df5dbe695757000e10f1cd;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index ff5719e3..053ee535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.2-2", + "version": "1.0.8", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -38,6 +38,7 @@ "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", "tsc": "tsc", + "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", @@ -73,11 +74,12 @@ "@types/ws": "^7.4.4", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", + "auto-changelog": "^2.3.0", "clinic": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^7.27.0", - "eslint-plugin-import": "^2.23.3", - "eslint-plugin-jsdoc": "^35.0.0", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-jsdoc": "^35.1.0", "expect": "^27.0.2", "mbt": "^1.2.1", "mocha": "^8.4.0",