Skip to content

Commit

Permalink
move deps (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis authored Jul 12, 2023
1 parent 4eedd01 commit 2494607
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2023-07-12 - 0.0.5

- Add needed types to deps

## 2023-07-12 - 0.0.4

- Change logger type to accept more logger setups
Expand Down
8 changes: 3 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beuluis/nestjs-chatter-patrol",
"version": "0.0.4",
"version": "0.0.5",
"description": "Shared NestJS communication sanitation functionality",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,6 @@
"@nestjs/common": "9.4.1",
"@types/jest": "29.5.1",
"@types/node": "20.2.1",
"@types/sanitize-html": "2.9.0",
"eslint": "8.39.0",
"fastify": "4.17.0",
"husky": "8.0.3",
Expand All @@ -66,6 +65,7 @@
"fastify": "^4"
},
"dependencies": {
"@types/sanitize-html": "2.9.0",
"rxjs": "^7.8.1",
"sanitize-html": "^2.10.0"
}
Expand Down

1 comment on commit 2494607

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 72/72
🟢 Branches 100% 71/71
🟢 Functions 100% 16/16
🟢 Lines 100% 69/69

Test suite run success

943 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 2494607

Please sign in to comment.