Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Dec 10, 2023
1 parent 7e0aa29 commit 8db8e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "tda-wsjson-client",
"version": "0.8.1",
"version": "0.8.2",
"description": "WebSocket client for the TD Ameritrade wsjson API",
"main": "dist/web.bundle.js",
"types": "dist/web.d.ts",
"exports": {
"./wsJsonServer": "./dist/server/wsJsonServer",
"./wsJsonServer": "./dist/server/wsJsonServer.js",
"./wsJsonClient": "./dist/client/wsJsonClient.js",
"./realWsJsonClient": "./dist/client/realWsJsonClient.js",
"./mockWsJsonClient": "./dist/client/mockWsJsonClient.js",
Expand Down

0 comments on commit 8db8e03

Please sign in to comment.