Skip to content

Commit

Permalink
dist: Update bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Mar 7, 2021
1 parent 92f2bc1 commit 3d3b1f2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/fastboot.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3054,7 +3054,7 @@ const DEFAULT_DOWNLOAD_SIZE = 512 * 1024 * 1024; // 512 MiB
// max download size even if the bootloader can accept more data.
const MAX_DOWNLOAD_SIZE = 1024 * 1024 * 1024; // 1 GiB

const GETVAR_TIMEOUT = 2500; // ms
const GETVAR_TIMEOUT = 10000; // ms

/**
* Exception class for USB errors not directly thrown by WebUSB.
Expand Down
2 changes: 1 addition & 1 deletion dist/fastboot.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fastboot.min.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fastboot.min.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fastboot.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fastboot.min.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fastboot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3050,7 +3050,7 @@ const DEFAULT_DOWNLOAD_SIZE = 512 * 1024 * 1024; // 512 MiB
// max download size even if the bootloader can accept more data.
const MAX_DOWNLOAD_SIZE = 1024 * 1024 * 1024; // 1 GiB

const GETVAR_TIMEOUT = 2500; // ms
const GETVAR_TIMEOUT = 10000; // ms

/**
* Exception class for USB errors not directly thrown by WebUSB.
Expand Down
2 changes: 1 addition & 1 deletion dist/fastboot.mjs.map

Large diffs are not rendered by default.

0 comments on commit 3d3b1f2

Please sign in to comment.