onroute-policy-engine 2.18.0 → 2.18.1

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.
@@ -772,7 +772,8 @@ function CheckBoosterAxleLimit(_policy, vehicleConfiguration, axleConfiguration)
772
772
  message: result
773
773
  ? ''
774
774
  : `No. of Axles for Axle Unit ${boosterAxleUnit} must be less than or equal to No. of Axles for Axle Unit ${trailerAxleUnit}`,
775
- startAxleUnit: trailerAxleUnit,
775
+ // startAxleUnit and endAxleUnit should be the same for field highlighting purposes
776
+ startAxleUnit: boosterAxleUnit,
776
777
  endAxleUnit: boosterAxleUnit,
777
778
  });
778
779
  return;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "v2.18.0";
1
+ export declare const version = "v2.18.1";
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = 'v2.18.0';
5
+ exports.version = 'v2.18.1';
package/package.json CHANGED
@@ -91,5 +91,5 @@
91
91
  ],
92
92
  "testEnvironment": "node"
93
93
  },
94
- "version": "v2.18.0"
94
+ "version": "v2.18.1"
95
95
  }