@swimlane/turbine-sdk 3.13.5 → 3.14.0-next.f332e96

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
@@ -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.13.5 linux-x64 node-v20.19.0
69
+ @swimlane/turbine-sdk/3.14.0-next.f332e96 linux-x64 node-v20.19.0
70
70
  $ tsdk --help [COMMAND]
71
71
  USAGE
72
72
  $ tsdk COMMAND
@@ -317,9 +317,10 @@ Builds a local docker image of the connector.
317
317
  ```
318
318
  USAGE
319
319
  $ tsdk connector build [--template
320
- python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python_310_definition|python_311_definitio
321
- n|python_312_definition|native_python_custom] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name
322
- <value>] [--registry <value>] [-o <value>] [-h]
320
+ python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python_39_definition_fips|python_310_defin
321
+ ition|python_310_definition_fips|python_311_definition|python_311_definition_fips|python_312_definition|python_312_d
322
+ efinition_fips|native_python_custom] [-d <value>] [--save] [-f] [--signing-password <value>] [--key-name <value>]
323
+ [--registry <value>] [-o <value>] [-h]
323
324
 
324
325
  FLAGS
325
326
  -d, --directory=<value> [default: ./] root directory of the repository.
@@ -331,8 +332,10 @@ FLAGS
331
332
  --save saves a signed docker image as tar in local directory.
332
333
  --signing-password=<value> password used for the private key (ENV: TURBINE_SIGNING_PASSWORD)
333
334
  --template=<option> connector language
334
- <options: python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python
335
- _310_definition|python_311_definition|python_312_definition|native_python_custom>
335
+ <options:
336
+ python_37_swimlane|node_18|node_20|python_39_definition|python_39_turbine|python_39_defini
337
+ tion_fips|python_310_definition|python_310_definition_fips|python_311_definition|python_31
338
+ 1_definition_fips|python_312_definition|python_312_definition_fips|native_python_custom>
336
339
 
337
340
  DESCRIPTION
338
341
  Builds a local docker image of the connector.
@@ -344,7 +347,9 @@ Scaffold a new connector
344
347
 
345
348
  ```
346
349
  USAGE
347
- $ tsdk connector create [-d <value>] [-t python_310_definition|python_311_definition|python_3|native_python_custom]
350
+ $ tsdk connector create [-d <value>] [-t
351
+ python_310_definition|python_310_definition_fips|python_311_definition|python_311_definition_fips|python_312_definit
352
+ ion|python_312_definition_fips|python_39_definition|python_39_definition_fips|python_3|native_python_custom]
348
353
  [--vendor <value>] [--product <value>] [--keywords <value>] [--description <value>] [--logoPath <value>] [--author
349
354
  <value>] [--authorEmail <value>] [--homepage <value>] [-h] [--createSrcFolder]
350
355
 
@@ -353,7 +358,9 @@ FLAGS
353
358
  generated.
354
359
  -h, --help Show CLI help.
355
360
  -t, --template=<option> [default: python_311_definition] connector template to scaffold
356
- <options: python_310_definition|python_311_definition|python_3|native_python_custom>
361
+ <options: python_310_definition|python_310_definition_fips|python_311_definition|python_311_d
362
+ efinition_fips|python_312_definition|python_312_definition_fips|python_39_definition|python_3
363
+ 9_definition_fips|python_3|native_python_custom>
357
364
  --author=<value> Connector Author
358
365
  --authorEmail=<value> Connector Author Email
359
366
  --createSrcFolder Create Connector src folder?
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "3.13.5",
2
+ "version": "3.14.0-next.f332e96",
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.13.5",
20
- "@sw-tsdk/plugin-connector": "3.13.5",
21
- "@sw-tsdk/plugin-turbine": "3.13.5",
19
+ "@sw-tsdk/core": "3.14.0-next.f332e96",
20
+ "@sw-tsdk/plugin-connector": "3.14.0-next.f332e96",
21
+ "@sw-tsdk/plugin-turbine": "3.14.0-next.f332e96",
22
22
  "fs-extra": "11.1.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "7.0.1",
@@ -106,10 +106,10 @@
106
106
  "dev:setup": "yarn link --force"
107
107
  },
108
108
  "types": "lib/index.d.ts",
109
- "version": "3.13.5",
109
+ "version": "3.14.0-next.f332e96",
110
110
  "volta": {
111
111
  "node": "20.19.0",
112
112
  "yarn": "1.22.22"
113
113
  },
114
- "gitHead": "e56963b3e0a07de2e3d374035789be8b70f97b3b"
114
+ "gitHead": "f332e9640320c8365449e33c8c73aa1fc38fa834"
115
115
  }