@nftx/types
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.8.0](https://github.com/NFTX-project/nftxjs/compare/v0.7.0...v0.8.0) (2023-02-13) | ||
### Features | ||
* add source to activity ([a75f76c](https://github.com/NFTX-project/nftxjs/commit/a75f76c80487308a0ee65044aab5892d6d45a983)) | ||
# [0.7.0](https://github.com/NFTX-project/nftxjs/compare/v0.6.0...v0.7.0) (2023-02-08) | ||
@@ -8,0 +19,0 @@ |
@@ -85,2 +85,3 @@ import type { BigNumber } from '@ethersproject/bignumber'; | ||
txId: string; | ||
source: string; | ||
type: 'buy' | 'sell' | 'swap' | 'mint' | 'redeem' | 'stake' | 'unstake'; | ||
@@ -87,0 +88,0 @@ stakeType?: 'liquidity' | 'inventory'; |
{ | ||
"name": "@nftx/types", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": " ", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/NFTX-project/nftxjs#readme", |
@@ -88,2 +88,3 @@ import type { BigNumber } from '@ethersproject/bignumber'; | ||
txId: string; | ||
source: string; | ||
type: 'buy' | 'sell' | 'swap' | 'mint' | 'redeem' | 'stake' | 'unstake'; | ||
@@ -90,0 +91,0 @@ stakeType?: 'liquidity' | 'inventory'; |
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
22528
676