httptmux 1.0.4 → 1.0.5
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 +2 -0
- package/README.md +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
An interactive CLI tool originally meant for termux but now extended to desktops with support for JWT requests
|
|
4
4
|
|
|
5
|
-
---
|
|
6
|
-
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
9
7
|
`
|
|
@@ -17,6 +15,7 @@ Desktop
|
|
|
17
15
|
`
|
|
18
16
|
httptmuxd
|
|
19
17
|
`
|
|
18
|
+
|
|
20
19
|
Termux
|
|
21
20
|
`
|
|
22
21
|
httptmux
|
|
@@ -27,6 +26,8 @@ httptmux
|
|
|
27
26
|
## Examples
|
|
28
27
|
`
|
|
29
28
|
httptmux --version
|
|
29
|
+
`
|
|
30
|
+
`
|
|
30
31
|
httptmuxd --version
|
|
31
32
|
`
|
|
32
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "httptmux",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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",
|