@basmilius/http-client 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ projects. It requires you to create dto's for objects and services for api calls
9
9
 
10
10
  ## ⚠️ Requirements
11
11
 
12
- - Install Node.js ^20
12
+ - Install Node.js ^22
13
13
  - Install pnpm using `npm i -g pnpm`.
14
14
  - Use `pnpm install` to install the required packages.
15
15
  - Use `pnpm dev` to start a build watcher for both targets.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@basmilius/http-client",
3
3
  "description": "Http client for Vue projects.",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "engines": {
6
6
  "node": ">=22"
7
7
  },