Skip to content

Commit

Permalink
export type
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Dec 10, 2023
1 parent dd64d12 commit 7e0aa29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "tda-wsjson-client",
"version": "0.8.0",
"version": "0.8.1",
"description": "WebSocket client for the TD Ameritrade wsjson API",
"main": "dist/web.bundle.js",
"types": "dist/web.d.ts",
"exports": {
"./wsJsonServer": "./dist/server/wsJsonServer",
"./wsJsonClient": "./dist/client/wsJsonClient.js",
"./realWsJsonClient": "./dist/client/realWsJsonClient.js",
"./mockWsJsonClient": "./dist/client/mockWsJsonClient.js",
"./alertTypes": "./dist/client/types/alertTypes.js",
"./tdaWsJsonTypes": "./dist/client/tdaWsJsonTypes.js",
"./wsJsonClientAuth": "./dist/client/wsJsonClientAuth.js",
"./wsJsonClientProxy": "./dist/client/wsJsonClientProxy.js",
"./messageTypeHelpers": "./dist/client/messageTypeHelpers.js",
"./chartMessageHandler": "./dist/client/services/chartMessageHandler.js",
"./quotesMessageHandler": "./dist/client/services/quotesMessageHandler.js",
Expand Down

0 comments on commit 7e0aa29

Please sign in to comment.