@wharfkit/abicache
Advanced tools
Comparing version 1.0.0 to 1.0.1-beta1
@@ -1,2 +0,2 @@ | ||
import { ABI, API, NameType, ABIDef, APIClient } from '@greymass/eosio'; | ||
import { ABI, API, NameType, ABIDef, APIClient } from '@wharfkit/antelope'; | ||
import { AbiProvider } from 'eosio-signing-request'; | ||
@@ -3,0 +3,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var tslib = require('tslib'); | ||
var eosio = require('@greymass/eosio'); | ||
var antelope = require('@wharfkit/antelope'); | ||
@@ -28,3 +28,3 @@ class ABICache { | ||
if (response.abi) { | ||
record = eosio.ABI.from(response.abi); | ||
record = antelope.ABI.from(response.abi); | ||
this.cache.set(key, record); | ||
@@ -41,3 +41,3 @@ } | ||
const key = String(account); | ||
this.cache.set(key, eosio.ABI.from(abi)); | ||
this.cache.set(key, antelope.ABI.from(abi)); | ||
} | ||
@@ -44,0 +44,0 @@ } |
@@ -1,2 +0,2 @@ | ||
import { ABI } from '@greymass/eosio'; | ||
import { ABI } from '@wharfkit/antelope'; | ||
@@ -3,0 +3,0 @@ class ABICache { |
{ | ||
"name": "@wharfkit/abicache", | ||
"description": "ABI Caching Mechanism for use in Session and Contract Kits", | ||
"version": "1.0.0", | ||
"version": "1.0.1-beta1", | ||
"homepage": "https://github.com/wharfkit/abicache", | ||
@@ -20,10 +20,7 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@greymass/eosio": "^0.6.10", | ||
"eosio-signing-request": "^2.5.3", | ||
"@wharfkit/antelope": "^0.7.3", | ||
"eosio-signing-request": "^3.0.0-beta1", | ||
"pako": "^2.0.4", | ||
"tslib": "^2.1.0" | ||
}, | ||
"resolutions": { | ||
"@greymass/eosio": "^0.6.10" | ||
}, | ||
"devDependencies": { | ||
@@ -44,3 +41,3 @@ "@babel/preset-env": "^7.20.2", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"@wharfkit/mock-data": "^1.0.0-beta10", | ||
"@wharfkit/mock-data": "^1.0.0-beta13", | ||
"@wharfkit/wallet-plugin-privatekey": "^0.5.0", | ||
@@ -47,0 +44,0 @@ "chai": "^4.3.4", |
@@ -29,3 +29,3 @@ # @wharfkit/abicache | ||
- [@greymass/eosio](https://github.com/greymass/eosio): Core library to provide Antelope data types. | ||
- [@wharfkit/antelope](https://github.com/wharfkit/eosio): Core library to provide Antelope data types. | ||
- [eosio-signing-request](https://github.com/greymass/eosio-signing-request): Antelope Signing Request Protocol. | ||
@@ -32,0 +32,0 @@ |
@@ -1,2 +0,2 @@ | ||
import {ABI, ABIDef, API, APIClient, NameType} from '@greymass/eosio' | ||
import {ABI, ABIDef, API, APIClient, NameType} from '@wharfkit/antelope' | ||
import {AbiProvider} from 'eosio-signing-request' | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
217647
1
+ Added@wharfkit/antelope@^0.7.3
+ Added@wharfkit/antelope@0.7.3(transitive)
+ Addedeosio-signing-request@3.0.0-beta1(transitive)
- Removed@greymass/eosio@^0.6.10
- Removed@greymass/eosio@0.6.11(transitive)
- Removedeosio-signing-request@2.5.3(transitive)