postman-runtime 7.30.0 → 7.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.yaml +8 -0
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/lib/runner/extensions/event.command.js +1 -4
- package/package.json +11 -10
package/CHANGELOG.yaml
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Postman Runtime [](https://github.com/postmanlabs/postman-runtime/actions/workflows/ci.yml) [](https://codecov.io/gh/postmanlabs/postman-runtime)
|
|
2
2
|
|
|
3
3
|
> This is a low-level library used as the backbone for all Collection running & Request sending functionality, in
|
|
4
4
|
> the Postman App, and allied systems ([Postman Monitoring](https://www.getpostman.com/docs/schedule_cloud_runs),
|