Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayant Krishnamurthy committed May 18, 2022
1 parent c5de35f commit 53301ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/client",
"version": "2.6.3",
"version": "2.7.0",
"description": "Client for consuming Pyth price data",
"homepage": "https://pyth.network",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface PriceData extends Base {
previousPrice: number
previousConfidenceComponent: bigint
previousConfidence: number
previousTimestamp: bigint,
previousTimestamp: bigint
priceComponents: PriceComponent[]
aggregate: Price
// The current price and confidence and status. The typical use of this interface is to consume these three fields.
Expand Down

0 comments on commit 53301ac

Please sign in to comment.