kubesail-shipping
Advanced tools
Comparing version 1.0.6 to 1.0.7
14
index.js
@@ -7,9 +7,9 @@ const countryVat = require('country-vat') | ||
const shippingCostTable = { | ||
0: [4.5], | ||
1: [12], | ||
2: [12.75], | ||
3: [16.5], | ||
4: [27], | ||
5: [32], | ||
6: [36], | ||
0: [450], | ||
1: [1200], | ||
2: [1275], | ||
3: [1650], | ||
4: [2700], | ||
5: [3200], | ||
6: [3600], | ||
} | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "kubesail-shipping", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "KubeSail Shipping and Tax Cost logic", | ||
@@ -5,0 +5,0 @@ "main": "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
4958