alchemy-sdk
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -9,2 +9,10 @@ # Changelog for Alchemy SDK for JavaScript | ||
## 2.10.1 | ||
### Major Changes | ||
### Minor Changes | ||
- Fixed a bug in the `Log` object where the `removed` field was not included in the response. | ||
## 2.10.0 | ||
@@ -14,3 +22,3 @@ | ||
- Add support for Base | ||
- Add support for Base | ||
@@ -17,0 +25,0 @@ ### Minor Changes |
@@ -40,2 +40,13 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
send(method: string, params: Array<any>): Promise<any>; | ||
/** | ||
* Overrides the base `Formatter` class inherited from ethers to support | ||
* returning custom fields in Ethers response types. | ||
* | ||
* For context, ethers has a `Formatter` class that is used to format the | ||
* response from a JSON-RPC request. Any fields that are not defined in the | ||
* `Formatter` class are removed from the returned response. By modifying the | ||
* `Formatter` class in this method, we can add support for fields that are | ||
* not defined in ethers. | ||
*/ | ||
private modifyFormatter; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.10.0"; | ||
export declare const VERSION = "2.10.1"; |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var utils = require('./api/utils'); | ||
var index = require('./index-9c869eb1.js'); | ||
var index = require('./index-4e368175.js'); | ||
var bignumber = require('@ethersproject/bignumber'); | ||
@@ -9,0 +9,0 @@ require('axios'); |
@@ -40,2 +40,13 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
send(method: string, params: Array<any>): Promise<any>; | ||
/** | ||
* Overrides the base `Formatter` class inherited from ethers to support | ||
* returning custom fields in Ethers response types. | ||
* | ||
* For context, ethers has a `Formatter` class that is used to format the | ||
* response from a JSON-RPC request. Any fields that are not defined in the | ||
* `Formatter` class are removed from the returned response. By modifying the | ||
* `Formatter` class in this method, we can add support for fields that are | ||
* not defined in ethers. | ||
*/ | ||
private modifyFormatter; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.10.0"; | ||
export declare const VERSION = "2.10.1"; |
@@ -40,2 +40,13 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
send(method: string, params: Array<any>): Promise<any>; | ||
/** | ||
* Overrides the base `Formatter` class inherited from ethers to support | ||
* returning custom fields in Ethers response types. | ||
* | ||
* For context, ethers has a `Formatter` class that is used to format the | ||
* response from a JSON-RPC request. Any fields that are not defined in the | ||
* `Formatter` class are removed from the returned response. By modifying the | ||
* `Formatter` class in this method, we can add support for fields that are | ||
* not defined in ethers. | ||
*/ | ||
private modifyFormatter; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.10.0"; | ||
export declare const VERSION = "2.10.1"; |
import * as utils from './api/utils'; | ||
export { utils as Utils }; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, u as AssetTransfersOrder, X as CommitmentLevel, o as Contract, p as ContractFactory, M as DebugCallType, Y as DebugTracerType, L as DecodingAuthority, P as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, y as NftExcludeFilters, z as NftFilters, B as NftOrdering, F as NftSaleMarketplace, H as NftSaleTakerType, x as NftSpamClassification, w as NftTokenType, O as OpenSeaSafelistRequestStatus, R as RefreshState, J as SimulateAssetType, K as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, U as WebhookType, Q as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-fd7838ce.js'; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, u as AssetTransfersOrder, X as CommitmentLevel, o as Contract, p as ContractFactory, M as DebugCallType, Y as DebugTracerType, L as DecodingAuthority, P as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, y as NftExcludeFilters, z as NftFilters, B as NftOrdering, F as NftSaleMarketplace, H as NftSaleTakerType, x as NftSpamClassification, w as NftTokenType, O as OpenSeaSafelistRequestStatus, R as RefreshState, J as SimulateAssetType, K as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, U as WebhookType, Q as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-03ad9998.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -40,2 +40,13 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
send(method: string, params: Array<any>): Promise<any>; | ||
/** | ||
* Overrides the base `Formatter` class inherited from ethers to support | ||
* returning custom fields in Ethers response types. | ||
* | ||
* For context, ethers has a `Formatter` class that is used to format the | ||
* response from a JSON-RPC request. Any fields that are not defined in the | ||
* `Formatter` class are removed from the returned response. By modifying the | ||
* `Formatter` class in this method, we can add support for fields that are | ||
* not defined in ethers. | ||
*/ | ||
private modifyFormatter; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.10.0"; | ||
export declare const VERSION = "2.10.1"; |
@@ -40,2 +40,13 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
send(method: string, params: Array<any>): Promise<any>; | ||
/** | ||
* Overrides the base `Formatter` class inherited from ethers to support | ||
* returning custom fields in Ethers response types. | ||
* | ||
* For context, ethers has a `Formatter` class that is used to format the | ||
* response from a JSON-RPC request. Any fields that are not defined in the | ||
* `Formatter` class are removed from the returned response. By modifying the | ||
* `Formatter` class in this method, we can add support for fields that are | ||
* not defined in ethers. | ||
*/ | ||
private modifyFormatter; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.10.0"; | ||
export declare const VERSION = "2.10.1"; |
import * as utils from './api/utils'; | ||
export { utils as Utils }; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, u as AssetTransfersOrder, X as CommitmentLevel, o as Contract, p as ContractFactory, M as DebugCallType, Y as DebugTracerType, L as DecodingAuthority, P as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, y as NftExcludeFilters, z as NftFilters, B as NftOrdering, F as NftSaleMarketplace, H as NftSaleTakerType, x as NftSpamClassification, w as NftTokenType, O as OpenSeaSafelistRequestStatus, R as RefreshState, J as SimulateAssetType, K as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, U as WebhookType, Q as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-fd7838ce.js'; | ||
export { m as Alchemy, j as AlchemySubscription, r as AssetTransfersCategory, u as AssetTransfersOrder, X as CommitmentLevel, o as Contract, p as ContractFactory, M as DebugCallType, Y as DebugTracerType, L as DecodingAuthority, P as GasOptimizedTransactionStatus, G as GetTransfersForOwnerTransferType, N as Network, y as NftExcludeFilters, z as NftFilters, B as NftOrdering, F as NftSaleMarketplace, H as NftSaleTakerType, x as NftSpamClassification, w as NftTokenType, O as OpenSeaSafelistRequestStatus, R as RefreshState, J as SimulateAssetType, K as SimulateChangeType, S as SortingOrder, T as TokenBalanceType, W as Wallet, U as WebhookType, Q as WebhookVersion, f as fromHex, q as isHex, s as setLogLevel, t as toHex } from './index-03ad9998.js'; | ||
export { BigNumber } from '@ethersproject/bignumber'; | ||
@@ -5,0 +5,0 @@ import 'axios'; |
@@ -40,2 +40,13 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
send(method: string, params: Array<any>): Promise<any>; | ||
/** | ||
* Overrides the base `Formatter` class inherited from ethers to support | ||
* returning custom fields in Ethers response types. | ||
* | ||
* For context, ethers has a `Formatter` class that is used to format the | ||
* response from a JSON-RPC request. Any fields that are not defined in the | ||
* `Formatter` class are removed from the returned response. By modifying the | ||
* `Formatter` class in this method, we can add support for fields that are | ||
* not defined in ethers. | ||
*/ | ||
private modifyFormatter; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.10.0"; | ||
export declare const VERSION = "2.10.1"; |
@@ -40,2 +40,13 @@ import { Network as NetworkFromEthers } from '@ethersproject/networks'; | ||
send(method: string, params: Array<any>): Promise<any>; | ||
/** | ||
* Overrides the base `Formatter` class inherited from ethers to support | ||
* returning custom fields in Ethers response types. | ||
* | ||
* For context, ethers has a `Formatter` class that is used to format the | ||
* response from a JSON-RPC request. Any fields that are not defined in the | ||
* `Formatter` class are removed from the returned response. By modifying the | ||
* `Formatter` class in this method, we can add support for fields that are | ||
* not defined in ethers. | ||
*/ | ||
private modifyFormatter; | ||
} |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.10.0"; | ||
export declare const VERSION = "2.10.1"; |
{ | ||
"name": "alchemy-sdk", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"description": "Extended Ethers.js SDK for Alchemy APIs", | ||
@@ -5,0 +5,0 @@ "author": "Alchemy", |
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
3784326
51568