Skip to content

Commit

Permalink
Add websocket dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrad committed Apr 24, 2024
1 parent e1a295d commit d40d773
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nefty/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "The NeftyBlocks cli will help you manage your collection with commands to create templates, mint assets, and more.",
"author": "NeftyBlocks",
"bin": {
Expand Down Expand Up @@ -30,7 +30,8 @@
"qrcode-terminal": "^0.12.0",
"read-excel-file": "^5.6.1",
"sharp": "^0.32.5",
"write-excel-file": "^1.4.27"
"write-excel-file": "^1.4.27",
"ws": "^8.16.0"
},
"devDependencies": {
"@oclif/test": "^2.3.25",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { run } from '@oclif/core';
Object.assign(global, { WebSocket: require('ws') });
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5883,6 +5883,11 @@ ws@^8.13.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"
integrity sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==

ws@^8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==

[email protected]:
version "0.5.0"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
Expand Down

0 comments on commit d40d773

Please sign in to comment.