File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @storyprotocol/storykit" ,
3
3
"author" : " storyprotocol engineering <eng@storyprotocol.xyz>" ,
4
- "version" : " 0.2.2 " ,
4
+ "version" : " 0.2.3 " ,
5
5
"type" : " module" ,
6
6
"exports" : {
7
7
"." : {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export function getPilFlavorByLicenseTerms(pilTerms: PILTerms): PilFlavor {
39
39
return derivativesAttribution ? PIL_FLAVOR . NON_COMMERCIAL_SOCIAL_REMIXING : PIL_FLAVOR . OPEN_USE
40
40
}
41
41
42
- if ( commercialUse && derivativesAllowed && ! derivativesAttribution && commercialRevenueShare === 0 ) {
42
+ if ( commercialUse && ! derivativesAllowed && ! derivativesAttribution && commercialRevenueShare === 0 ) {
43
43
// TODO: commercial use should check that mintingFee is set, currently not received from the API
44
44
return PIL_FLAVOR . COMMERCIAL_USE
45
45
}
You can’t perform that action at this time.
0 commit comments