@ffflorian/api-client 2.3.3 → 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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,7 +11,7 @@ A simple API client using fetch ([Node.js](https://nodejs.org/api/globals.html#f
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.3",
33
- "gitHead": "8c51af36ec3439ba37e2aaa27fe9ae1ef86f8d0b"
32
+ "version": "2.4.0",
33
+ "gitHead": "b968c846095113cbe57fbdd34e4593a4dea8a1c9"
34
34
  }