@skyramp/skyramp 0.4.78 → 0.4.80

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.
Binary file
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
136
  extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
137
- extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
137
+ extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
140
140
  }
Binary file
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
136
  extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
137
- extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
137
+ extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
140
140
  }
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
136
  extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
137
- extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
137
+ extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
140
140
  }
Binary file
@@ -134,7 +134,7 @@ extern char* applyMockDescriptionWrapper(char* namespace, char* address, char* m
134
134
  extern char* buildRequestsWrapper(char* mockDescription);
135
135
  extern struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
136
  extern struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
137
- extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
137
+ extern char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
140
140
  }
Binary file
Binary file
@@ -134,7 +134,7 @@ extern __declspec(dllexport) char* applyMockDescriptionWrapper(char* namespace,
134
134
  extern __declspec(dllexport) char* buildRequestsWrapper(char* mockDescription);
135
135
  extern __declspec(dllexport) struct tester_info runTesterStartWrapper(char* namespace, char* address, char* testDescription, GoUint8 generateResult);
136
136
  extern __declspec(dllexport) struct tester_info runTesterStartWrapperWithGlobalHeaders(char* namespace, char* address, char* testDescription, char* testFileName, char* testName, char* globalJsonHeaders, GoUint8 generateResult, char* projectPath, char* overrideFile);
137
- extern __declspec(dllexport) char* runTesterStatusWrapper(char* namespace, char* address, char* testerId);
137
+ extern __declspec(dllexport) char* runTesterStatusWrapper(char* namespace, char* address, char* testerId, GoUint8 isFormattingEnabled);
138
138
 
139
139
  #ifdef __cplusplus
140
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyramp/skyramp",
3
- "version": "0.4.78",
3
+ "version": "0.4.80",
4
4
  "description": "module for leveraging skyramp cli functionality",
5
5
  "scripts": {
6
6
  "lint": "eslint 'src/**/*.js' 'src/**/*.ts' --fix",