kubesail-shipping
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "kubesail-shipping", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "KubeSail Shipping and Tax Cost logic", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = [ | ||
{ | ||
name: 'Plug and Play, 2 Bay', | ||
styleName: ( | ||
<> | ||
<span className={styles.pink}>2 Bay</span> Plug + Play PiBox | ||
</> | ||
), | ||
sku: '2-bay-plug-and-play', | ||
shortName: 'Plug and Play PiBox', | ||
bays: 2, | ||
price: { USD: 49900, GBP: 49900, EUR: 49900 }, | ||
@@ -18,8 +15,5 @@ description: [ | ||
{ | ||
name: 'Standard, 2 Bay', | ||
styleName: ( | ||
<> | ||
<span className={styles.pink}>2 Bay</span> Standard PiBox | ||
</> | ||
), | ||
sku: '2-bay-standard', | ||
shortName: 'Standard PiBox', | ||
bays: 2, | ||
price: { USD: 29900, GBP: 29900, EUR: 29900 }, | ||
@@ -34,8 +28,5 @@ description: [ | ||
{ | ||
name: 'Hacker, 2 Bay', | ||
styleName: ( | ||
<> | ||
<span className={styles.pink}>2 Bay</span> Hacker PiBox | ||
</> | ||
), | ||
sku: '2-bay-hacker', | ||
shortName: 'Hacker PiBox', | ||
bays: 2, | ||
price: { USD: 15900, GBP: 15900, EUR: 15900 }, | ||
@@ -48,10 +39,7 @@ description: [ | ||
{ | ||
name: '5 Bay', | ||
styleName: ( | ||
<> | ||
<span className={styles.blue}>5 Bay</span> PiBox | ||
</> | ||
), | ||
sku: '5-bay', | ||
shortName: 'PiBox', | ||
bays: 5, | ||
description: ['5 Full-Size Hard Drive Bays', 'Product announcement late 2022'], | ||
}, | ||
] |
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
4951
309