X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2cfebb9794fbfe968755550849c45e0c4d0b4706;hb=0a44f741496e11fad67ea038e6a0c7ac43272b0f;hp=37b4c6ec93210bf89a8c13e6538bd9970427c81c;hpb=e3e532609e80521181cf8e10a9e838fa360c5d66;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 37b4c6ec..2cfebb97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.9", + "version": "1.0.10", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -19,6 +19,12 @@ } ], "main": "dist/start.js", + "auto-changelog": { + "commitUrl": "https://github.com/sap-labs-france/ev-simulator/commit/{id}", + "issueUrl": "https://github.com/sap-labs-france/ev-simulator/issues/{id}", + "mergeUrl": "https://github.com/sap-labs-france/ev-simulator/pull/{id}", + "compareUrl": "https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to}" + }, "scripts": { "prestart": "npm run build", "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.js", @@ -72,14 +78,14 @@ "@types/node": "^14.17.1", "@types/uuid": "^8.3.0", "@types/ws": "^7.4.4", - "@typescript-eslint/eslint-plugin": "^4.25.0", - "@typescript-eslint/parser": "^4.25.0", + "@typescript-eslint/eslint-plugin": "^4.26.0", + "@typescript-eslint/parser": "^4.26.0", "auto-changelog": "^2.3.0", "clinic": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^7.27.0", "eslint-plugin-import": "^2.23.4", - "eslint-plugin-jsdoc": "^35.1.1", + "eslint-plugin-jsdoc": "^35.1.2", "expect": "^27.0.2", "mbt": "^1.2.1", "mocha": "^8.4.0",