@wharfkit/abicache
Advanced tools
Comparing version 1.1.0 to 1.1.1
import { ABI, API, NameType, ABIDef, APIClient } from '@wharfkit/antelope'; | ||
import { AbiProvider } from 'eosio-signing-request'; | ||
import { AbiProvider } from '@wharfkit/signing-request'; | ||
@@ -4,0 +4,0 @@ interface ABICacheInterface extends AbiProvider { |
{ | ||
"name": "@wharfkit/abicache", | ||
"description": "ABI Caching Mechanism for use in Session and Contract Kits", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://github.com/wharfkit/abicache", | ||
@@ -21,3 +21,3 @@ "license": "BSD-3-Clause", | ||
"@wharfkit/antelope": "^0.7.3", | ||
"eosio-signing-request": "^3.0.0-beta1", | ||
"@wharfkit/signing-request": "^3.0.0", | ||
"pako": "^2.0.4", | ||
@@ -24,0 +24,0 @@ "tslib": "^2.1.0" |
@@ -30,3 +30,3 @@ # @wharfkit/abicache | ||
- [@wharfkit/antelope](https://github.com/wharfkit/antelope): Core library to provide Antelope data types. | ||
- [eosio-signing-request](https://github.com/greymass/eosio-signing-request): Antelope Signing Request Protocol. | ||
- [@wharfkit/signing-request](https://github.com/@wharfkit/signing-request): Antelope Signing Request Protocol. | ||
@@ -33,0 +33,0 @@ --- |
import {ABI, ABIDef, API, APIClient, NameType} from '@wharfkit/antelope' | ||
import {AbiProvider} from 'eosio-signing-request' | ||
import {AbiProvider} from '@wharfkit/signing-request' | ||
@@ -4,0 +4,0 @@ export interface ABICacheInterface extends AbiProvider { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12892
12
149
1
+ Added@wharfkit/antelope@1.0.13(transitive)
+ Added@wharfkit/signing-request@3.2.0(transitive)
- Removedeosio-signing-request@^3.0.0-beta1
- Removedeosio-signing-request@3.0.0-beta1(transitive)