@swimlane/turbine-sdk 3.11.3 → 3.12.0-next.fbd3f73

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
@@ -21,7 +21,7 @@ Swimlane Turbine SDK
21
21
  docker run -d -p 5000:5000 --name registry registry:2
22
22
  ```
23
23
  * [Volta] (https://volta.sh/)
24
- * Node >= 18
24
+ * Node >= 20
25
25
 
26
26
  # Installation
27
27
 
@@ -66,7 +66,7 @@ $ npm install -g @swimlane/turbine-sdk
66
66
  $ tsdk COMMAND
67
67
  running command...
68
68
  $ tsdk (--version|-v)
69
- @swimlane/turbine-sdk/3.11.3 linux-x64 node-v18.20.8
69
+ @swimlane/turbine-sdk/3.12.0-next.fbd3f73 linux-x64 node-v20.19.0
70
70
  $ tsdk --help [COMMAND]
71
71
  USAGE
72
72
  $ tsdk COMMAND
@@ -437,25 +437,24 @@ Scaffold a new connector
437
437
  USAGE
438
438
  $ tsdk connector create [-d <value>] [-t python_310_definition|python_311_definition|python_3] [--vendor <value>]
439
439
  [--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author <value>]
440
- [--authorEmail <value>] [--homepage <value>] [-h] [--aspirationalConnector <value>] [--createSrcFolder <value>]
440
+ [--authorEmail <value>] [--homepage <value>] [-h] [--createSrcFolder <value>]
441
441
 
442
442
  FLAGS
443
- -d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory
444
- will be generated.
445
- -h, --help Show CLI help.
446
- -t, --template=<option> [default: python_311_definition] connector template to scaffold
447
- <options: python_310_definition|python_311_definition|python_3>
448
- --aspirationalConnector=<value> Is it an aspirational connector? (e.g. false)
449
- --author=<value> Connector Author
450
- --authorEmail=<value> Connector Author Email
451
- --createSrcFolder=<value> Create Connector src folder? (e.g. false, true)
452
- --description=<value> Description (e.g. CrowdStrike Host Query API)
453
- --homepage=<value> Connector Author Support URL
454
- --keywords=<value> Enter keywords (Comma-Separated)
455
- --logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min
456
- resolution 200x200
457
- --product=<value> Product (e.g. Falcon)
458
- --vendor=<value> Vendor (e.g. CrowdStrike)
443
+ -d, --directory=<value> [default: ./] root directory for where to store connectors, the connector directory will be
444
+ generated.
445
+ -h, --help Show CLI help.
446
+ -t, --template=<option> [default: python_311_definition] connector template to scaffold
447
+ <options: python_310_definition|python_311_definition|python_3>
448
+ --author=<value> Connector Author
449
+ --authorEmail=<value> Connector Author Email
450
+ --createSrcFolder=<value> Create Connector src folder? (e.g. false, true)
451
+ --description=<value> Description (e.g. CrowdStrike Host Query API)
452
+ --homepage=<value> Connector Author Support URL
453
+ --keywords=<value> Enter keywords (Comma-Separated)
454
+ --logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min resolution
455
+ 200x200
456
+ --product=<value> Product (e.g. Falcon)
457
+ --vendor=<value> Vendor (e.g. CrowdStrike)
459
458
 
460
459
  DESCRIPTION
461
460
  Scaffold a new connector
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "3.11.3",
2
+ "version": "3.12.0-next.fbd3f73",
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": "^3.11.3",
20
- "@sw-tsdk/plugin-connector": "^3.11.3",
21
- "@sw-tsdk/plugin-turbine": "^3.11.3",
19
+ "@sw-tsdk/core": "^3.12.0-next.fbd3f73",
20
+ "@sw-tsdk/plugin-connector": "^3.12.0-next.fbd3f73",
21
+ "@sw-tsdk/plugin-turbine": "^3.12.0-next.fbd3f73",
22
22
  "fs-extra": "11.1.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "7.0.1",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "description": "Turbine SDK",
28
28
  "engines": {
29
- "node": ">=16.13.0"
29
+ "node": ">=20"
30
30
  },
31
31
  "files": [
32
32
  "/bin",
@@ -105,10 +105,10 @@
105
105
  "dev:setup": "yarn link --force"
106
106
  },
107
107
  "types": "lib/index.d.ts",
108
- "version": "3.11.3",
108
+ "version": "3.12.0-next.fbd3f73",
109
109
  "volta": {
110
- "node": "18.20.7",
110
+ "node": "20.19.0",
111
111
  "yarn": "1.22.22"
112
112
  },
113
- "gitHead": "54e0b12d79957f780c0ab00355e43954a96ce77e"
113
+ "gitHead": "fbd3f735c5d6612967d7737c1a7506ad91f0db71"
114
114
  }