@cimo/request 1.4.10 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Request
2
2
 
3
- Request management. Light, fast and secure.
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
- - Index.ts
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.10",
4
- "description": "Request management. Light, fast and secure.",
3
+ "version": "1.4.12",
4
+ "description": "Request api. Light, fast and secure.",
5
5
  "author": "cimo",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -9,8 +9,8 @@
9
9
  "url": "https://github.com/cimo/Request.git"
10
10
  },
11
11
  "scripts": {
12
- "check": "eslint --fix",
13
12
  "remove_dist": "node -e \"const fs = require('fs'); try{ fs.rmdirSync('./dist/', { recursive: true }) } catch{}; process.exit(0);\"",
13
+ "check": "eslint --fix",
14
14
  "build": "npm run remove_dist && npm run check && tsc --build tsconfig.build.json",
15
15
  "pack": "npm run build && npm pack"
16
16
  },
@@ -32,8 +32,7 @@
32
32
  "types": "./dist/Main.d.ts",
33
33
  "keywords": [
34
34
  "request",
35
- "management",
36
- "request management",
35
+ "api",
37
36
  "nodejs",
38
37
  "typescript",
39
38
  "cimo",