File tree Expand file tree Collapse file tree 3 files changed +34
-36
lines changed Expand file tree Collapse file tree 3 files changed +34
-36
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,15 @@ The intention behind this repository is to always maintain a `Utils` package wit
19
19
20
20
## Installation
21
21
22
- > To use the high potential from @ secjs/utils you need to install first this packages from SecJS,
23
- > it keeps as dev dependency because one day @secjs/core will install everything once.
22
+ > To use the high potential from this package you need to install first this other packages from SecJS,
23
+ > it keeps as dev dependency because one day ` @secjs/core ` will install everything once.
24
24
25
25
``` bash
26
26
npm install @secjs/contracts @secjs/exceptions
27
27
```
28
28
29
+ > Then you can install the package using:
30
+
29
31
``` bash
30
32
npm install @secjs/utils
31
33
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @secjs/utils" ,
3
- "version" : " 1.3.5 " ,
3
+ "version" : " 1.3.6 " ,
4
4
"description" : " " ,
5
5
"license" : " MIT" ,
6
6
"author" : " João Lenon" ,
11
11
"build" : " tsc" ,
12
12
"test" : " jest --verbose" ,
13
13
"test:debug" : " DEBUG=* jest --verbose" ,
14
- "lint:fix" : " eslint ./ src --fix --ext=.ts "
14
+ "lint:fix" : " eslint \" { src,tests}/**/*.ts \" --fix"
15
15
},
16
16
"keywords" : [
17
17
" utils" ,
18
18
" nodejs"
19
19
],
20
20
"devDependencies" : {
21
- "@secjs/contracts" : " 1.1.2 " ,
22
- "@secjs/exceptions" : " ^ 1.0.1" ,
21
+ "@secjs/contracts" : " 1.1.3 " ,
22
+ "@secjs/exceptions" : " 1.0.1" ,
23
23
"@types/debug" : " 4.1.5" ,
24
24
"@types/jest" : " 27.0.1" ,
25
- "@types/node" : " 14.14.3 " ,
25
+ "@types/node" : " 14.17.0 " ,
26
26
"@types/uuid" : " 8.3.0" ,
27
27
"@typescript-eslint/eslint-plugin" : " 4.31.0" ,
28
28
"@typescript-eslint/parser" : " 4.31.0" ,
35
35
"eslint-plugin-prettier" : " 4.0.0" ,
36
36
"eslint-plugin-promise" : " 5.1.0" ,
37
37
"eslint-plugin-standard" : " 5.0.0" ,
38
- "husky" : " 3.1.0 " ,
38
+ "husky" : " 3.0.9 " ,
39
39
"jest" : " 27.1.0" ,
40
40
"lint-staged" : " 9.4.3" ,
41
41
"prettier" : " 2.0.5" ,
You can’t perform that action at this time.
0 commit comments