(1.0.32) bump
This commit is contained in:
1
dist/index.cjs.js
vendored
1
dist/index.cjs.js
vendored
@@ -248,6 +248,7 @@ class Updater {
|
|||||||
let fileProgressView = new Uint32Array(rawData);
|
let fileProgressView = new Uint32Array(rawData);
|
||||||
this._fileProgress += fileProgressView[0];
|
this._fileProgress += fileProgressView[0];
|
||||||
this.sendNextPacket();
|
this.sendNextPacket();
|
||||||
|
progressCallback(`Recieved progress ${fileProgressView[0]}; Sending (${Math.floor((this._fileProgress * 100) / this._fileSize)}%), ${this._fileProgress} / ${this._fileSize}`);
|
||||||
}
|
}
|
||||||
}, (error) => {
|
}, (error) => {
|
||||||
reject("Error: Failed to start notify");
|
reject("Error: Failed to start notify");
|
||||||
|
|||||||
1
dist/index.es.js
vendored
1
dist/index.es.js
vendored
@@ -246,6 +246,7 @@ class Updater {
|
|||||||
let fileProgressView = new Uint32Array(rawData);
|
let fileProgressView = new Uint32Array(rawData);
|
||||||
this._fileProgress += fileProgressView[0];
|
this._fileProgress += fileProgressView[0];
|
||||||
this.sendNextPacket();
|
this.sendNextPacket();
|
||||||
|
progressCallback(`Recieved progress ${fileProgressView[0]}; Sending (${Math.floor((this._fileProgress * 100) / this._fileSize)}%), ${this._fileProgress} / ${this._fileSize}`);
|
||||||
}
|
}
|
||||||
}, (error) => {
|
}, (error) => {
|
||||||
reject("Error: Failed to start notify");
|
reject("Error: Failed to start notify");
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "updaterweblibrary",
|
"name": "updaterweblibrary",
|
||||||
"version": "1.0.31",
|
"version": "1.0.32",
|
||||||
"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