chore(package): bump deps

This commit is contained in:
Daniel Sogl
2021-05-11 08:21:55 +02:00
parent b2da307837
commit 8d8608bbfa
28 changed files with 488 additions and 488 deletions
@@ -12,16 +12,16 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
* @usage
* ```typescript
* import { AppCenter } from '@ionic-native/app-center-shared/ngx';
*
*
* ...
*
* constructor(private appCenterShared: AppCenter) { }
*
* async getInstallId() {
* async getInstallId() {
* const id = await this.appCenter.getInstallId();
* }
*
* async setUserId() {
*
* async setUserId() {
* try{
* await this.appCenter.setUserId('i-am-john');
* } catch (e){