n8n-nodes-soar 0.1.15 → 0.1.16

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.
@@ -33,7 +33,7 @@ class Unauthor {
33
33
  type
34
34
  ],
35
35
  extraArgParameters: [
36
- "options"
36
+ "options.option"
37
37
  ]
38
38
  });
39
39
  result.push(...this.helpers.constructExecutionMetaData(this.helpers.returnJsonArray(JSON.parse(response.stdout)), {
@@ -98,28 +98,34 @@ class Unauthor {
98
98
  },
99
99
  options: [
100
100
  {
101
- displayName: "Options",
102
- name: "key",
103
- type: "options",
104
- default: "-concurrent",
105
- options: [
101
+ displayName: "Option",
102
+ name: "option",
103
+ values: [
106
104
  {
107
- name: "Concurrent",
108
- value: "-concurrent",
109
- description: "Concurrent number (default 20)"
105
+ displayName: "Options",
106
+ name: "key",
107
+ type: "options",
108
+ default: "--concurrent",
109
+ options: [
110
+ {
111
+ name: "Concurrent",
112
+ value: "--concurrent",
113
+ description: "Concurrent number (default 20)"
114
+ },
115
+ {
116
+ name: "Timeout",
117
+ value: "--timeout",
118
+ description: "Timeout seconds (default 10s)"
119
+ }
120
+ ]
110
121
  },
111
122
  {
112
- name: "Timeout",
113
- value: "-timeout",
114
- description: "Timeout seconds (default 10s)"
123
+ displayName: "Value",
124
+ name: "value",
125
+ type: "string",
126
+ default: ""
115
127
  }
116
128
  ]
117
- },
118
- {
119
- displayName: "Value",
120
- name: "value",
121
- type: "string",
122
- default: ""
123
129
  }
124
130
  ]
125
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-soar",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"