@bytescale/sdk 3.4.0 โ†’ 3.4.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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -71,7 +71,7 @@ If you'd prefer to use a script tag:
71
71
 
72
72
  ## Uploading Files
73
73
 
74
- This library is isomorphic, which means you can upload files from Node.js, or the browser, or both.
74
+ This library is isomorphic, meaning you can upload files from Node.js, or the browser, or both.
75
75
 
76
76
  #### From Node.js:
77
77
 
@@ -491,7 +491,7 @@ UrlBuilder.url({
491
491
 
492
492
  ## ๐Ÿ™‹ Can I use my own storage?
493
493
 
494
- Bytescale supports AWS S3, Cloudflare R2, Google Storage, DigitalOcean Spaces, and Bytescale Storage.
494
+ Bytescale supports AWS S3, Cloudflare R2, Google Storage, DigitalOcean, and Bytescale Storage.
495
495
 
496
496
  **[Bytescale Storage Docs ยป](https://www.bytescale.com/docs/storage/sources)**
497
497
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytescale/sdk",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "Bytescale JavaScript SDK",
5
5
  "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
6
6
  "license": "MIT",