(1.0.37) bump
This commit is contained in:
2
dist/index.cjs.js
vendored
2
dist/index.cjs.js
vendored
@@ -247,7 +247,7 @@ class Updater {
|
|||||||
else {
|
else {
|
||||||
// should be the file progress
|
// should be the file progress
|
||||||
let fileProgressView = new Uint32Array(rawData);
|
let fileProgressView = new Uint32Array(rawData);
|
||||||
this._fileProgress += (dataView[3] << 24) |
|
this._fileProgress = (dataView[3] << 24) |
|
||||||
(dataView[2] << 16) |
|
(dataView[2] << 16) |
|
||||||
(dataView[1] << 8) | dataView[0];
|
(dataView[1] << 8) | dataView[0];
|
||||||
this.sendNextPacket();
|
this.sendNextPacket();
|
||||||
|
|||||||
2
dist/index.es.js
vendored
2
dist/index.es.js
vendored
@@ -245,7 +245,7 @@ class Updater {
|
|||||||
else {
|
else {
|
||||||
// should be the file progress
|
// should be the file progress
|
||||||
let fileProgressView = new Uint32Array(rawData);
|
let fileProgressView = new Uint32Array(rawData);
|
||||||
this._fileProgress += (dataView[3] << 24) |
|
this._fileProgress = (dataView[3] << 24) |
|
||||||
(dataView[2] << 16) |
|
(dataView[2] << 16) |
|
||||||
(dataView[1] << 8) | dataView[0];
|
(dataView[1] << 8) | dataView[0];
|
||||||
this.sendNextPacket();
|
this.sendNextPacket();
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "updaterweblibrary",
|
"name": "updaterweblibrary",
|
||||||
"version": "1.0.36",
|
"version": "1.0.37",
|
||||||
"description": "OTA Updater App frontend library",
|
"description": "OTA Updater App frontend library",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user