Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated "postman-collection" usage to be specific to part of module being used. #750

Merged
merged 4 commits into from
Jul 10, 2024

Conversation

VShingala
Copy link
Member

Overview

This PR updates "postman-collection" version used to latest. We're also now making sure that we're only requiring the part of SDK that's used in codebase by requiring specific files.

This means if we use say Response from postman-collection module then instead of requiring it like below,

const { Response } = require('postman-collection');

we will be requiring Response from specific module exporting it like below.

const { Response } = require('postman-collection/lib/collection/response');

@VShingala VShingala merged commit 08ad33c into develop Jul 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant