Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Jan 5, 2025
1 parent 4664167 commit ddf08fd
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Support deactivation of IEEE754 compatibility for OData V2
- With `ieee754Compatible: false` numbers are represented as JSON numbers (not strings anymore)
- JSON numbers may lose precision due to the conversion
- JSON numbers may lose precision with this configuration due to number conversion
- Make request and response data conversion more stable
- Fix `util.extend()` Node 22 warning

Expand Down
63 changes: 38 additions & 25 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"prettier": "^3.4.2",
"supertest": "^7.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
"typescript-eslint": "^8.19.0"
},
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit ddf08fd

Please sign in to comment.