Skip to content

Commit

Permalink
remove axios
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaguiar committed Nov 12, 2024
1 parent c958faf commit 2fdc1e8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6,180 deletions.
1 change: 0 additions & 1 deletion js-src/Websocket.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {Channel} from "./Channel";
import {AxiosResponse} from "axios";

export type Options = { authEndpoint: string, host: string };
export type MessageBody = { event: string, channel?: string, data: object };
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@types/node": "^12.7.5",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"axios": "^0.21.1",
"eslint": "^7.5.0",
"jest": "^24.9.0",
"jest-websocket-mock": "^2.2.0",
Expand Down
1 change: 0 additions & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
declare const axios: import('axios').AxiosStatic;
declare const Pusher: any;
declare const io: any;
declare const Vue: any;
Expand Down
Loading

0 comments on commit 2fdc1e8

Please sign in to comment.