Skip to content

Commit

Permalink
Update node core version
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-zimmer-px committed Dec 21, 2023
1 parent f07cae2 commit 8653857
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Support for header-based logger
- Added `risk_start_time` and `enforcer_start_time` fields to enforcer activities.
- Added `failOnEmptyBody` flag for `callServer` to specify weather or not a request should fail if it has no body.
- Updated the configuration of PX first-party requests to include a connection timeout

### Changed
- Updated the captcha template to handle empty captcha responses

## [7.8.0] - 2023-05-16

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"axios": "^0.21.1",
"cookie-parser": "^1.4.1",
"perimeterx-node-core": "^3.12.0"
"perimeterx-node-core": "^3.13.0"
},
"devDependencies": {
"chai": "^4.3.6",
Expand Down

0 comments on commit 8653857

Please sign in to comment.