nlink-community-http-request 1.3.1 → 1.3.3
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.
- package/definition.json +6 -1
- package/package.json +1 -1
package/definition.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nlink-community.httpRequest",
|
|
3
3
|
"displayName": "HTTP Request (Community)",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.3",
|
|
5
5
|
"description": "Makes an HTTP request with configurable method and URL",
|
|
6
6
|
"group": [
|
|
7
7
|
"community",
|
|
@@ -235,6 +235,11 @@
|
|
|
235
235
|
"name": "params",
|
|
236
236
|
"displayName": "Params",
|
|
237
237
|
"value": "params"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "multipart",
|
|
241
|
+
"displayName": "Multipart",
|
|
242
|
+
"value": "multipart"
|
|
238
243
|
}
|
|
239
244
|
],
|
|
240
245
|
"displayOptions": {
|