chore: version 1.2.0-2
[e-mobility-charging-stations-simulator.git] / package.json
index 10344b1e87a60cd11af8f2fc1c3c40489ed22c55..698c87d01dd9e8e5dde1d9dfe076ae732c214b03 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.96",
+  "version": "1.2.0-2",
   "engines": {
     "node": ">=16.0.0"
   },
     "start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node -r source-map-support/register dist/start.mjs",
     "rollup": "pnpm run build-requirements && rollup --config",
     "build": "pnpm run rollup",
-    "build:cf": "npx rimraf node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm run rollup",
+    "build:cf": "pnpm run clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm run rollup",
     "build:dev": "pnpm run rollup -- --environment BUILD:development",
     "build:dev:watch": "pnpm run rollup -- --environment BUILD:development --watch",
+    "clean:dist": "npx rimraf dist",
+    "clean:node_modules": "npx rimraf node_modules",
     "lint": "cross-env TIMING=1 eslint --cache --ext .js,.cjs,.mjs,.ts src",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.cjs,.mjs,.ts src",
     "format": "prettier --cache --write .",
     "utf-8-validate": "^6.0.3"
   },
   "devDependencies": {
-    "@commitlint/cli": "^17.5.0",
+    "@commitlint/cli": "^17.5.1",
     "@commitlint/config-conventional": "^17.4.4",
     "@mikro-orm/cli": "^5.6.15",
     "@release-it/bumper": "^4.0.2",
     "@rollup/plugin-typescript": "^11.0.0",
     "@types/mocha": "^10.0.1",
     "@types/mochawesome": "^6.2.1",
-    "@types/node": "^18.15.5",
+    "@types/node": "^18.15.10",
     "@types/proper-lockfile": "^4.1.2",
+    "@types/sinon": "^10.0.13",
     "@types/tar": "^6.1.4",
     "@types/ws": "^8.5.4",
-    "@typescript-eslint/eslint-plugin": "^5.56.0",
-    "@typescript-eslint/parser": "^5.56.0",
+    "@typescript-eslint/eslint-plugin": "^5.57.0",
+    "@typescript-eslint/parser": "^5.57.0",
     "auto-changelog": "^2.4.0",
     "c8": "^7.13.0",
     "clinic": "^12.1.0",
     "lint-staged": "^13.2.0",
     "mocha": "^10.2.0",
     "mochawesome": "^7.1.3",
-    "prettier": "^2.8.6",
-    "release-it": "^15.9.1",
+    "prettier": "^2.8.7",
+    "release-it": "^15.9.3",
     "rimraf": "^4.4.1",
     "robohydra": "^0.6.9",
-    "rollup": "^3.20.0",
+    "rollup": "^3.20.2",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-copy": "^3.4.0",
     "rollup-plugin-delete": "^2.0.0",
     "semver": "^7.3.8",
+    "sinon": "^15.0.3",
     "ts-node": "^10.9.1",
     "typescript": "^5.0.2"
   }