@swimlane/turbine-sdk 2.20.1 → 2.20.2

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 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.20.1 linux-x64 node-v16.20.2
38
+ @swimlane/turbine-sdk/2.20.2 linux-x64 node-v16.20.2
39
39
  $ tsdk --help [COMMAND]
40
40
  USAGE
41
41
  $ tsdk COMMAND
@@ -593,7 +593,8 @@ Use to generate component descriptions
593
593
 
594
594
  ```
595
595
  USAGE
596
- $ tsdk description component [-h] [-i <value>] [-s] [-d <value>] [-c <value>] [-t <value>] [-v <value>] [-p <value>]
596
+ $ tsdk description component [-h] [-i <value>] [-s] [-d <value>] [-c <value>] [--componentType <value>] [-v <value>] [-p
597
+ <value>]
597
598
 
598
599
  FLAGS
599
600
  -c, --componentName=<value> component name
@@ -602,8 +603,8 @@ FLAGS
602
603
  -i, --image=<value> image to use
603
604
  -p, --connectorLocalPath=<value> local path to connector
604
605
  -s, --skip-pull skips pulling the image
605
- -t, --componentType=<value> [default: ingestion] ingestion | enrichment | remediation
606
606
  -v, --componentVariety=<value> [default: classic] classic | canvas
607
+ --componentType=<value> ingestion | enrichment | remediation
607
608
 
608
609
  DESCRIPTION
609
610
  Use to generate component descriptions
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "2.20.1",
2
+ "version": "2.20.2",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-version": "1.3.4",
17
17
  "@oclif/plugin-warn-if-update-available": "2.0.37",
18
18
  "@oclif/plugin-which": "2.2.21",
19
- "@sw-tsdk/core": "^2.20.1",
20
- "@sw-tsdk/plugin-connector": "^2.20.1",
21
- "@sw-tsdk/plugin-turbine": "^2.20.1",
19
+ "@sw-tsdk/core": "^2.20.2",
20
+ "@sw-tsdk/plugin-connector": "^2.20.2",
21
+ "@sw-tsdk/plugin-turbine": "^2.20.2",
22
22
  "fs-extra": "11.1.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "7.0.1",
@@ -104,6 +104,6 @@
104
104
  "dev:setup": "npm link"
105
105
  },
106
106
  "types": "lib/index.d.ts",
107
- "version": "2.20.1",
108
- "gitHead": "dfc66023ec19995d81a4d30012dd2edc70aaecb9"
107
+ "version": "2.20.2",
108
+ "gitHead": "a499c8367fa71f59c1fc8f05520329aec6ac59ff"
109
109
  }