@cimo/request 1.5.13 → 1.5.15

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 +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Request
1
+ # Npm_request
2
2
 
3
3
  Npm package, request api. Light, fast and secure.
4
4
  Writed with native Typescript code and no dependencies are used.
@@ -19,7 +19,7 @@ Writed with native Typescript code and no dependencies are used.
19
19
 
20
20
  1. Link for npm package -> https://www.npmjs.com/package/@cimo/request
21
21
 
22
- ## info
22
+ ## Info
23
23
 
24
24
  Support the encoding if your application have some firewall like "azure waf".
25
25
  The request body will be fully encoded and from backend need be decoded and processed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cimo/request",
3
- "version": "1.5.13",
3
+ "version": "1.5.15",
4
4
  "description": "Request api. Light, fast and secure.",
5
5
  "author": "cimo",
6
6
  "license": "MIT",
@@ -25,6 +25,7 @@
25
25
  "prettier": "3.4.2",
26
26
  "@types/node": "22.10.2"
27
27
  },
28
+ "resolutions": {},
28
29
  "files": [
29
30
  "./dist/"
30
31
  ],