Skip to content

Commit 7ee56a8

Browse files
refactor: move PriceServiceConnection to price-service-sdk
Co-Authored-By: Connor Prussin <[email protected]>
1 parent 95cd09d commit 7ee56a8

File tree

6 files changed

+644
-2
lines changed

6 files changed

+644
-2
lines changed

price_service/client/js/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"yargs": "^17.4.1"
4848
},
4949
"dependencies": {
50-
"@pythnetwork/price-service-sdk": "workspace:*",
5150
"@types/ws": "^8.5.3",
5251
"axios": "^1.5.1",
5352
"axios-retry": "^4.0.0",

price_service/sdk/js/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"typescript": "^4.6.3"
5656
},
5757
"dependencies": {
58-
"bn.js": "^5.2.1"
58+
"bn.js": "^5.2.1",
59+
"axios": "^1.5.1",
60+
"axios-retry": "^4.0.0",
61+
"isomorphic-ws": "^4.0.1",
62+
"ts-log": "^2.2.4",
63+
"ws": "^8.6.0"
5964
}
6065
}

0 commit comments

Comments
 (0)