beerbay-math
Advanced tools
Comparing version 1.0.8 to 1.0.9
18
index.js
@@ -66,3 +66,2 @@ "use strict"; | ||
}); | ||
exports["default"] = void 0; | ||
@@ -79,16 +78,3 @@ var _cart = require("./cart"); | ||
var _default = { | ||
getCartQuantity: _cart.getCartQuantity, | ||
getCartPrice: _cart.getCartPrice, | ||
getSelectedCountry: _country.getSelectedCountry, | ||
getProductPrice: _products.getProductPrice, | ||
getProductQuantity: _products.getProductQuantity, | ||
packQuantity: _shipping.packQuantity, | ||
packFreeQuantity: _shipping.packFreeQuantity, | ||
getShippingGross: _shipping.getShippingGross, | ||
getShippingFinal: _shipping.getShippingFinal, | ||
getFullPrice: _total.getFullPrice | ||
}; // REQUIRED if publishing the module as npm package | ||
// module.exports.meta = require('./package.json') | ||
exports["default"] = _default; | ||
// REQUIRED if publishing the module as npm package | ||
module.exports.meta = require('./package.json'); |
{ | ||
"name": "beerbay-math", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -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
14318
446