@uploadcare/upload-client 3.1.0 → 3.1.1
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 +3 -1
- package/dist/index.browser.cjs +1 -1
- package/dist/index.browser.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -403,12 +403,13 @@ Defaults to `application/octet-stream`.
|
|
|
403
403
|
type Metadata = {
|
|
404
404
|
[key: string]: string
|
|
405
405
|
}
|
|
406
|
+
```
|
|
406
407
|
|
|
407
408
|
Metadata is additional, arbitrary data, associated with uploaded file.
|
|
408
409
|
|
|
409
410
|
Non-string values will be converted to `string`. `undefined` values will be ignored.
|
|
410
411
|
|
|
411
|
-
See [
|
|
412
|
+
See [REST API reference][uc-docs-metadata] for details.
|
|
412
413
|
|
|
413
414
|
|
|
414
415
|
## Testing
|
|
@@ -472,3 +473,4 @@ request at [hello@uploadcare.com][uc-email-hello].
|
|
|
472
473
|
[badge-build]: https://github.com/uploadcare/uploadcare-upload-client/actions/workflows/checks.yml/badge.svg
|
|
473
474
|
[build-url]: https://github.com/uploadcare/uploadcare-upload-client/actions/workflows/checks.yml
|
|
474
475
|
[uc-docs-upload-api]: https://uploadcare.com/docs/api_reference/upload/?utm_source=github&utm_campaign=uploadcare-upload-client
|
|
476
|
+
[uc-docs-metadata]: https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/File-Metadata
|
package/dist/index.browser.cjs
CHANGED
package/dist/index.browser.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED