r2-explorer 0.2.10 → 0.3.0

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 CHANGED
@@ -14,6 +14,7 @@ please [open an new issue](https://github.com/G4brym/R2-Explorer/issues/new) for
14
14
  - Very quick bucket/folder navigation
15
15
  - pdf, image, txt, markdown, csv, etc in-browser preview
16
16
  - Drag-and-Drop upload
17
+ - Multiple files and folder uploads
17
18
  - Create folders
18
19
  - Rename files
19
20
  - Download files
@@ -68,7 +69,6 @@ wrangler publish
68
69
  - Integration with cloudflare access
69
70
  - allow bucket names with spaces
70
71
  - Search files
71
- - Upload folders
72
72
  - Rename folders
73
73
  - Delete folders
74
74
  - Image thumbnail's using Cloudflare workers
@@ -34,7 +34,7 @@ fs.writeFileSync(
34
34
  "publish": "wrangler publish"
35
35
  },
36
36
  "dependencies": {
37
- "r2-explorer": "^0.2.10"
37
+ "r2-explorer": "^0.3.0"
38
38
  }
39
39
  }
40
40