@bytescale/sdk 3.38.1 → 3.38.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -538,7 +538,7 @@ UrlBuilder.url({
538
538
 
539
539
  #### Antivirus
540
540
 
541
- To scan the file `document.docx` for viruses:
541
+ To scan the file `example.zip` for viruses, use the following:
542
542
 
543
543
  ```javascript
544
544
  // Returns: "https://upcdn.io/1234abc/antivirus/example.zip"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytescale/sdk",
3
- "version": "3.38.1",
3
+ "version": "3.38.3",
4
4
  "description": "Bytescale JavaScript SDK",
5
5
  "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
6
6
  "license": "MIT",