(1.0.32) bump

This commit is contained in:
2025-12-01 20:45:31 +00:00
parent bccbd61ad5
commit eeb90f630d
3 changed files with 3 additions and 1 deletions

1
dist/index.cjs.js vendored
View File

@@ -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
View File

@@ -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");

View File

@@ -1,6 +1,6 @@
{
"name": "updaterweblibrary",
"version": "1.0.31",
"version": "1.0.32",
"description": "OTA Updater App frontend library",
"repository": {
"type": "git",