@autofleet/node-common 1.1.81 → 1.1.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/settings/map.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/node-common",
3
- "version": "1.1.81",
3
+ "version": "1.1.82",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "coverage": "jest --coverage --forceExit --runInBand",
package/settings/map.js CHANGED
@@ -135,7 +135,7 @@ module.exports = {
135
135
  defaultValue: 0,
136
136
  context: 'placement',
137
137
  },
138
- RAAS_PLACEMENT_VEHICLE_RIDE_RATIO: {
138
+ VAAS_PLACEMENT_VEHICLE_RIDE_RATIO: {
139
139
  name: 'RAAS placement vehicle - ride ratio',
140
140
  description: 'The ratio between vehicle and ride for RAAS placement',
141
141
  type: 'number',