Skip to content

Commit 53301ac

Browse files
author
Jayant Krishnamurthy
committed
2.7.0
1 parent c5de35f commit 53301ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/client",
3-
"version": "2.6.3",
3+
"version": "2.7.0",
44
"description": "Client for consuming Pyth price data",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export interface PriceData extends Base {
112112
previousPrice: number
113113
previousConfidenceComponent: bigint
114114
previousConfidence: number
115-
previousTimestamp: bigint,
115+
previousTimestamp: bigint
116116
priceComponents: PriceComponent[]
117117
aggregate: Price
118118
// The current price and confidence and status. The typical use of this interface is to consume these three fields.

0 commit comments

Comments
 (0)