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
1919
2020## Installation
2121
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.
2424
2525``` bash
2626npm install @secjs/contracts @secjs/exceptions
2727```
2828
29+ > Then you can install the package using:
30+
2931``` bash
3032npm install @secjs/utils
3133```
Original file line number Diff line number Diff line change 11{
22 "name" : " @secjs/utils" ,
3- "version" : " 1.3.5 " ,
3+ "version" : " 1.3.6 " ,
44 "description" : " " ,
55 "license" : " MIT" ,
66 "author" : " João Lenon" ,
1111 "build" : " tsc" ,
1212 "test" : " jest --verbose" ,
1313 "test:debug" : " DEBUG=* jest --verbose" ,
14- "lint:fix" : " eslint ./ src --fix --ext=.ts "
14+ "lint:fix" : " eslint \" { src,tests}/**/*.ts \" --fix"
1515 },
1616 "keywords" : [
1717 " utils" ,
1818 " nodejs"
1919 ],
2020 "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" ,
2323 "@types/debug" : " 4.1.5" ,
2424 "@types/jest" : " 27.0.1" ,
25- "@types/node" : " 14.14.3 " ,
25+ "@types/node" : " 14.17.0 " ,
2626 "@types/uuid" : " 8.3.0" ,
2727 "@typescript-eslint/eslint-plugin" : " 4.31.0" ,
2828 "@typescript-eslint/parser" : " 4.31.0" ,
3535 "eslint-plugin-prettier" : " 4.0.0" ,
3636 "eslint-plugin-promise" : " 5.1.0" ,
3737 "eslint-plugin-standard" : " 5.0.0" ,
38- "husky" : " 3.1.0 " ,
38+ "husky" : " 3.0.9 " ,
3939 "jest" : " 27.1.0" ,
4040 "lint-staged" : " 9.4.3" ,
4141 "prettier" : " 2.0.5" ,
You can’t perform that action at this time.
0 commit comments