httptmux 1.0.3 → 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 CHANGED
@@ -7,3 +7,7 @@ v1.0.1 (11/1/2026): Added LICENSE and README.md
7
7
  v1.0.2 (11/1/2026): Added CHANGELOG
8
8
 
9
9
  v1.0.3 (11/1/2026): Updated README.md to look better
10
+
11
+ v1.0.4 (11/1/2026): Updated README.md again
12
+
13
+ v1.0.5 (11/1/2026): Updated README.md again
package/README.md CHANGED
@@ -2,33 +2,32 @@
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
- `bash
7
+ `
10
8
  npm install -g httptmux
11
9
  `
12
10
 
13
- ---
14
-
15
11
 
16
12
  ## Usage
17
13
 
18
14
  Desktop
19
- `bash
15
+ `
20
16
  httptmuxd
21
17
  `
18
+
22
19
  Termux
23
- `bash
20
+ `
24
21
  httptmux
25
22
  `
26
23
 
27
24
  ---
28
25
 
29
26
  ## Examples
30
- `bash
27
+ `
31
28
  httptmux --version
29
+ `
30
+ `
32
31
  httptmuxd --version
33
32
  `
34
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httptmux",
3
- "version": "1.0.3",
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",