mapiacompany / capacitor-codepush

Capacitor plugin for CodePush
http://appcenter.ms
Other
151 stars 65 forks source link

fix download progress, update plugins version #74

Open nerdFrenzs opened 1 year ago

nerdFrenzs commented 1 year ago

Fixed the failed http download progress to work and updated the installed plugins to the latest version

Tested in ios16.0.3 Tested on android 12

primotera commented 1 year ago

Hello @nerdFrenzs
I use your repository great that it solve my main problem that is to install remotely but it won't work for a second time, it only works on the first. I also tried to rebuild some correction with the architertur NOde: v14.17.5 NPM: 6.14.14 dist/esm/index.js → dist/plugin.js... (!) this has been rewritten to undefined https://rollupjs.org/guide/en/#error-this-is-undefined dist/esm/codePush.js 1: var awaiter = (this && this.awaiter) || function (thisArg, _arguments, P, generator) { ^ 2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } 3: return new (P || (P = Promise))(function (resolve, reject) { ...and 1 other occurrence dist/esm/nativeAppInfo.js 1: var awaiter = (this && this.awaiter) || function (thisArg, _arguments, P, generator) { ^ 2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } 3: return new (P || (P = Promise))(function (resolve, reject) { ...and 1 other occurrence dist/esm/remotePackage.js 1: var awaiter = (this && this.awaiter) || function (thisArg, _arguments, P, generator) { ^ 2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } 3: return new (P || (P = Promise))(function (resolve, reject) { ...and 1 other occurrence