httptmux 1.0.3 → 1.0.4

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,5 @@ 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
package/README.md CHANGED
@@ -6,28 +6,26 @@ An interactive CLI tool originally meant for termux but now extended to desktops
6
6
 
7
7
  ## Installation
8
8
 
9
- `bash
9
+ `
10
10
  npm install -g httptmux
11
11
  `
12
12
 
13
- ---
14
-
15
13
 
16
14
  ## Usage
17
15
 
18
16
  Desktop
19
- `bash
17
+ `
20
18
  httptmuxd
21
19
  `
22
20
  Termux
23
- `bash
21
+ `
24
22
  httptmux
25
23
  `
26
24
 
27
25
  ---
28
26
 
29
27
  ## Examples
30
- `bash
28
+ `
31
29
  httptmux --version
32
30
  httptmuxd --version
33
31
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httptmux",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",