@greymass/eosio
Advanced tools
Comparing version 0.2.4 to 0.2.5
/** | ||
* EOSIO Core v0.2.4 | ||
* EOSIO Core v0.2.5 | ||
* https://github.com/greymass/eosio-core | ||
@@ -1231,3 +1231,3 @@ * | ||
declare type Fetch = typeof window.fetch; | ||
declare type Fetch = (input: any, init?: any) => Promise<any>; | ||
interface APIProvider { | ||
@@ -1234,0 +1234,0 @@ /** |
{ | ||
"name": "@greymass/eosio", | ||
"description": "Library for working with EOSIO blockchains", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"homepage": "https://github.com/greymass/eosio-core", | ||
@@ -31,2 +31,3 @@ "license": "BSD-3-Clause", | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
"@types/bn.js": "^5.1.0", | ||
"@types/elliptic": "^6.4.12", | ||
@@ -33,0 +34,0 @@ "@types/mocha": "^8.0.3", |
@@ -1,2 +0,2 @@ | ||
type Fetch = typeof window.fetch | ||
type Fetch = (input: any, init?: any) => Promise<any> | ||
@@ -3,0 +3,0 @@ export interface APIProvider { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
700233
17