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. #239

Merged
merged 1 commit 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 changed the title Updated postman-collection require to be limited to usage of it Updated "postman-collection" usage to be specific to part of module being used. Jul 9, 2024
@VShingala VShingala merged commit 90cd1e1 into development Jul 10, 2024
2 checks 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