opensea-js
Advanced tools
Comparing version 7.1.12 to 7.1.13
@@ -164,4 +164,6 @@ "use strict"; | ||
} | ||
for (const fee of collectionFees) { | ||
considerationItems.push(getConsiderationItem((0, utils_2.basisPointsForFee)(fee), fee.recipient)); | ||
if (collectionFeesBasisPoints > 0) { | ||
for (const fee of collectionFees) { | ||
considerationItems.push(getConsiderationItem((0, utils_2.basisPointsForFee)(fee), fee.recipient)); | ||
} | ||
} | ||
@@ -168,0 +170,0 @@ return considerationItems; |
{ | ||
"name": "opensea-js", | ||
"version": "7.1.12", | ||
"version": "7.1.13", | ||
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -308,6 +308,8 @@ import EventEmitter = require("events"); | ||
} | ||
for (const fee of collectionFees) { | ||
considerationItems.push( | ||
getConsiderationItem(basisPointsForFee(fee), fee.recipient), | ||
); | ||
if (collectionFeesBasisPoints > 0) { | ||
for (const fee of collectionFees) { | ||
considerationItems.push( | ||
getConsiderationItem(basisPointsForFee(fee), fee.recipient), | ||
); | ||
} | ||
} | ||
@@ -314,0 +316,0 @@ return considerationItems; |
Sorry, the diff of this file is not supported yet
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
514386
12663