Skip to content

Commit

Permalink
Updated websocket-stream to @httptoolkit/websocket-stream (#432)
Browse files Browse the repository at this point in the history
* switch to use httptoolkit/websocket-stream
  • Loading branch information
xiazhvera authored Jul 2, 2024
1 parent a8c734f commit a244ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device/lib/ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//node.js deps

//npm deps
var websocket = require('websocket-stream');
var websocket = require('@httptoolkit/websocket-stream');

//app deps

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"crypto-js": "4.2.0",
"minimist": "1.2.6",
"mqtt": "4.2.8",
"websocket-stream": "^5.5.2"
"@httptoolkit/websocket-stream": "^6.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",
Expand Down

0 comments on commit a244ab9

Please sign in to comment.