(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);
|
||||
this._fileProgress += fileProgressView[0];
|
||||
this.sendNextPacket();
|
||||
progressCallback(`Recieved progress ${fileProgressView[0]}; Sending (${Math.floor((this._fileProgress * 100) / this._fileSize)}%), ${this._fileProgress} / ${this._fileSize}`);
|
||||
}
|
||||
}, (error) => {
|
||||
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);
|
||||
this._fileProgress += fileProgressView[0];
|
||||
this.sendNextPacket();
|
||||
progressCallback(`Recieved progress ${fileProgressView[0]}; Sending (${Math.floor((this._fileProgress * 100) / this._fileSize)}%), ${this._fileProgress} / ${this._fileSize}`);
|
||||
}
|
||||
}, (error) => {
|
||||
reject("Error: Failed to start notify");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "updaterweblibrary",
|
||||
"version": "1.0.31",
|
||||
"version": "1.0.32",
|
||||
"description": "OTA Updater App frontend library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user