filestack-js
Advanced tools
Comparing version 0.9.12 to 0.10.0-rc1
@@ -5,3 +5,3 @@ const DEFAULT_CNAME = 'filestackapi.com'; | ||
return { | ||
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.11.2.js`, | ||
picker: `https://static.${cname || DEFAULT_CNAME}/picker/v3/picker-0.12.0.js`, | ||
}; | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "filestack-js", | ||
"version": "0.9.12", | ||
"version": "0.10.0-rc1", | ||
"description": "Official web SDK for the Filestack API", | ||
@@ -68,2 +68,2 @@ "author": "Filestack", | ||
] | ||
} | ||
} |
@@ -175,4 +175,5 @@ <p align="center"> | ||
- .customSourcePath <code>string</code> - Set the default path for your custom source container. | ||
- .concurrency <code>number</code> <code> = 4</code> - Max number of files to upload concurrently. | ||
- .preferLinkOverStore <code>boolean</code> <code> = false</code> - For cloud sources whether to __link__ or __store__ files. | ||
- .lang <code>string</code> <code> = "en"</code> - Sets locale. Accepts: `da`, `de`, `en`, `es`, `fr`, `he`, `it`, `ja`, `nl`, `pl`, `pt`, `ru`, `zh`. | ||
- .lang <code>string</code> <code> = "en"</code> - Sets locale. Accepts: `da`, `de`, `en`, `es`, `fr`, `he`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `sv`, `ru`, `vi`, `zh`. | ||
- .minFiles <code>number</code> <code> = 1</code> - Minimum number of files required to start uploading. | ||
@@ -179,0 +180,0 @@ - .maxFiles <code>number</code> <code> = 1</code> - Maximum number of files allowed to upload. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1163308
715