@uploadcare/upload-client 6.14.2 → 6.14.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.
@@ -405,7 +405,7 @@ const getUrl = (base, path, query) => {
405
405
  return url.toString();
406
406
  };
407
407
 
408
- var version = '6.14.2';
408
+ var version = '6.14.3';
409
409
 
410
410
  const LIBRARY_NAME = 'UploadcareUploadClient';
411
411
  const LIBRARY_VERSION = version;
@@ -1354,7 +1354,8 @@ const uploadMultipart = async (file, { publicKey, fileName, fileSize, baseURL, s
1354
1354
  userAgent,
1355
1355
  retryThrottledRequestMaxTimes,
1356
1356
  retryNetworkErrorMaxTimes,
1357
- metadata
1357
+ metadata,
1358
+ multipartChunkSize
1358
1359
  })
1359
1360
  .then(async ({ uuid, parts }) => {
1360
1361
  const getChunk = await prepareChunks(file, size, multipartChunkSize);
@@ -435,7 +435,7 @@ const getUrl = (base, path, query) => {
435
435
  return url.toString();
436
436
  };
437
437
 
438
- var version = '6.14.2';
438
+ var version = '6.14.3';
439
439
 
440
440
  const LIBRARY_NAME = 'UploadcareUploadClient';
441
441
  const LIBRARY_VERSION = version;
@@ -1385,7 +1385,8 @@ const uploadMultipart = async (file, { publicKey, fileName, fileSize, baseURL, s
1385
1385
  userAgent,
1386
1386
  retryThrottledRequestMaxTimes,
1387
1387
  retryNetworkErrorMaxTimes,
1388
- metadata
1388
+ metadata,
1389
+ multipartChunkSize
1389
1390
  })
1390
1391
  .then(async ({ uuid, parts }) => {
1391
1392
  const getChunk = await prepareChunks(file, size, multipartChunkSize);
@@ -413,7 +413,7 @@ const getUrl = (base, path, query) => {
413
413
  return url.toString();
414
414
  };
415
415
 
416
- var version = '6.14.2';
416
+ var version = '6.14.3';
417
417
 
418
418
  const LIBRARY_NAME = 'UploadcareUploadClient';
419
419
  const LIBRARY_VERSION = version;
@@ -1382,7 +1382,8 @@ const uploadMultipart = async (file, { publicKey, fileName, fileSize, baseURL, s
1382
1382
  userAgent,
1383
1383
  retryThrottledRequestMaxTimes,
1384
1384
  retryNetworkErrorMaxTimes,
1385
- metadata
1385
+ metadata,
1386
+ multipartChunkSize
1386
1387
  })
1387
1388
  .then(async ({ uuid, parts }) => {
1388
1389
  const getChunk = await prepareChunks(file, size, multipartChunkSize);
@@ -403,7 +403,7 @@ const getUrl = (base, path, query) => {
403
403
  return url.toString();
404
404
  };
405
405
 
406
- var version = '6.14.2';
406
+ var version = '6.14.3';
407
407
 
408
408
  const LIBRARY_NAME = 'UploadcareUploadClient';
409
409
  const LIBRARY_VERSION = version;
@@ -1352,7 +1352,8 @@ const uploadMultipart = async (file, { publicKey, fileName, fileSize, baseURL, s
1352
1352
  userAgent,
1353
1353
  retryThrottledRequestMaxTimes,
1354
1354
  retryNetworkErrorMaxTimes,
1355
- metadata
1355
+ metadata,
1356
+ multipartChunkSize
1356
1357
  })
1357
1358
  .then(async ({ uuid, parts }) => {
1358
1359
  const getChunk = await prepareChunks(file, size, multipartChunkSize);
@@ -433,7 +433,7 @@ const getUrl = (base, path, query) => {
433
433
  return url.toString();
434
434
  };
435
435
 
436
- var version = '6.14.2';
436
+ var version = '6.14.3';
437
437
 
438
438
  const LIBRARY_NAME = 'UploadcareUploadClient';
439
439
  const LIBRARY_VERSION = version;
@@ -1383,7 +1383,8 @@ const uploadMultipart = async (file, { publicKey, fileName, fileSize, baseURL, s
1383
1383
  userAgent,
1384
1384
  retryThrottledRequestMaxTimes,
1385
1385
  retryNetworkErrorMaxTimes,
1386
- metadata
1386
+ metadata,
1387
+ multipartChunkSize
1387
1388
  })
1388
1389
  .then(async ({ uuid, parts }) => {
1389
1390
  const getChunk = await prepareChunks(file, size, multipartChunkSize);
@@ -411,7 +411,7 @@ const getUrl = (base, path, query) => {
411
411
  return url.toString();
412
412
  };
413
413
 
414
- var version = '6.14.2';
414
+ var version = '6.14.3';
415
415
 
416
416
  const LIBRARY_NAME = 'UploadcareUploadClient';
417
417
  const LIBRARY_VERSION = version;
@@ -1380,7 +1380,8 @@ const uploadMultipart = async (file, { publicKey, fileName, fileSize, baseURL, s
1380
1380
  userAgent,
1381
1381
  retryThrottledRequestMaxTimes,
1382
1382
  retryNetworkErrorMaxTimes,
1383
- metadata
1383
+ metadata,
1384
+ multipartChunkSize
1384
1385
  })
1385
1386
  .then(async ({ uuid, parts }) => {
1386
1387
  const getChunk = await prepareChunks(file, size, multipartChunkSize);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uploadcare/upload-client",
3
- "version": "6.14.2",
3
+ "version": "6.14.3",
4
4
  "description": "Library for work with Uploadcare Upload API",
5
5
  "type": "module",
6
6
  "module": "./dist/esm/index.node.mjs",
@@ -83,7 +83,7 @@
83
83
  "@types/koa__cors": "^5.0.0",
84
84
  "@types/koa__router": "^12.0.4",
85
85
  "@types/ws": "8.5.3",
86
- "@uploadcare/api-client-utils": "^6.14.2",
86
+ "@uploadcare/api-client-utils": "^6.14.3",
87
87
  "chalk": "^4.1.2",
88
88
  "data-uri-to-buffer": "3.0.1",
89
89
  "dataurl-to-blob": "0.0.1",