@nftx/queue
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.13.1](https://github.com/NFTX-project/nftxjs/compare/v1.13.0...v1.13.1) (2024-01-25) | ||
### Bug Fixes | ||
* undo index-twap-vaults signal ([9d79677](https://github.com/NFTX-project/nftxjs/commit/9d79677ba6fa93b329f9f76cc39714c5713ea491)) | ||
# [1.13.0](https://github.com/NFTX-project/nftxjs/compare/v1.12.0...v1.13.0) (2024-01-25) | ||
@@ -8,0 +19,0 @@ |
@@ -17,5 +17,2 @@ import { Address } from '@nftx/types'; | ||
}; | ||
'index-twap-vaults': { | ||
network: number; | ||
}; | ||
'start-twap-watch': { | ||
@@ -30,3 +27,3 @@ network: number; | ||
}) => any; | ||
export type SignalCallback = ListenerFn<Signals, 'index-vault'> & ListenerFn<Signals, 'index-collection'> & ListenerFn<Signals, 'index-inactive-vaults'> & ListenerFn<Signals, 'index-new-vaults'> & ListenerFn<Signals, 'index-twap-vaults'>; | ||
export type SignalCallback = ListenerFn<Signals, 'index-vault'> & ListenerFn<Signals, 'index-collection'> & ListenerFn<Signals, 'index-inactive-vaults'> & ListenerFn<Signals, 'index-new-vaults'> & ListenerFn<Signals, 'start-twap-watch'>; | ||
export type Messages = { | ||
@@ -33,0 +30,0 @@ 'collection-indexed': { |
{ | ||
"name": "@nftx/queue", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/NFTX-project/nftxjs", |
@@ -8,3 +8,2 @@ import { Address } from '@nftx/types'; | ||
'index-new-vaults': { network: number }; | ||
'index-twap-vaults': { network: number }; | ||
'start-twap-watch': { network: number; vaultId: string }; | ||
@@ -22,3 +21,3 @@ }; | ||
ListenerFn<Signals, 'index-new-vaults'> & | ||
ListenerFn<Signals, 'index-twap-vaults'>; | ||
ListenerFn<Signals, 'start-twap-watch'>; | ||
@@ -25,0 +24,0 @@ export type Messages = { |
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
35101
928