Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "libcip54", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "Cardano Smart NFT Library", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -574,3 +574,3 @@ "use strict"; | ||
mType = blob.type.split(';')[0]; | ||
return [2 /*return*/, 'data:' + mType + ';charset=utf-8;base64,' + Buffer.from(arrayBuf).toString('base64')]; // Currently not using the function above because I have no problem here | ||
return [2 /*return*/, 'data:' + mType + ';base64,' + Buffer.from(arrayBuf).toString('base64')]; // Currently not using the function above because I have no prob | ||
} | ||
@@ -577,0 +577,0 @@ }); |
{ | ||
"name": "libcip54", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "Cardano Smart NFT Library", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
66223