Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions price_service/client/js/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> **⚠️ DEPRECATION NOTICE**
>
> This package is deprecated and is no longer maintained. Please use [@pythnetwork/hermes-client](https://www.npmjs.com/package/@pythnetwork/hermes-client) instead.
# Price Service Client

[Pyth Network](https://pyth.network/) provides real-time pricing data in a variety of asset classes, including cryptocurrency, equities, FX and commodities.
Expand Down
3 changes: 2 additions & 1 deletion price_service/client/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@pythnetwork/price-service-client",
"version": "1.9.0",
"version": "1.9.1",
"description": "Pyth price service client",
"deprecated": "This package is deprecated and is no longer maintained. Please use @pythnetwork/hermes-client instead.",
"author": {
"name": "Pyth Data Association"
},
Expand Down
Loading