openapi-to-postman
openapi-to-postman copied to clipboard
#826 Removed Lodash dependency and replaced with native JavaScript alternatives
Summary
This pull request removes Lodash as a dependency from the project and replaces its utility functions with native JavaScript alternatives. This change aims to reduce the package size and improve performance.
Changes Made
- Removed Lodash from
package.jsonandpackage-lock.json. - Created
src/utils/helpers.jsfor custom utility functions. - Updated all relevant files to use native JavaScript instead of Lodash.
Test Results
- All tests passed successfully before and after the changes.
- No new issues were introduced.
Related Issue
Closes #826