Skip to content

Commit

Permalink
chore: bump version to 3.0.1 and update dependencies (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
usualdesigner authored Feb 5, 2025
1 parent 5ea2b4e commit dddf831
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 118 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssut/nestjs-sqs",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,15 +22,15 @@
"author": "Suhun Han <[email protected]>",
"license": "MIT",
"dependencies": {
"@golevelup/nestjs-discovery": "^4.0.1",
"@golevelup/nestjs-discovery": "^4.0.3",
"sqs-consumer": "^11.0.1",
"sqs-producer": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/testing": "^10.3.10",
"@nestjs/common": "^11.0.6",
"@nestjs/core": "^11.0.6",
"@nestjs/testing": "^11.0.6",
"prettier": "^3.3.2",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
Expand All @@ -43,8 +43,8 @@
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.600.0",
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit dddf831

Please sign in to comment.