@swimlane/turbine-sdk 2.12.0 → 2.13.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 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.12.0 linux-x64 node-v16.20.0
38
+ @swimlane/turbine-sdk/2.13.0 linux-x64 node-v16.20.1
39
39
  $ tsdk --help [COMMAND]
40
40
  USAGE
41
41
  $ tsdk COMMAND
@@ -346,7 +346,7 @@ FLAGS
346
346
  generated.
347
347
  -h, --help Show CLI help.
348
348
  -k, --keywords=<value> Please enter keyword (Comma-Separated)
349
- -o, --specs=<value> root directory for where to store connectors, the connector directory will be generated.
349
+ -o, --specs=<value> path to the spec file
350
350
  --author=<value> Connector Author
351
351
  --authorEmail=<value> Connector Author Email
352
352
  --description=<value> Description (e.g. CrowdStrike Host Query API)
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "2.12.0",
2
+ "version": "2.13.0",
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.12.0",
20
- "@sw-tsdk/plugin-connector": "^2.12.0",
21
- "@sw-tsdk/plugin-turbine": "^2.12.0",
19
+ "@sw-tsdk/core": "^2.13.0",
20
+ "@sw-tsdk/plugin-connector": "^2.13.0",
21
+ "@sw-tsdk/plugin-turbine": "^2.13.0",
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.12.0",
108
- "gitHead": "dcbfca7d6fbdec0fa5dce268045effb16e434c01"
107
+ "version": "2.13.0",
108
+ "gitHead": "6e07a05fc231fbae98afdf499ea2aa030a7b1993"
109
109
  }