@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.
- package/README.md +1 -1
- 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 ^
|
|
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.
|