@wavemaker/app-ng-runtime 11.8.3-next.27383 → 11.8.3-next.27386

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.
@@ -76,7 +76,7 @@ export declare const generateGUId: () => string;
76
76
  */
77
77
  export declare const validateAccessRoles: (roleExp: any, loggedInUser: any) => number | true;
78
78
  export declare const getValidJSON: (content: any) => any;
79
- export declare const xmlToJson: (xmlString: any) => any;
79
+ export declare const xmlToJson: (xmlString: any) => unknown;
80
80
  export declare const findValueOf: (obj: any, key: any, create?: any) => any;
81
81
  export declare const extractType: (typeRef: string) => string;
82
82
  export declare const isNumberType: (type: any) => boolean;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.8.3-next.27383",
3
+ "version": "11.8.3-next.27386",
4
4
  "description": "All modules required for a wavemaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {