@ffflorian/api-client 2.3.2 → 2.4.0

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,14 +4,14 @@ A simple API client using fetch ([Node.js](https://nodejs.org/api/globals.html#f
4
4
 
5
5
  ## Prerequisites
6
6
 
7
- - [Node.js](https://nodejs.org) >= 14
8
- - npm (preinstalled) or [yarn](https://classic.yarnpkg.com)
7
+ - [Node.js](https://nodejs.org)
8
+ - npm (preinstalled) or [yarn](https://yarnpkg.com)
9
9
 
10
10
  ## Installation
11
11
 
12
12
  ℹ️ This is a pure [ESM](https://nodejs.org/api/esm.html#introduction) module.
13
13
 
14
- Run `yarn global add @ffflorian/api-client` or `npm i -g @ffflorian/api-client`.
14
+ Run `yarn add @ffflorian/api-client` or `npm i @ffflorian/api-client`.
15
15
 
16
16
  ## Usage
17
17
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typescript": "5.9.3"
7
7
  },
8
8
  "engines": {
9
- "node": ">= 18.0"
9
+ "node": ">= 21"
10
10
  },
11
11
  "exports": "./dist/index.js",
12
12
  "files": [
@@ -29,6 +29,6 @@
29
29
  "test": "exit 0"
30
30
  },
31
31
  "type": "module",
32
- "version": "2.3.2",
33
- "gitHead": "36492555eb0381ed01b3f1c0c33cb60eaee1da90"
32
+ "version": "2.4.0",
33
+ "gitHead": "b968c846095113cbe57fbdd34e4593a4dea8a1c9"
34
34
  }