@greymass/eosio
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@greymass/eosio", | ||
"description": "Library for working with EOSIO blockchains", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/greymass/eosio-core", | ||
"license": "BSD-3-Clause", | ||
"license": "BSD-3-Clause-No-Military-License", | ||
"main": "lib/eosio-core.js", | ||
@@ -8,0 +8,0 @@ "module": "lib/eosio-core.m.js", |
@@ -35,3 +35,4 @@ import {APIProvider, APIResponse, FetchProvider, FetchProviderOptions} from './provider' | ||
error.what === 'unspecified' && | ||
error.details[0]?.file === 'http_plugin.cpp' && | ||
error.details[0].file && | ||
error.details[0].file === 'http_plugin.cpp' && | ||
error.details[0].message.slice(0, 11) === 'unknown key' | ||
@@ -38,0 +39,0 @@ ) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
810181
49
1
16164