We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0aa29 commit 8db8e03Copy full SHA for 8db8e03
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "tda-wsjson-client",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"description": "WebSocket client for the TD Ameritrade wsjson API",
5
"main": "dist/web.bundle.js",
6
"types": "dist/web.d.ts",
7
"exports": {
8
- "./wsJsonServer": "./dist/server/wsJsonServer",
+ "./wsJsonServer": "./dist/server/wsJsonServer.js",
9
"./wsJsonClient": "./dist/client/wsJsonClient.js",
10
"./realWsJsonClient": "./dist/client/realWsJsonClient.js",
11
"./mockWsJsonClient": "./dist/client/mockWsJsonClient.js",
0 commit comments