Skip to content

Commit

Permalink
Build 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Jan 28, 2021
1 parent 377e9ea commit 5a5ce6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/classes/Nod3Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
var _modules = _interopRequireDefault(require("../modules"));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}

/* const methods = Object.keys(modules).reduce((v, a) => {
v[a] = Object.keys(modules[a])
return v
}, {}) */
v[a] = Object.keys(modules[a])
return v
}, {}) */

const SUBSCRIBE = 'subscribe';

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsksmart/nod3",
"version": "0.4.0",
"version": "0.4.1",
"description": "Minimal Javascript RPC communication with Ethereum / RSK node",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5a5ce6c

Please sign in to comment.