Skip to content

Commit e4d183f

Browse files
committed
2.12.0
1 parent 5f9b182 commit e4d183f

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
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.11.0",
3+
"version": "2.12.0",
44
"description": "Client for consuming Pyth price data",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

src/__tests__/Price.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,3 @@ test('Handle ignored quote', (done) => {
128128

129129
done()
130130
})
131-
132-

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export enum PriceStatus {
1515
Trading,
1616
Halted,
1717
Auction,
18-
Ignored
18+
Ignored,
1919
}
2020

2121
export enum CorpAction {

0 commit comments

Comments
 (0)