(1.0.23) bump
This commit is contained in:
2
dist/index.cjs.js
vendored
2
dist/index.cjs.js
vendored
@@ -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
2
dist/index.es.js
vendored
@@ -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) {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user