(1.0.23) bump

This commit is contained in:
2025-11-30 21:47:57 +00:00
parent 3e7c26e3ba
commit d2f9809f52
3 changed files with 3 additions and 3 deletions

2
dist/index.cjs.js vendored
View File

@@ -236,7 +236,7 @@ class Updater {
} }
else if (dataView[0] == 15) { else if (dataView[0] == 15) {
// error cmd // error cmd
progressCallback(`Error on remote`); progressCallback(`Error on remote: ${this._fileProgress} / ${this._fileSize}`);
reject("Error on remote"); reject("Error on remote");
} }
else if (dataView[0] == 0) { else if (dataView[0] == 0) {

2
dist/index.es.js vendored
View File

@@ -234,7 +234,7 @@ class Updater {
} }
else if (dataView[0] == 15) { else if (dataView[0] == 15) {
// error cmd // error cmd
progressCallback(`Error on remote`); progressCallback(`Error on remote: ${this._fileProgress} / ${this._fileSize}`);
reject("Error on remote"); reject("Error on remote");
} }
else if (dataView[0] == 0) { else if (dataView[0] == 0) {

View File

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