@omisego/omg-js
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@omisego/omg-js", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "JavaScript Library to interact with OMG Network", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@omisego/omg-js-childchain": "^0.1.5", | ||
"@omisego/omg-js-childchain": "^0.1.6", | ||
"@omisego/omg-js-rootchain": "^0.1.5", | ||
@@ -33,3 +33,3 @@ "@omisego/omg-js-util": "^0.1.5" | ||
}, | ||
"gitHead": "b8453a9d064390e61e4f187d24675046232d69d7" | ||
"gitHead": "8cf1ff94f280a6acd2761b6adf9d0c0436ece6fe" | ||
} |
@@ -12,3 +12,3 @@ const RootChain = require('omg-js-rootchain') | ||
*/ | ||
class Omg { | ||
@@ -15,0 +15,0 @@ constructor (watcherUrl, childChainUrl, web3Provider) { |
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
1499