We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511287c commit c65a282Copy full SHA for c65a282
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vintasend-aws-s3-attachments",
3
- "version": "0.12.2",
+ "version": "0.12.3",
4
"description": "Implementation of AWS S3 Attachments for VintaSend",
5
"type": "module",
6
"main": "dist/index.js",
@@ -22,7 +22,7 @@
22
"dependencies": {
23
"@aws-sdk/client-s3": "^3.1000.0",
24
"@aws-sdk/s3-request-presigner": "^3.1000.0",
25
- "vintasend": "^0.12.2"
+ "vintasend": "^0.12.3"
26
},
27
"devDependencies": {
28
"@biomejs/biome": "^2.4.5",
0 commit comments