httptmux 1.0.9 → 1.0.11
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.md +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,4 +18,8 @@ v1.0.7 (11/1/2026): Updated changelog
|
|
|
18
18
|
|
|
19
19
|
v1.0.8 (11/1/2026): Updated README.md with badges
|
|
20
20
|
|
|
21
|
-
v1.0.9 (13/1/2026): Fixed
|
|
21
|
+
v1.0.9 (13/1/2026): Fixed the --help option saying "Usage: nreq" instead of "Usage: httptmux" (regardless of which platform you're using it on)
|
|
22
|
+
|
|
23
|
+
v1.0.10 (13/1/2026): Fixed a typo in CHANGELOG.md
|
|
24
|
+
|
|
25
|
+
v1.0.11 (13/1/2026): Documented v1.0.10
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "httptmux",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "httptmux is an interactive CLI tool for API requests. Originally made for Termux (hence the name), but decided to make a second index.js file for desktops",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|