Skip to content

Commit 25153b0

Browse files
docs(price-service-client): add deprecation notice
- Add deprecation notice to README recommending @pythnetwork/hermes-client - Add deprecated field to package.json - Bump version to 1.9.1 Co-Authored-By: Tejas Badadare <[email protected]>
1 parent 2887d6d commit 25153b0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

price_service/client/js/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> **⚠️ DEPRECATION NOTICE**
2+
>
3+
> This package is deprecated and is no longer maintained. Please use [@pythnetwork/hermes-client](https://www.npmjs.com/package/@pythnetwork/hermes-client) instead.
4+
15
# Price Service Client
26

37
[Pyth Network](https://pyth.network/) provides real-time pricing data in a variety of asset classes, including cryptocurrency, equities, FX and commodities.

price_service/client/js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@pythnetwork/price-service-client",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Pyth price service client",
5+
"deprecated": "This package is deprecated and is no longer maintained. Please use @pythnetwork/hermes-client instead.",
56
"author": {
67
"name": "Pyth Data Association"
78
},

0 commit comments

Comments
 (0)