@avalabs/vm-module-types
Advanced tools
Comparing version 0.0.0-addFunctions-20240621170127 to 0.0.0-cp-8362-20240627182731
# @avalabs/vm-module-types | ||
## 0.0.0-addFunctions-20240621170127 | ||
## 0.0.0-cp-8362-20240627182731 | ||
### Patch Changes | ||
- 2f39ec5: make module interface dynamic | ||
- b09fcea: add module functions to evm-module | ||
- 0715d18: add module functions to evm-module | ||
## 0.0.10 | ||
### Patch Changes | ||
- 60f36fa: add getTokens function | ||
## 0.0.9 | ||
### Patch Changes | ||
- 6ffa356: add module functions to evm-module | ||
## 0.0.8 | ||
@@ -11,0 +22,0 @@ |
{ | ||
"name": "@avalabs/vm-module-types", | ||
"version": "0.0.0-addFunctions-20240621170127", | ||
"version": "0.0.0-cp-8362-20240627182731", | ||
"main": "src/index.ts", | ||
@@ -9,2 +9,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"@avalabs/coingecko-sdk": "v2.8.0-alpha.187", | ||
"@avalabs/utils-sdk": "2.8.0-canary.b4769c9.0", | ||
"eslint-config-custom": "0.0.1" | ||
@@ -11,0 +13,0 @@ }, |
@@ -1,1 +0,9 @@ | ||
export * from './types'; | ||
export * from './common'; | ||
export * from './coingecko'; | ||
export * from './balance'; | ||
export * from './manifest'; | ||
export * from './module'; | ||
export * from './network-fee'; | ||
export * from './rpc'; | ||
export * from './token'; | ||
export * from './transaction-history'; |
Sorry, the diff of this file is not supported yet
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
17751
15
489
3
1