postman-runtime 7.44.0 → 7.45.0
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 +12 -0
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.yaml
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
7.45.0:
|
|
2
|
+
date: 2025-07-30
|
|
3
|
+
new features:
|
|
4
|
+
- GH-1520 Add support for SOCKS proxy
|
|
5
|
+
chores:
|
|
6
|
+
- GH-1520 Updated dependencies
|
|
7
|
+
|
|
8
|
+
7.44.1:
|
|
9
|
+
date: 2025-06-12
|
|
10
|
+
chores:
|
|
11
|
+
- GH-1517 Updated dependencies
|
|
12
|
+
|
|
1
13
|
7.44.0:
|
|
2
14
|
date: 2025-05-15
|
|
3
15
|
new features:
|