beerbay-math
Advanced tools
Comparing version 1.1.6 to 1.1.7
14
index.js
@@ -66,2 +66,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "fromDecimalToInteger", { | ||
enumerable: true, | ||
get: function get() { | ||
return _stripe.fromDecimalToInteger; | ||
} | ||
}); | ||
Object.defineProperty(exports, "cartToLineItems", { | ||
enumerable: true, | ||
get: function get() { | ||
return _stripe.cartToLineItems; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getFullPrice", { | ||
@@ -85,2 +97,4 @@ enumerable: true, | ||
var _stripe = require("./stripe"); | ||
var _total = require("./total"); | ||
@@ -87,0 +101,0 @@ |
{ | ||
"name": "beerbay-math", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.cartToLineItems = void 0; | ||
exports.cartToLineItems = exports.fromDecimalToInteger = void 0; | ||
@@ -32,2 +32,4 @@ var _coupon = require("./coupon"); | ||
exports.fromDecimalToInteger = fromDecimalToInteger; | ||
var getHighestPricedItem = function getHighestPricedItem(arr) { | ||
@@ -34,0 +36,0 @@ var highestPrice = Math.max.apply(Math, arr.map(function (product) { |
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
34981
1086