postman-runtime 7.28.1 → 7.28.2
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/requester/requester.js +16 -3
- package/package.json +4 -4
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
7.28.2:
|
|
2
|
+
date: 2021-06-24
|
|
3
|
+
fixed bugs:
|
|
4
|
+
- >-
|
|
5
|
+
GH-1161 Fixed a bug where cookies set in the request and response callback
|
|
6
|
+
don't account for redirects
|
|
7
|
+
chores:
|
|
8
|
+
- Bumped postman-collection dependency to v4
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
1
11
|
7.28.1:
|
|
2
12
|
date: 2021-06-16
|
|
3
13
|
fixed bugs:
|