Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
refactor: npm update(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 24, 2024
1 parent 714af9a commit af3428d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log (@egomobile/http-supertest)

## 0.7.0

- `npm update`s

## 0.6.0

- add `onStatusUpdate` to [ISetupTestEventListenerOptions interface](https://egomobile.github.io/node-http-supertest/interfaces/ISetupTestEventListenerOptions.html)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egomobile/http-supertest",
"version": "0.6.0",
"version": "0.7.0",
"description": "Sets up common and powerful test event listener for @egomobile/http-server with supertest under the hood.",
"main": "lib/index.js",
"engines": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"ora": "5.4.1"
},
"devDependencies": {
"@egomobile/http-server": "^0.66.0",
"@egomobile/http-server": "^0.67.0",
"@egomobile/tsconfig": "^5.0.0",
"@types/node": "18.19.18",
"@types/supertest": "6.0.2",
Expand All @@ -68,7 +68,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@egomobile/http-server": ">= 0.66.0",
"@egomobile/http-server": ">= 0.67.0",
"supertest": ">= 6.3.4"
}
}
}

0 comments on commit af3428d

Please sign in to comment.