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
|
-
?
|
|
1109
|
-
:
|
|
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.
|
|
1
|
+
export declare const version = "v2.30.1";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED