Skip to content

Commit 058b21d

Browse files
authored
Merge pull request #18 from SecJS/feat/len-update-packages
feat: Update @secjs/contracts
2 parents da50e68 + 2fd94e1 commit 058b21d

File tree

3 files changed

+34
-36
lines changed

3 files changed

+34
-36
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2626
npm install @secjs/contracts @secjs/exceptions
2727
```
2828

29+
> Then you can install the package using:
30+
2931
```bash
3032
npm install @secjs/utils
3133
```

package-lock.json

Lines changed: 24 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -11,18 +11,18 @@
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",
@@ -35,7 +35,7 @@
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",

0 commit comments

Comments
 (0)