zek 14.2.89 → 14.2.90

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.
@@ -1,5 +1,6 @@
1
1
  export declare class Convert {
2
2
  static toBoolean(value: any): boolean;
3
+ static toBooleanProperty(value: any): boolean;
3
4
  static parseNumber(value: any): number | null;
4
5
  static toNumber(value: any, defaultValue?: number): number;
5
6
  static isNumber(value: any): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "14.2.89",
3
+ "version": "14.2.90",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0"