ionic-vhframeworks 9.5.4 → 9.5.5

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.
@@ -22801,7 +22801,7 @@ export declare class VhQuerySales {
22801
22801
  syncCollections_Desktop(): Promise<unknown>;
22802
22802
  /**
22803
22803
  * @example:
22804
- this.vhQuerySales.syncCollections_Desktop().then((bool:any)=>{
22804
+ this.vhQuerySales.syncCollections_Sales365_Desktop().then((bool:any)=>{
22805
22805
  if(bool){
22806
22806
  do something...
22807
22807
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.5.4",
3
+ "version": "9.5.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"