@swimlane/turbine-sdk 2.8.0 → 2.10.0
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/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ $ npm install -g @swimlane/turbine-sdk
|
|
|
35
35
|
$ tsdk COMMAND
|
|
36
36
|
running command...
|
|
37
37
|
$ tsdk (--version|-v)
|
|
38
|
-
@swimlane/turbine-sdk/2.
|
|
38
|
+
@swimlane/turbine-sdk/2.10.0 darwin-x64 node-v16.17.1
|
|
39
39
|
$ tsdk --help [COMMAND]
|
|
40
40
|
USAGE
|
|
41
41
|
$ tsdk COMMAND
|
|
@@ -187,7 +187,7 @@ FLAGS
|
|
|
187
187
|
--error-path=<value> File to write the errors to, defaults to /data/<action>_error.json
|
|
188
188
|
--input-path=<value> File to input data JSON file, defaults to /data/<action>.json
|
|
189
189
|
--output-path=<value> File to write the outputs to, defaults to /data/<action>_output.json
|
|
190
|
-
--template=<option>
|
|
190
|
+
--template=<option> connector template
|
|
191
191
|
<options:
|
|
192
192
|
python_37_swimlane|node_18|python_39_definition|python_310_definition|python_311_definition>
|
|
193
193
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.10.0","commands":{}}
|
package/package.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@oclif/plugin-version": "1.0.4",
|
|
17
17
|
"@oclif/plugin-warn-if-update-available": "2.0.4",
|
|
18
18
|
"@oclif/plugin-which": "2.1.0",
|
|
19
|
-
"@sw-tsdk/core": "^2.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "^2.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "^2.
|
|
19
|
+
"@sw-tsdk/core": "^2.10.0",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^2.10.0",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^2.10.0",
|
|
22
22
|
"fs-extra": "10.0.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "6.0.1",
|
|
@@ -104,6 +104,6 @@
|
|
|
104
104
|
"dev:setup": "npm link"
|
|
105
105
|
},
|
|
106
106
|
"types": "lib/index.d.ts",
|
|
107
|
-
"version": "2.
|
|
108
|
-
"gitHead": "
|
|
107
|
+
"version": "2.10.0",
|
|
108
|
+
"gitHead": "78e79bfc1ca7826620b1dcc99c32114a38012256"
|
|
109
109
|
}
|