car-tax-calculations
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const KM_TO_MILES_CONVERSION_RATE = 0.621371; | ||
@@ -116,3 +118,3 @@ const getClaimableAmountWithTieredRates = (distanceTravelled, rateTiers) => { | ||
}; | ||
export const getTaxClaimableMileage = ({ taxType, kmTravelled, rateTiers, currency, distanceUnit }) => { | ||
exports.getTaxClaimableMileage = ({ taxType, kmTravelled, rateTiers, currency, distanceUnit }) => { | ||
switch (taxType) { | ||
@@ -119,0 +121,0 @@ case 'ATO_non_logbook': |
{ | ||
"name": "car-tax-calculations", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Little util to calculate claimable cost of car mileage for different jurisdictions.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9869
157