nlink-community-http-request 1.3.4 → 1.3.5
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 +1 -13
- 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.3.
|
|
4
|
+
"version": "1.3.5",
|
|
5
5
|
"description": "Makes an HTTP request with configurable method and URL",
|
|
6
6
|
"group": [
|
|
7
7
|
"community",
|
|
@@ -296,18 +296,6 @@
|
|
|
296
296
|
]
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"displayName": "Disabled",
|
|
302
|
-
"name": "disabled",
|
|
303
|
-
"type": "boolean",
|
|
304
|
-
"default": false
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"displayName": "Execute Once",
|
|
308
|
-
"name": "executeOnce",
|
|
309
|
-
"type": "boolean",
|
|
310
|
-
"default": false
|
|
311
299
|
}
|
|
312
300
|
]
|
|
313
301
|
}
|