@avalabs/avalanche-contacts
Advanced tools
Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3
@@ -6,2 +6,8 @@ # Change Log | ||
## 0.0.1-alpha.3 (2022-06-15) | ||
### Bug Fixes | ||
- **build:** errors from import type ([ba2c956](https://github.com/ava-labs/avalanche-dapp-sdks/commit/ba2c95607800ba2ba06decc6a1c3810f46aa69e9)) | ||
## 0.0.1-alpha.2 (2022-06-14) | ||
@@ -8,0 +14,0 @@ |
@@ -1,3 +0,3 @@ | ||
import type { AvalancheProvider } from '@avalabs/avalanche-connector'; | ||
import type { Contact } from '@avalabs/types'; | ||
import { AvalancheProvider } from '@avalabs/avalanche-connector'; | ||
import { Contact } from '@avalabs/types'; | ||
export declare function useContacts(provider: AvalancheProvider): { | ||
@@ -4,0 +4,0 @@ contacts: Contact[]; |
{ | ||
"name": "@avalabs/avalanche-contacts", | ||
"version": "0.0.1-alpha.2", | ||
"version": "0.0.1-alpha.3", | ||
"license": "MIT", | ||
@@ -8,5 +8,2 @@ "main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"publishConfig": { | ||
"access": "restricted" | ||
}, | ||
"scripts": { | ||
@@ -28,6 +25,3 @@ "start": "rollup -c --watch", | ||
}, | ||
"dependencies": { | ||
"@avalabs/types": "^2.4.0-alpha.52" | ||
}, | ||
"gitHead": "759129d42b61e2d7355898036669f2667cd1136e" | ||
"gitHead": "bf80463c248a9d5e39f0d327b1edd5e773432e80" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6142
0
- Removed@avalabs/types@^2.4.0-alpha.52
- Removed@avalabs/types@2.7.0(transitive)