@pythnetwork/client
Advanced tools
Comparing version 2.11.0 to 2.12.0
# Changelog | ||
## 2.12.0 | ||
- Add `PriceStatus.Ignored` | ||
## 2.11.0 | ||
@@ -7,2 +11,3 @@ | ||
- ``ProductData.priceAccountKey` was `PublicKey` becomes `PublicKey | null` if the product account doesn't yet have a price account | ||
- Anchor client now support `updProduct` | ||
@@ -9,0 +14,0 @@ ## 2.10.0 |
@@ -14,3 +14,4 @@ /// <reference types="node" /> | ||
Halted = 2, | ||
Auction = 3 | ||
Auction = 3, | ||
Ignored = 4 | ||
} | ||
@@ -17,0 +18,0 @@ export declare enum CorpAction { |
@@ -19,2 +19,3 @@ "use strict"; | ||
PriceStatus[PriceStatus["Auction"] = 3] = "Auction"; | ||
PriceStatus[PriceStatus["Ignored"] = 4] = "Ignored"; | ||
})(PriceStatus = exports.PriceStatus || (exports.PriceStatus = {})); | ||
@@ -21,0 +22,0 @@ var CorpAction; |
{ | ||
"name": "@pythnetwork/client", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "Client for consuming Pyth price data", | ||
@@ -5,0 +5,0 @@ "homepage": "https://pyth.network", |
129379
2879