okx-api 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,7 +79,6 @@ This connector includes a high-performance node.js & typescript websocket client
79
79
  - Resume producing events as before, without extra handling needed in your logic.
80
80
  - The ws client will automatically authenticate if accounts are provided and a private channel is subscribed to.
81
81
  - Up to 100 accounts are supported on the private connection, as per the [API docs](https://www.okx.com/docs-v5/en/#websocket-api-login). Authentication is automatic if accounts are provided.
82
-
83
82
  - For examples in using the websocket client, check the examples in the repo:
84
83
  - Private channels (account data): [examples/ws-private.ts](./examples/ws-private.ts)
85
84
  - Public chanels (market data): [examples/ws-public.ts](./examples/ws-public.ts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "okx-api",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Node.js connector for OKX REST APIs and WebSockets, with TypeScript & integration tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",