postman-runtime 7.37.1 → 7.37.3
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 +14 -0
- package/dist/index.js +1 -1
- package/lib/authorizer/digest.js +6 -5
- package/package.json +4 -4
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
7.37.3:
|
|
2
|
+
date: 2024-04-03
|
|
3
|
+
chores:
|
|
4
|
+
- Updated dependencies
|
|
5
|
+
|
|
6
|
+
7.37.2:
|
|
7
|
+
date: 2024-04-01
|
|
8
|
+
fixed bugs:
|
|
9
|
+
- >-
|
|
10
|
+
GH-1394 Fixed a bug where scheme and parameters name in Digest Auth were
|
|
11
|
+
matched in a case-sensitive manner
|
|
12
|
+
chores:
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
1
15
|
7.37.1:
|
|
2
16
|
date: 2024-03-13
|
|
3
17
|
chores:
|