postman-runtime 7.29.2 → 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 +16 -0
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/lib/runner/extensions/event.command.js +1 -4
- package/lib/runner/extensions/item.command.js +1 -1
- package/package.json +17 -16
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
7.30.1:
|
|
2
|
+
date: 2023-01-25
|
|
3
|
+
chores:
|
|
4
|
+
- GH-1253 Added contract-tests for tough-cookie
|
|
5
|
+
- GH-1256 Bumped tough-cookie dependency
|
|
6
|
+
- GH-1254 Migrate to GitHub Actions
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
7.30.0:
|
|
10
|
+
date: 2022-11-28
|
|
11
|
+
new features:
|
|
12
|
+
- GH-1237 Added support for request auth mutation via prerequest scripts
|
|
13
|
+
chores:
|
|
14
|
+
- GH-1244 Updated httpntlm dependencies for NTLMv2 support
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
1
17
|
7.29.2:
|
|
2
18
|
date: 2022-06-06
|
|
3
19
|
chores:
|
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),
|