@hdriel/aws-utils 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ A powerful, type-safe wrapper around AWS S3 SDK v3 that simplifies S3 operations
18
18
 
19
19
  # FULL DEMO PROJECT EXAMPLE:
20
20
  please see this project code before using: [aws-utils-demo github link!](https://github.com/hdriel/aws-utils-demo)
21
- ![Main Screen - Preview](https://cdn.jsdelivr.net/gh/hdriel/aws-utils-demo/readme-assets/demo-bucket-image-preview.webp)
21
+ [![Watch the video](https://cdn.jsdelivr.net/gh/hdriel/aws-utils-demo/readme-assets/demo-bucket-image-preview.webp)](https://youtu.be/5DRV6ACq9jU)
22
22
 
23
23
 
24
24
  ## Installation
@@ -681,7 +681,7 @@ The utility includes optimized HTTP/HTTPS agents:
681
681
  ## 📋 Complete Express.js Example
682
682
  # FULL DEMO PROJECT EXAMPLE:
683
683
  please see this project code before using: [aws-utils-demo github link!](https://github.com/hdriel/aws-utils-demo)
684
- ![Main Screen - Preview](https://cdn.jsdelivr.net/gh/hdriel/aws-utils-demo/readme-assets/demo-bucket-image-preview.webp)
684
+ [![Watch the video](https://cdn.jsdelivr.net/gh/hdriel/aws-utils-demo/readme-assets/demo-bucket-image-preview.webp)](https://youtu.be/5DRV6ACq9jU)
685
685
 
686
686
 
687
687
  ## 📝 TypeScript Support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hdriel/aws-utils",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Simplified AWS SDK (v3) utilities for S3 (upload, download, streaming) with TypeScript support",
5
5
  "author": "Hadriel Benjo (https://github.com/hdriel)",
6
6
  "type": "module",