ionic-vhframeworks 9.2.9 → 9.3.0

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.
@@ -179,7 +179,7 @@ export declare class VhAlgorithm {
179
179
  constructor(platform: Platform, file: File, socialSharing: SocialSharing, papa: Papa, dom: DomSanitizer);
180
180
  private _keyStr;
181
181
  encodeString(e: any): string;
182
- decodeString(e: any): string;
182
+ decodeString(e: any): any;
183
183
  private _utf8_encode;
184
184
  private _utf8_decode;
185
185
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.2.9",
3
+ "version": "9.3.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"