httptmux 1.1.1 → 1.1.2

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
@@ -29,3 +29,5 @@ v1.0.12 (13/1/2026): Added repository, bugs and homepage section to NPM package
29
29
  v1.1.0 (15/1/2026): Added JWT expiry awareness, better error handling and better history management (clear, export, filter)
30
30
 
31
31
  v1.1.1 (16/1/2026): Added more badges to README.md
32
+
33
+ v1.1.2 (16/1/2026): Changed README.md badge layout
package/README.md CHANGED
@@ -3,9 +3,7 @@
3
3
  ![npm version](https://img.shields.io/npm/v/httptmux)
4
4
  ![npm downloads](https://img.shields.io/npm/dw/httptmux)
5
5
  ![npm total downloads](https://img.shields.io/npm/dt/httptmux)
6
-
7
6
  [![install size](https://packagephobia.com/badge?p=httptmux)](https://packagephobia.com/result?p=httptmux)
8
-
9
7
  ![GitHub repo size](https://img.shields.io/github/repo-size/somerandomdevig/httptmux)
10
8
 
11
9
  An interactive CLI tool originally meant for termux but now extended to desktops with support for JWT requests (now with better error handling, JWT expiry awareness and improved history management!)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httptmux",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
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
  "repository": {
6
6
  "type": "git",