api-tuner 0.1.0 → 0.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-tuner",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -4,6 +4,7 @@ PREFIX string: <http://www.w3.org/2000/10/swap/string#>
4
4
  PREFIX log: <http://www.w3.org/2000/10/swap/log#>
5
5
  prefix file: <http://www.w3.org/2000/10/swap/file#>
6
6
  prefix e: <http://eulersharp.sourceforge.net/2003/03swap/log-rules#>
7
+ prefix math: <http://www.w3.org/2000/10/swap/math#>
7
8
 
8
9
  {
9
10
  ?body </#body> ( ?curlArgs ?requestBodyFile ) .
@@ -32,7 +33,7 @@ prefix e: <http://eulersharp.sourceforge.net/2003/03swap/log-rules#>
32
33
  {
33
34
  ?multipartBody </#body> ( ?curlArgs [] ) .
34
35
  } <= {
35
- ?multipartBody!log:rawType list:in ( log:LabeledBlankNode log:UnlabeledBlankNode ) .
36
+ ?multipartBody!tuner:form!list:length math:greaterThan 0 .
36
37
 
37
38
  (
38
39
  ?formField