Skip to content

Commit ea74a5d

Browse files
committed
chore(client/ws-transport): Remove old manually created index.d.ts
1 parent 2b2ac1c commit ea74a5d

File tree

3 files changed

+0
-94
lines changed

3 files changed

+0
-94
lines changed

packages/cubejs-client-ws-transport/index.d.ts

Lines changed: 0 additions & 84 deletions
This file was deleted.

packages/cubejs-client-ws-transport/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"ws": "^7.3.1"
2727
},
2828
"files": [
29-
"src",
3029
"dist"
3130
],
3231
"license": "MIT",

packages/cubejs-client-ws-transport/src/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
import WebSocket from 'isomorphic-ws';
22
import type { ITransport, ITransportResponse } from '@cubejs-client/core';
33

4-
/**
5-
* @title @cubejs-client/ws-transport
6-
* @permalink /@cubejs-client-ws-transport
7-
* @menuCategory Cube.js Frontend
8-
* @subcategory Reference
9-
* @menuOrder 4
10-
* @description WebSocket transport for Cube.js client
11-
*/
12-
134
class WebSocketTransportResult {
145
protected readonly status: unknown;
156

0 commit comments

Comments
 (0)