Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed May 2, 2022
1 parent 010726c commit 8577c46
Show file tree
Hide file tree
Showing 4 changed files with 1,473 additions and 1,186 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
## 1.2.0

- added support for custom error messages in type assertions

## 1.2.1

- updated dependencies
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy

## Reporting a Vulnerability

To report a vulnerability either create an issue on github or tag "@maintainer" on our discord server
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tool-belt/type-predicates",
"version": "1.2.0",
"version": "1.2.1",
"description": "Collection of performant type-guard utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,26 +42,26 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
"@tool-belt/eslint-config": "^1.1.1",
"@types/jest": "^27.0.3",
"@rollup/plugin-typescript": "^8.3.2",
"@tool-belt/eslint-config": "^1.2.0",
"@types/jest": "^27.4.1",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.3.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint": "^8.14.0",
"eslint-plugin-tsdoc": "^0.2.16",
"expect-type": "^0.13.0",
"husky": ">=7",
"jest": "^27.4.3",
"jest": ">=27.0.0 <28.0.0",
"lint-staged": ">=12",
"prettier": "^2.5.0",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier": "^2.6.2",
"prettier-plugin-jsdoc": "^0.3.38",
"rimraf": "^3.0.2",
"rollup": "2.60.2",
"rollup": "2.71.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"type-fest": "^2.8.0",
"typedoc": "^0.22.10",
"typescript": "4.5.2"
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"type-fest": "^2.12.2",
"typedoc": "^0.22.15",
"typescript": "4.6.4"
},
"lint-staged": {
"*.ts": "eslint --fix",
Expand Down
Loading

0 comments on commit 8577c46

Please sign in to comment.