Skip to content

Commit

Permalink
fix: cli - missing iconv-lite import, removed other unused imports (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lohxt1 authored Jan 9, 2025
1 parent 3cb15fc commit 15b8709
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
14 changes: 13 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/bruno-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"fs-extra": "^10.1.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"qs": "^6.11.0",
"socks-proxy-agent": "^8.0.2",
Expand Down
4 changes: 0 additions & 4 deletions packages/bruno-cli/src/utils/common.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
const fs = require('fs');
const FormData = require('form-data');
const { forOwn } = require('lodash');
const path = require('path');
const iconv = require('iconv-lite');

const lpad = (str, width) => {
Expand Down

0 comments on commit 15b8709

Please sign in to comment.