vovk 3.0.0-draft.330 → 3.0.0-draft.331

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.
@@ -84,10 +84,8 @@ pub fn main() {
84
84
  None, /* headers (HashMap) */
85
85
  None, /* api_root */
86
86
  false, /* disable_client_validation */
87
- );
88
-
89
- ${outputValidation
90
- ? `match response {
87
+ );${outputValidation
88
+ ? `\n\nmatch response {
91
89
  Ok(output) => println!("{:?}", output),
92
90
  /*
93
91
  output ${getTsSample(outputValidation)}
@@ -84,10 +84,8 @@ pub fn main() {
84
84
  None, /* headers (HashMap) */
85
85
  None, /* api_root */
86
86
  false, /* disable_client_validation */
87
- );
88
-
89
- ${outputValidation
90
- ? `match response {
87
+ );${outputValidation
88
+ ? `\n\nmatch response {
91
89
  Ok(output) => println!("{:?}", output),
92
90
  /*
93
91
  output ${getTsSample(outputValidation)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk",
3
- "version": "3.0.0-draft.330",
3
+ "version": "3.0.0-draft.331",
4
4
  "main": "./cjs/index.js",
5
5
  "module": "./mjs/index.js",
6
6
  "types": "./mjs/index.d.ts",