Skip to content

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

2 participants