onroute-policy-engine 2.30.0 → 2.30.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.
@@ -1105,8 +1105,8 @@ function CheckWheelbaseLegalLimits(_policy, vehicleConfiguration, axleConfigurat
1105
1105
  Object.assign(Object.assign({}, resultBase), { result: hasDisallowedTrailer
1106
1106
  ? enum_1.PolicyCheckResultType.Fail
1107
1107
  : enum_1.PolicyCheckResultType.Warning, message: hasTrailer && !hasDisallowedTrailer
1108
- ? 'Wheelbase for Axle Unit X and Axle Unit Y is between 6.2m and 7.2m. Semi-Trailer wheelbase must be within dimensions table found in CTPM 5.3.7.A.'
1109
- : 'Wheelbase for Axle Unit 1 and Axle Unit 2 is between 6.2m and 7.2m. See CTPM 5.3.7.A.' }),
1108
+ ? `Wheelbase for Axle Unit ${resultBase.startAxleUnit} and Axle Unit ${resultBase.endAxleUnit} is between 6.2m and 7.2m. Semi-Trailer wheelbase must be within dimensions table found in CTPM 5.3.7.A.`
1109
+ : `Wheelbase for Axle Unit ${resultBase.startAxleUnit} and Axle Unit ${resultBase.endAxleUnit} is between 6.2m and 7.2m. See CTPM 5.3.7.A.` }),
1110
1110
  ];
1111
1111
  }
1112
1112
  return [
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "v2.30.0";
1
+ export declare const version = "v2.30.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.30.0';
5
+ exports.version = 'v2.30.1';
package/package.json CHANGED
@@ -91,5 +91,5 @@
91
91
  ],
92
92
  "testEnvironment": "node"
93
93
  },
94
- "version": "v2.30.0"
94
+ "version": "v2.30.1"
95
95
  }