@bytescale/sdk
Advanced tools
Comparing version 3.0.0-alpha.15 to 3.0.0-alpha.16
export * from "./public/shared"; | ||
export * from "./public/node"; | ||
export * from "./public/browser"; |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.0.0-alpha.15", | ||
"version": "3.0.0-alpha.16", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -40,3 +40,3 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --runInBand --silent=false --verbose=false", | ||
"prepack": "npm run clean && webpack && tsc-alias && rm dist/types/index.browser.d.ts && mv dist/types/index.node.d.ts dist/types/index.d.ts", | ||
"prepack": "npm run clean && webpack && tsc-alias && rm dist/types/index.node.d.ts && rm dist/types/index.worker.d.ts && mv dist/types/index.browser.d.ts dist/types/index.d.ts", | ||
"postpack": "[ ! -f bytescale-sdk-*.tgz ] || mv bytescale-sdk-*.tgz bytescale-sdk.tgz", | ||
@@ -43,0 +43,0 @@ "prepare": "husky install", |
@@ -113,2 +113,5 @@ <h1 align="center"> | ||
// Reports progress: bytesTotal, bytesSent, progress. | ||
// onProgress: ({ progress }) => console.log(progress), | ||
// Controls multipart upload concurrency. Ignored if 'data' is a stream. | ||
@@ -192,2 +195,5 @@ // maxConcurrentUploadParts: 4, | ||
// Reports progress: bytesTotal, bytesSent, progress. | ||
// onProgress: ({ progress }) => console.log(progress), | ||
// Controls multipart upload concurrency. Ignored if 'data' is a stream. | ||
@@ -194,0 +200,0 @@ // maxConcurrentUploadParts: 4, |
512
5
853771
55
18313