@osovitny/anatoly 3.17.149 → 3.17.150

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.
@@ -12,5 +12,5 @@ export declare class Convert {
12
12
  static stringToIntArray(str: string, separator?: string): number[];
13
13
  static company2String(comp: any): string;
14
14
  static address2String(adr: any): string;
15
- static stringToBoolean(value: any): boolean;
15
+ static stringToBoolean(value: any): any;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.149",
3
+ "version": "3.17.150",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",