-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version to 3.0.1 and update dependencies (#92)
- Loading branch information
1 parent
5ea2b4e
commit dddf831
Showing
2 changed files
with
66 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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]" | ||
} |
Oops, something went wrong.