@nodescript/core
Advanced tools
Comparing version 7.21.0 to 7.21.1
@@ -26,8 +26,3 @@ import { ResponseSpecSchema } from '../schema/ResponseSpec.js'; | ||
if (value && value.$response) { | ||
return ResponseSpecSchema.decode({ | ||
...value.$response, | ||
headers: { | ||
...value.$response.headers, | ||
}, | ||
}); | ||
return ResponseSpecSchema.decode(value.$response); | ||
} | ||
@@ -34,0 +29,0 @@ // Default response (content-type should be inferred by the sender) |
{ | ||
"name": "@nodescript/core", | ||
"version": "7.21.0", | ||
"version": "7.21.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node", |
Sorry, the diff of this file is not supported yet
212717
3706