apihealthz 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. package/.nvmrc +1 -0
  2. package/README.md +2 -2
  3. package/package.json +2 -2
package/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ v22.14.0
package/README.md CHANGED
@@ -15,7 +15,7 @@ A command-line tool to monitor your API and website uptime and health. Keep trac
15
15
 
16
16
  ### Prerequisites
17
17
 
18
- - Node.js (v14 or higher)
18
+ - Node.js (v22 or higher)
19
19
  - npm or yarn
20
20
 
21
21
  ### Setup
@@ -23,7 +23,7 @@ A command-line tool to monitor your API and website uptime and health. Keep trac
23
23
  1. Clone the repository:
24
24
 
25
25
  ```bash
26
- git clone <repository-url>
26
+ git clone https://github.com/ThePratikSah/apihealthz-cli.git
27
27
  cd apihealthz-cli
28
28
  ```
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apihealthz",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -25,4 +25,4 @@
25
25
  "ts-node": "^10.9.2",
26
26
  "typescript": "^5.9.3"
27
27
  }
28
- }
28
+ }