cosmos-client
Advanced tools
Comparing version 0.39.4 to 0.39.5
{ | ||
"name": "cosmos-client", | ||
"description": "REST API Client for Cosmos SDK Blockchain", | ||
"version": "0.39.4", | ||
"version": "0.39.5", | ||
"author": "LCNEM, Inc.", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -73,13 +73,1 @@ # cosmos-client-ts | ||
The third digit patch version can be independently incremented. | ||
## To use in web | ||
`webpack.config.js` | ||
```javascript | ||
module.exports = { | ||
resolve: { | ||
extensions: [".wasm"], | ||
}, | ||
}; | ||
``` |
@@ -11,3 +11,4 @@ "use strict"; | ||
var crypto = __importStar(require("crypto")); | ||
var sr25519 = __importStar(require("sr25519")); | ||
var sr25519; | ||
Promise.resolve().then(function () { return __importStar(require("sr25519")); }).then(function (mod) { return (sr25519 = mod); }); | ||
/** | ||
@@ -14,0 +15,0 @@ * sr25519 |
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
18575
781815
73