postman-runtime 7.46.0 → 7.46.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 +10 -0
- package/dist/index.js +1 -1
- package/lib/runner/index.js +1 -1
- package/lib/runner/nested-request.js +9 -1
- package/package.json +1 -1
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
7.46.1:
|
|
2
|
+
date: 2025-09-15
|
|
3
|
+
fixed bugs:
|
|
4
|
+
- >-
|
|
5
|
+
GH-1526 Fixed a bug where nested requests were aborting the run on
|
|
6
|
+
assertion failures
|
|
7
|
+
- >-
|
|
8
|
+
GH-1527 Add support for invoking parent request trigger from nested
|
|
9
|
+
requests
|
|
10
|
+
|
|
1
11
|
7.46.0:
|
|
2
12
|
date: 2025-09-08
|
|
3
13
|
new features:
|