@ansible/ansible-ui-framework 2.4.1115 → 2.4.1116

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1,4 @@
1
1
  export declare function jsonToYaml(jsonString: string): string;
2
+ export declare function isJsonString(jsonString: unknown): boolean;
3
+ export declare function yamlToJson(yamlString: string): string;
4
+ export declare function parseVariableField(variableField: string): object;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.1115",
4
+ "version": "2.4.1116",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",