Skip to content

Commit

Permalink
styles: lock dependencies and adjust documentation README
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Feb 7, 2022
1 parent 0b46973 commit 48f149b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Parser.arrayToString(['1', '2', '3', '4'], // '1|2|3-4'
{ separator: '|', lastSeparator: '-' }
)

// Pair separator is only for and array of two indexes
// Pair separator is only for two indexes arrays
Parser.arrayToString(['1', '2'], { // '1_2'
pairSeparator: '_',
})
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secjs/utils",
"version": "1.6.0",
"version": "1.6.1",
"description": "",
"license": "MIT",
"author": "João Lenon",
Expand All @@ -20,14 +20,14 @@
"devDependencies": {
"@secjs/contracts": "1.2.1",
"@secjs/exceptions": "1.0.4",
"@types/bytes": "^3.1.1",
"@types/bytes": "3.1.1",
"@types/debug": "4.1.5",
"@types/jest": "27.0.1",
"@types/kind-of": "^6.0.0",
"@types/kind-of": "6.0.0",
"@types/mime-types": "2.1.1",
"@types/ms": "^0.7.31",
"@types/ms": "0.7.31",
"@types/node": "14.17.0",
"@types/pluralize": "^0.0.29",
"@types/pluralize": "0.0.29",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
Expand Down Expand Up @@ -164,12 +164,12 @@
}
},
"dependencies": {
"bytes": "^3.1.2",
"change-case": "^4.1.2",
"kind-of": "^6.0.3",
"bytes": "3.1.2",
"change-case": "4.1.2",
"kind-of": "6.0.3",
"mime-types": "2.1.34",
"ms": "^2.1.3",
"pluralize": "^8.0.0",
"validator-brazil": "^1.2.2"
"ms": "2.1.3",
"pluralize": "8.0.0",
"validator-brazil": "1.2.2"
}
}

0 comments on commit 48f149b

Please sign in to comment.