Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottvincent committed Aug 16, 2023
1 parent ff1b81f commit c13ed5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crisp-api",
"description": "Crisp API wrapper for Node - official, maintained by Crisp",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://github.com/crisp-im/node-crisp-api",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"check-build": "2.8.2",
"typescript": "4.9.5"
"typescript": "5.1.6"
},
"dependencies": {
"socket.io-client": "4.4.1",
Expand Down
4 changes: 2 additions & 2 deletions types/crisp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ declare namespace Crisp {
export { RTM_MODES, AVAILABLE_RTM_MODES, DEFAULT_REQUEST_TIMEOUT, DEFAULT_SOCKET_TIMEOUT, DEFAULT_SOCKET_RECONNECT_DELAY, DEFAULT_SOCKET_RECONNECT_DELAY_MAX, DEFAULT_SOCKET_RECONNECT_FACTOR, DEFAULT_BROKER_SCHEDULE, DEFAULT_EVENT_REBIND_INTERVAL_MIN, DEFAULT_USERAGENT_PREFIX, DEFAULT_REST_HOST, DEFAULT_REST_BASE_PATH, WebSockets as DEFAULT_RTM_MODE, DEFAULT_RTM_EVENTS, Crisp };
}
declare namespace RTM_MODES {
const WebSockets: string;
const WebHooks: string;
let WebSockets: string;
let WebHooks: string;
}
declare var AVAILABLE_RTM_MODES: string[];
declare var DEFAULT_REQUEST_TIMEOUT: number;
Expand Down

0 comments on commit c13ed5d

Please sign in to comment.