ionic-vhframeworks 9.4.1 → 9.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -928,10 +928,15 @@ export declare class VhAuth {
928
928
  */
929
929
  getDBCloudURL(): any;
930
930
  /**
931
- * @example:
932
- * let store = this.vhAuth.getStore();
933
- */
931
+ * @example:
932
+ * let store = this.vhAuth.getStore();
933
+ */
934
934
  getStore(): any;
935
+ /**
936
+ * @example:
937
+ * let dealer = this.vhAuth.getDealer();
938
+ */
939
+ getDealer(): any;
935
940
  /**
936
941
  * @example:
937
942
  * let dbstorage = this.vhAuth.getDBstorage();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.4.1",
3
+ "version": "9.4.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"