@cimo/request 1.4.11 → 1.4.12
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 +2 -2
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 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.
|
|
5
5
|
|
|
6
6
|
## Pack
|
|
@@ -21,7 +21,7 @@ Writed with native Typescript code and no dependencies are used.
|
|
|
21
21
|
|
|
22
22
|
## Client
|
|
23
23
|
|
|
24
|
-
-
|
|
24
|
+
- Client.ts
|
|
25
25
|
|
|
26
26
|
```
|
|
27
27
|
...
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cimo/request",
|
|
3
|
-
"version": "1.4.
|
|
4
|
-
"description": "Request
|
|
3
|
+
"version": "1.4.12",
|
|
4
|
+
"description": "Request api. Light, fast and secure.",
|
|
5
5
|
"author": "cimo",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -32,8 +32,7 @@
|
|
|
32
32
|
"types": "./dist/Main.d.ts",
|
|
33
33
|
"keywords": [
|
|
34
34
|
"request",
|
|
35
|
-
"
|
|
36
|
-
"request management",
|
|
35
|
+
"api",
|
|
37
36
|
"nodejs",
|
|
38
37
|
"typescript",
|
|
39
38
|
"cimo",
|