@better-s3/ui 3.1047.0 → 3.1048.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ If you prefer source-owned UI instead of consuming the package, keep the better-
|
|
|
41
41
|
import { createS3Api } from "@better-s3/server";
|
|
42
42
|
import { Upload, MultiUpload, DownloadButton, DeleteButton } from "@better-s3/ui";
|
|
43
43
|
|
|
44
|
-
const api = createS3Api(
|
|
44
|
+
const api = createS3Api();
|
|
45
45
|
|
|
46
46
|
// Single upload (button or dropzone)
|
|
47
47
|
<Upload
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-s3/ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1048.0",
|
|
4
4
|
"description": "Pre-built React UI components for S3 file upload, download, and delete",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"s3",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"styles.css"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@better-s3/react": "3.
|
|
39
|
+
"@better-s3/react": "3.1048.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@base-ui/react": ">=1.0.0",
|