Skip to content

Commit

Permalink
Merge pull request #219 from 4lessandrodev/fix/bump-deps
Browse files Browse the repository at this point in the history
Fix/bump deps
  • Loading branch information
4lessandrodev authored Jan 27, 2025
2 parents 7528ac6 + 84d87a2 commit 4898372
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 831 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ All notable changes to this project will be documented in this file.

## Released

---

### [0.3.0] - 2024-10-22

### Fix

- Support for nodejs v23
- Update deps

---

### [0.2.0] - 2024-10-22

### Feat
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-logs",
"description": "This package provide a skd for audit and manager logs in nodejs and express",
"version": "0.2.0",
"version": "0.3.0",
"main": "index.js",
"types": "index.d.ts",
"author": "Alessandro Dev",
Expand All @@ -19,19 +19,19 @@
"devDependencies": {
"@types/express": "^5.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^22.5.1",
"@types/node": "^22.10.10",
"env-cmd": "^10.1.0",
"jest": "^29.4.1",
"madge": "^6.0.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.10",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.321.1",
"@aws-sdk/client-s3": "^3.735.0",
"@types/express": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.7.9",
"express": "^4.18.2"
},
"repository": {
Expand All @@ -44,7 +44,7 @@
"homepage": "https://github.com/4lessandrodev/ts-logs",
"license": "MIT",
"engines": {
"node": ">=14.x <22.x"
"node": ">=14.x <=23.x"
},
"keywords": [
"Logs",
Expand Down Expand Up @@ -74,8 +74,8 @@
"README.md"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.474.0",
"axios": "^1.6.2",
"mongodb": "^6.0.0"
"@aws-sdk/client-s3": "^3.735.0",
"axios": "^1.7.9",
"mongodb": "^6.12.0"
}
}
Loading

0 comments on commit 4898372

Please sign in to comment.