kubesail-shipping
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "kubesail-shipping", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "KubeSail Shipping and Tax Cost logic", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,6 @@ module.exports = [ | ||
bays: 2, | ||
price: { USD: 49900, GBP: 49900, EUR: 49900 }, | ||
price: { USD: 49900, GBP: 38900, EUR: 46900 }, | ||
// RAW: 499USD => 368GBP => 440EUR | ||
// FAIR: 499 => 369 => 449 | ||
// REAL: 499 => 389 => 469 | ||
description: [ | ||
@@ -19,3 +22,6 @@ 'Standard PiBox, plus:', | ||
bays: 2, | ||
price: { USD: 29900, GBP: 29900, EUR: 29900 }, | ||
price: { USD: 29900, GBP: 24900, EUR: 28900 }, | ||
// RAW: 299USD => 220GBP => 264EUR | ||
// FAIR: 299 => 229 => 269 | ||
// REAL: 299 => 249 => 289 | ||
description: [ | ||
@@ -32,6 +38,10 @@ 'Raspberry Pi CM4 w/ 8GB RAM, 8GB eMMC, WiFi', | ||
bays: 2, | ||
price: { USD: 15900, GBP: 15900, EUR: 15900 }, | ||
price: { USD: 15900, GBP: 12900, EUR: 14900 }, | ||
// RAW: 159USD => 117GBP => 140EUR | ||
// FAIR: 159 => 125 => 149 | ||
// REAL: 159 => 129 => 149 | ||
description: [ | ||
'The Standard PiBox, but you provide your own:', | ||
'Raspberry Pi CM4, Fan, and WiFi antenna', | ||
'Some assembly required!', | ||
], | ||
@@ -43,4 +53,8 @@ }, | ||
bays: 5, | ||
description: ['5 Full-Size Hard Drive Bays', 'Product announcement late 2022'], | ||
description: [ | ||
'5 Full-Size Hard Drive Bays', | ||
'Product announcement late 2022', | ||
'Follow us on Twitter @KubeSail for updates', | ||
], | ||
}, | ||
] |
5481
323