Skip to content

Commit 54d3b4e

Browse files
| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/audio | 2.0.1 | @uppy/status-bar | 4.0.1 | | @uppy/aws-s3 | 4.0.2 | @uppy/store-default | 4.1.0 | | @uppy/compressor | 2.0.1 | @uppy/transloadit | 4.0.1 | | @uppy/core | 4.1.0 | @uppy/utils | 6.0.1 | | @uppy/dashboard | 4.0.2 | @uppy/webcam | 4.0.1 | | @uppy/remote-sources | 2.1.0 | uppy | 4.1.0 | - @uppy/remote-sources: fix options type (Merlijn Vos / #5364) - @uppy/transloadit: do not mark `opts` as mandatory (Antoine du Hamel / #5375) - @uppy/compressor: mark `quality` as optional (Antoine du Hamel / #5374) - @uppy/aws-s3: improve error when `endpoint` is not provided (Antoine du Hamel / #5361) - @uppy/core,@uppy/store-default: export `Store` type (Merlijn Vos / #5373) - @uppy/dashboard: make `toggleAddFilesPanel` args consistent (Evgenia Karunus / #5365) - @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5359) - @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355) - @uppy/status-bar: GoldenRetriever + `hideUploadButton=true` (Evgenia Karunus / #5350) - meta: Bump docker/build-push-action from 6.3.0 to 6.4.1 (dependabot[bot] / #5360)
1 parent 8ad2352 commit 54d3b4e

27 files changed

+118
-22
lines changed

BUNDLE-README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
44
use this from a CDN
5-
(`<script src="https://releases.transloadit.com/uppy/v4.0.5/uppy.min.js"></script>`)
5+
(`<script src="https://releases.transloadit.com/uppy/v4.1.0/uppy.min.js"></script>`)
66
or bundle it with your webapp.
77

88
Note that the recommended way to use Uppy is to install it with yarn/npm and use

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@ Please add your entries in this format:
1212

1313
In the current stage we aim to release a new version at least every month.
1414

15+
## 4.1.0
16+
17+
Released: 2024-07-30
18+
19+
| Package | Version | Package | Version |
20+
| -------------------- | ------- | -------------------- | ------- |
21+
| @uppy/audio | 2.0.1 | @uppy/status-bar | 4.0.1 |
22+
| @uppy/aws-s3 | 4.0.2 | @uppy/store-default | 4.1.0 |
23+
| @uppy/compressor | 2.0.1 | @uppy/transloadit | 4.0.1 |
24+
| @uppy/core | 4.1.0 | @uppy/utils | 6.0.1 |
25+
| @uppy/dashboard | 4.0.2 | @uppy/webcam | 4.0.1 |
26+
| @uppy/remote-sources | 2.1.0 | uppy | 4.1.0 |
27+
28+
- @uppy/remote-sources: fix options type (Merlijn Vos / #5364)
29+
- @uppy/transloadit: do not mark `opts` as mandatory (Antoine du Hamel / #5375)
30+
- @uppy/compressor: mark `quality` as optional (Antoine du Hamel / #5374)
31+
- @uppy/aws-s3: improve error when `endpoint` is not provided (Antoine du Hamel / #5361)
32+
- @uppy/core,@uppy/store-default: export `Store` type (Merlijn Vos / #5373)
33+
- @uppy/dashboard: make `toggleAddFilesPanel` args consistent (Evgenia Karunus / #5365)
34+
- @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5359)
35+
- @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355)
36+
- @uppy/status-bar: GoldenRetriever + `hideUploadButton=true` (Evgenia Karunus / #5350)
37+
- meta: Bump docker/build-push-action from 6.3.0 to 6.4.1 (dependabot[bot] / #5360)
38+
39+
1540
## 4.0.5
1641

1742
Released: 2024-07-18

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
8787
```
8888

8989
Add CSS
90-
[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.5/uppy.min.css),
90+
[uppy.min.css](https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css),
9191
either to your HTML page’s `<head>` or include in JS, if your bundler of choice
9292
supports it.
9393

@@ -102,7 +102,7 @@ object.
102102
```html
103103
<!-- 1. Add CSS to `<head>` -->
104104
<link
105-
href="https://releases.transloadit.com/uppy/v4.0.5/uppy.min.css"
105+
href="https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css"
106106
rel="stylesheet"
107107
/>
108108

@@ -113,7 +113,7 @@ object.
113113
Uppy,
114114
Dashboard,
115115
Tus,
116-
} from 'https://releases.transloadit.com/uppy/v4.0.5/uppy.min.mjs'
116+
} from 'https://releases.transloadit.com/uppy/v4.1.0/uppy.min.mjs'
117117
118118
const uppy = new Uppy()
119119
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -301,8 +301,8 @@ Use Uppy in your project?
301301
## Contributors
302302

303303
<table id="contributors_table">
304-
<tr><td><a href=https://github.com/arturi><img width="117" alt="arturi" src="https://avatars.githubusercontent.com/u/1199054?v=4&s=117"></a></td><td><a href=https://github.com/goto-bus-stop><img width="117" alt="goto-bus-stop" src="https://avatars.githubusercontent.com/u/1006268?v=4&s=117"></a></td><td><a href=https://github.com/kvz><img width="117" alt="kvz" src="https://avatars.githubusercontent.com/u/26752?v=4&s=117"></a></td><td><a href=https://github.com/aduh95><img width="117" alt="aduh95" src="https://avatars.githubusercontent.com/u/14309773?v=4&s=117"></a></td><td><a href=https://github.com/ifedapoolarewaju><img width="117" alt="ifedapoolarewaju" src="https://avatars.githubusercontent.com/u/8383781?v=4&s=117"></a></td><td><a href=https://github.com/hedgerh><img width="117" alt="hedgerh" src="https://avatars.githubusercontent.com/u/2524280?v=4&s=117"></a></td></tr>
305-
<tr><td><a href=https://github.com/Murderlon><img width="117" alt="Murderlon" src="https://avatars.githubusercontent.com/u/9060226?v=4&s=117"></a></td><td><a href=https://github.com/mifi><img width="117" alt="mifi" src="https://avatars.githubusercontent.com/u/402547?v=4&s=117"></a></td><td><a href=https://github.com/nqst><img width="117" alt="nqst" src="https://avatars.githubusercontent.com/u/375537?v=4&s=117"></a></td><td><a href=https://github.com/AJvanLoon><img width="117" alt="AJvanLoon" src="https://avatars.githubusercontent.com/u/15716628?v=4&s=117"></a></td><td><a href=https://github.com/apps/github-actions><img width="117" alt="github-actions[bot]" src="https://avatars.githubusercontent.com/in/15368?v=4&s=117"></a></td><td><a href=https://github.com/lakesare><img width="117" alt="lakesare" src="https://avatars.githubusercontent.com/u/7578559?v=4&s=117"></a></td></tr>
304+
<tr><td><a href=https://github.com/arturi><img width="117" alt="arturi" src="https://avatars.githubusercontent.com/u/1199054?v=4&s=117"></a></td><td><a href=https://github.com/goto-bus-stop><img width="117" alt="goto-bus-stop" src="https://avatars.githubusercontent.com/u/1006268?v=4&s=117"></a></td><td><a href=https://github.com/kvz><img width="117" alt="kvz" src="https://avatars.githubusercontent.com/u/26752?v=4&s=117"></a></td><td><a href=https://github.com/aduh95><img width="117" alt="aduh95" src="https://avatars.githubusercontent.com/u/14309773?v=4&s=117"></a></td><td><a href=https://github.com/ifedapoolarewaju><img width="117" alt="ifedapoolarewaju" src="https://avatars.githubusercontent.com/u/8383781?v=4&s=117"></a></td><td><a href=https://github.com/Murderlon><img width="117" alt="Murderlon" src="https://avatars.githubusercontent.com/u/9060226?v=4&s=117"></a></td></tr>
305+
<tr><td><a href=https://github.com/hedgerh><img width="117" alt="hedgerh" src="https://avatars.githubusercontent.com/u/2524280?v=4&s=117"></a></td><td><a href=https://github.com/mifi><img width="117" alt="mifi" src="https://avatars.githubusercontent.com/u/402547?v=4&s=117"></a></td><td><a href=https://github.com/nqst><img width="117" alt="nqst" src="https://avatars.githubusercontent.com/u/375537?v=4&s=117"></a></td><td><a href=https://github.com/AJvanLoon><img width="117" alt="AJvanLoon" src="https://avatars.githubusercontent.com/u/15716628?v=4&s=117"></a></td><td><a href=https://github.com/apps/github-actions><img width="117" alt="github-actions[bot]" src="https://avatars.githubusercontent.com/in/15368?v=4&s=117"></a></td><td><a href=https://github.com/lakesare><img width="117" alt="lakesare" src="https://avatars.githubusercontent.com/u/7578559?v=4&s=117"></a></td></tr>
306306
<tr><td><a href=https://github.com/apps/dependabot><img width="117" alt="dependabot[bot]" src="https://avatars.githubusercontent.com/in/29110?v=4&s=117"></a></td><td><a href=https://github.com/kiloreux><img width="117" alt="kiloreux" src="https://avatars.githubusercontent.com/u/6282557?v=4&s=117"></a></td><td><a href=https://github.com/samuelayo><img width="117" alt="samuelayo" src="https://avatars.githubusercontent.com/u/14964486?v=4&s=117"></a></td><td><a href=https://github.com/sadovnychyi><img width="117" alt="sadovnychyi" src="https://avatars.githubusercontent.com/u/193864?v=4&s=117"></a></td><td><a href=https://github.com/richardwillars><img width="117" alt="richardwillars" src="https://avatars.githubusercontent.com/u/291004?v=4&s=117"></a></td><td><a href=https://github.com/ajkachnic><img width="117" alt="ajkachnic" src="https://avatars.githubusercontent.com/u/44317699?v=4&s=117"></a></td></tr>
307307
<tr><td><a href=https://github.com/zcallan><img width="117" alt="zcallan" src="https://avatars.githubusercontent.com/u/13760738?v=4&s=117"></a></td><td><a href=https://github.com/YukeshShr><img width="117" alt="YukeshShr" src="https://avatars.githubusercontent.com/u/71844521?v=4&s=117"></a></td><td><a href=https://github.com/janko><img width="117" alt="janko" src="https://avatars.githubusercontent.com/u/795488?v=4&s=117"></a></td><td><a href=https://github.com/oliverpool><img width="117" alt="oliverpool" src="https://avatars.githubusercontent.com/u/3864879?v=4&s=117"></a></td><td><a href=https://github.com/Botz><img width="117" alt="Botz" src="https://avatars.githubusercontent.com/u/2706678?v=4&s=117"></a></td><td><a href=https://github.com/mcallistertyler><img width="117" alt="mcallistertyler" src="https://avatars.githubusercontent.com/u/14939210?v=4&s=117"></a></td></tr>
308308
<tr><td><a href=https://github.com/mokutsu-coursera><img width="117" alt="mokutsu-coursera" src="https://avatars.githubusercontent.com/u/65177495?v=4&s=117"></a></td><td><a href=https://github.com/dschmidt><img width="117" alt="dschmidt" src="https://avatars.githubusercontent.com/u/448487?v=4&s=117"></a></td><td><a href=https://github.com/DJWassink><img width="117" alt="DJWassink" src="https://avatars.githubusercontent.com/u/1822404?v=4&s=117"></a></td><td><a href=https://github.com/mrbatista><img width="117" alt="mrbatista" src="https://avatars.githubusercontent.com/u/6544817?v=4&s=117"></a></td><td><a href=https://github.com/taoqf><img width="117" alt="taoqf" src="https://avatars.githubusercontent.com/u/15901911?v=4&s=117"></a></td><td><a href=https://github.com/timodwhit><img width="117" alt="timodwhit" src="https://avatars.githubusercontent.com/u/2761203?v=4&s=117"></a></td></tr>

examples/cdn-example/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link
8-
href="https://releases.transloadit.com/uppy/v4.0.5/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css"
99
rel="stylesheet"
1010
/>
1111
</head>
@@ -19,7 +19,7 @@
1919
Dashboard,
2020
Webcam,
2121
Tus,
22-
} from 'https://releases.transloadit.com/uppy/v4.0.5/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.1.0/uppy.min.mjs'
2323

2424
const uppy = new Uppy({ debug: true, autoProceed: false })
2525
.use(Dashboard, { trigger: '#uppyModalOpener' })

examples/uppy-with-companion/client/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link
8-
href="https://releases.transloadit.com/uppy/v4.0.5/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css"
99
rel="stylesheet"
1010
/>
1111
</head>
@@ -19,7 +19,7 @@
1919
Instagram,
2020
GoogleDrive,
2121
Tus,
22-
} from 'https://releases.transloadit.com/uppy/v4.0.5/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.1.0/uppy.min.mjs'
2323

2424
const uppy = new Uppy({ debug: true, autoProceed: false })
2525
.use(Dashboard, { trigger: '#uppyModalOpener' })

packages/@uppy/audio/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/audio
22

3+
## 2.0.1
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355)
9+
310
## 2.0.0-beta.6
411

512
Released: 2024-06-04

packages/@uppy/audio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/audio",
33
"description": "Uppy plugin that records audio using the device’s microphone.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/aws-s3/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/aws-s3
22

3+
## 4.0.2
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/aws-s3: improve error when `endpoint` is not provided (Antoine du Hamel / #5361)
9+
310
## 4.0.1
411

512
Released: 2024-07-18

packages/@uppy/aws-s3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/aws-s3",
33
"description": "Upload to Amazon S3 with Uppy",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/compressor/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/compressor
22

3+
## 2.0.1
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/compressor: mark `quality` as optional (Antoine du Hamel / #5374)
9+
310
## 2.0.0-beta.5
411

512
Released: 2024-05-03

packages/@uppy/compressor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/compressor",
33
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/core
22

3+
## 4.1.0
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/core,@uppy/store-default: export `Store` type (Merlijn Vos / #5373)
9+
310
## 4.0.1
411

512
Released: 2024-07-15

packages/@uppy/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/core",
33
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/dashboard/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @uppy/dashboard
22

3+
## 4.0.2
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/dashboard: make `toggleAddFilesPanel` args consistent (Evgenia Karunus / #5365)
9+
- @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5359)
10+
311
## 4.0.1
412

513
Released: 2024-07-15

packages/@uppy/dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/dashboard",
33
"description": "Universal UI plugin for Uppy.",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/remote-sources/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/remote-sources
22

3+
## 2.1.0
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/remote-sources: fix options type (Merlijn Vos / #5364)
9+
310
## 2.0.0-beta.4
411

512
Released: 2024-05-03

packages/@uppy/remote-sources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/remote-sources",
33
"description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/status-bar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/status-bar
22

3+
## 4.0.1
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/status-bar: GoldenRetriever + `hideUploadButton=true` (Evgenia Karunus / #5350)
9+
310
## 4.0.0-beta.9
411

512
Released: 2024-06-04

packages/@uppy/status-bar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/status-bar",
33
"description": "A progress bar for Uppy, with many bells and whistles.",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/store-default/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/store-default
22

3+
## 4.1.0
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/core,@uppy/store-default: export `Store` type (Merlijn Vos / #5373)
9+
310
## 3.1.0
411

512
Released: 2023-11-24

packages/@uppy/store-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/store-default",
33
"description": "The default simple object-based store for Uppy.",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/transloadit/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/transloadit
22

3+
## 4.0.1
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/transloadit: do not mark `opts` as mandatory (Antoine du Hamel / #5375)
9+
310
## 4.0.0-beta.10
411

512
Released: 2024-06-27

packages/@uppy/transloadit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/transloadit",
33
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/utils",
33
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"license": "MIT",
66
"type": "module",
77
"keywords": [

packages/@uppy/webcam/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/webcam
22

3+
## 4.0.1
4+
5+
Released: 2024-07-30
6+
Included in: Uppy v4.1.0
7+
8+
- @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355)
9+
310
## 4.0.0-beta.8
411

512
Released: 2024-06-04

packages/@uppy/webcam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/webcam",
33
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/uppy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uppy",
33
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
4-
"version": "4.0.5",
4+
"version": "4.1.0",
55
"license": "MIT",
66
"main": "index.mjs",
77
"module": "index.mjs",

0 commit comments

Comments
 (0)