@signskart/uploader 2.0.2 → 2.0.6
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.
- package/README.md +1 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
Here is your **fully updated, production-ready README** including:
|
|
2
|
-
|
|
3
|
-
* ✅ Client + Server usage
|
|
4
|
-
* ✅ Proper S3 presign setup
|
|
5
|
-
* ✅ Next.js backend example
|
|
6
|
-
* ✅ Express backend example
|
|
7
|
-
* ✅ Architecture explanation
|
|
8
|
-
* ✅ Clean professional structure
|
|
9
|
-
* ✅ v2 structure with `/server` export
|
|
10
|
-
|
|
11
|
-
You can replace your entire README with this.
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
1
|
# 🚀 @signskart/uploader
|
|
16
2
|
|
|
17
3
|
Production-grade Upload Manager SDK by **Signskart**.
|
|
@@ -328,15 +314,4 @@ import { createS3PresignHandler } from '@signskart/uploader/server';
|
|
|
328
314
|
|
|
329
315
|
# 📜 License
|
|
330
316
|
|
|
331
|
-
MIT © Signskart
|
|
332
|
-
|
|
333
|
-
---
|
|
334
|
-
|
|
335
|
-
If you want next, I can:
|
|
336
|
-
|
|
337
|
-
* Turn this into an elite-level open source README (badges, diagrams, examples, comparison table)
|
|
338
|
-
* Prepare it for GitHub launch
|
|
339
|
-
* Write marketing description for npm
|
|
340
|
-
* Add proper semantic versioning strategy
|
|
341
|
-
|
|
342
|
-
Tell me your next move.
|
|
317
|
+
MIT © Signskart
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signskart/uploader",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Production-grade upload manager SDK with queue, progress tracking, retry logic, cancellation, and multi-provider support (S3, Cloudinary).",
|
|
5
5
|
"author": "Signskart",
|
|
6
6
|
"license": "MIT",
|