@nftx/query
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.6.0](https://github.com/NFTX-project/nftxjs/compare/v3.5.0...v3.6.0) (2024-07-12) | ||
### Features | ||
* redeployment of failed release ([a5217eb](https://github.com/NFTX-project/nftxjs/commit/a5217ebb52e161bf265b951bd6a2371e806d9bc5)) | ||
# [3.5.0](https://github.com/NFTX-project/nftxjs/compare/v3.4.3...v3.5.0) (2024-07-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@nftx/query", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/NFTX-project/nftxjs", |
@@ -11,3 +11,3 @@ # `@nftx/query` | ||
data?: Record<string, any> | string, | ||
method?: 'GET' | 'POST' | 'PUT' | 'DELETE', | ||
method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | ||
}): Promise<T> | ||
@@ -14,0 +14,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
71936