@cvbb/bc-ur
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -38,4 +38,4 @@ "use strict"; | ||
} | ||
return composeHeadersToFragments(fragments, bc32Digest, 'bytes'); | ||
return composeHeadersToFragments(fragments, bc32Digest, 'bytes').map(function (str) { return str.toUpperCase(); }); | ||
}; | ||
//# sourceMappingURL=encodeUR.js.map |
{ | ||
"name": "@cvbb/bc-ur", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "BlockChain Commons Uniform Resources", | ||
@@ -19,3 +19,3 @@ "author": "aaronisme <aarondongchen@gmail.com>", | ||
"dependencies": { | ||
"@cvbb/bc-bech32": "^1.1.8", | ||
"@cvbb/bc-bech32": "^1.1.9", | ||
"@types/sha.js": "^2.4.0", | ||
@@ -39,3 +39,3 @@ "sha.js": "^2.4.11" | ||
}, | ||
"gitHead": "750eba769712f418003c47022d9de6f0fd68bdc2" | ||
"gitHead": "476105b5dbc398efd1ca0bc7b672560f39a90b3a" | ||
} |
@@ -40,3 +40,3 @@ import { encodeSimpleCBOR } from './miniCbor'; | ||
} | ||
return composeHeadersToFragments(fragments, bc32Digest, 'bytes'); | ||
return composeHeadersToFragments(fragments, bc32Digest, 'bytes').map((str) => str.toUpperCase()); | ||
}; |
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
29972
Updated@cvbb/bc-bech32@^1.1.9