@blockmatic/eosio-hooks-transit
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.2.4](https://github.com/blockmatic/eosio-hooks/compare/@blockmatic/eosio-hooks-transit@0.2.3...@blockmatic/eosio-hooks-transit@0.2.4) (2019-10-20) | ||
### Bug Fixes | ||
- don't throw on error ([97b0d7c](https://github.com/blockmatic/eosio-hooks/commit/97b0d7c)) | ||
## [0.2.3](https://github.com/blockmatic/eosio-hooks/compare/@blockmatic/eosio-hooks-transit@0.2.2...@blockmatic/eosio-hooks-transit@0.2.3) (2019-10-02) | ||
@@ -8,0 +14,0 @@ |
@@ -111,3 +111,3 @@ "use strict"; | ||
dispatch({ type: 'CONNECT_ERROR' }); | ||
throw new Error(err_1); | ||
return [3 /*break*/, 5]; | ||
case 5: return [2 /*return*/]; | ||
@@ -114,0 +114,0 @@ } |
{ | ||
"name": "@blockmatic/eosio-hooks-transit", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "EOS Trasit Hooks for React Applications", | ||
@@ -45,3 +45,3 @@ "author": "gaboesquivel <contact@gaboesquivel.com>", | ||
}, | ||
"gitHead": "da417407634e645c9ee7f9229d7c55f18dc42279" | ||
"gitHead": "3165d45d9768f0ca33022fd29049800f336a967a" | ||
} |
17731