@nftx/types
Advanced tools
Comparing version 1.9.1 to 1.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.10.0](https://github.com/NFTX-project/nftxjs/compare/v1.9.1...v1.10.0) (2024-01-08) | ||
### Features | ||
* store nonfngable manager against position ([4d69dff](https://github.com/NFTX-project/nftxjs/commit/4d69dff15d23ef8de61eca05105247cb6ec50ce6)) | ||
## [1.9.1](https://github.com/NFTX-project/nftxjs/compare/v1.9.0...v1.9.1) (2024-01-03) | ||
@@ -8,0 +19,0 @@ |
@@ -43,2 +43,4 @@ import type { Address, TokenId } from './web3'; | ||
lockedUntil: number; | ||
/** The address of the manager contract for this position */ | ||
manager: Address; | ||
}; | ||
@@ -45,0 +47,0 @@ /** A user's Inventory Position, essentially a single xNFT */ |
{ | ||
"name": "@nftx/types", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": " ", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/NFTX-project/nftxjs#readme", |
@@ -44,2 +44,4 @@ import type { Address, TokenId } from './web3'; | ||
lockedUntil: number; | ||
/** The address of the manager contract for this position */ | ||
manager: Address; | ||
}; | ||
@@ -46,0 +48,0 @@ |
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
2116036
40800