@ng-formworks/core 19.5.7 → 19.5.8

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.
@@ -199,7 +199,7 @@ export declare function isSymbol(item: any): boolean;
199
199
  * // { any = false } strict - if truthy, also checks JavaScript tyoe
200
200
  * // { SchemaType }
201
201
  */
202
- export declare function getType(value: any, strict?: any): "boolean" | "array" | "string" | "number" | "integer" | "null" | "object";
202
+ export declare function getType(value: any, strict?: any): "string" | "number" | "integer" | "boolean" | "null" | "object" | "array";
203
203
  /**
204
204
  * 'isType' function
205
205
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/core",
3
- "version": "19.5.7",
3
+ "version": "19.5.8",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder core",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [