@sw-tsdk/plugin-connector 3.12.0-next.fbd3f73 → 3.12.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.
Files changed (69) hide show
  1. package/README.md +39 -443
  2. package/lib/commands/action/add.js +4 -4
  3. package/lib/commands/action/add.js.map +1 -1
  4. package/lib/commands/component/create.d.ts +1 -0
  5. package/lib/commands/component/create.js +1 -0
  6. package/lib/commands/component/create.js.map +1 -1
  7. package/lib/commands/component/image.d.ts +1 -0
  8. package/lib/commands/component/image.js +1 -0
  9. package/lib/commands/component/image.js.map +1 -1
  10. package/lib/commands/component/ssp.d.ts +1 -0
  11. package/lib/commands/component/ssp.js +1 -0
  12. package/lib/commands/component/ssp.js.map +1 -1
  13. package/lib/commands/connector/build.js +1 -1
  14. package/lib/commands/connector/build.js.map +1 -1
  15. package/lib/commands/connector/create.d.ts +2 -2
  16. package/lib/commands/connector/create.js +17 -12
  17. package/lib/commands/connector/create.js.map +1 -1
  18. package/lib/commands/connector/logo.d.ts +1 -1
  19. package/lib/commands/connector/logo.js +18 -4
  20. package/lib/commands/connector/logo.js.map +1 -1
  21. package/lib/commands/description/action.d.ts +1 -0
  22. package/lib/commands/description/action.js +1 -0
  23. package/lib/commands/description/action.js.map +1 -1
  24. package/lib/commands/description/actions.d.ts +1 -0
  25. package/lib/commands/description/actions.js +1 -0
  26. package/lib/commands/description/actions.js.map +1 -1
  27. package/lib/commands/description/component.d.ts +1 -0
  28. package/lib/commands/description/component.js +1 -0
  29. package/lib/commands/description/component.js.map +1 -1
  30. package/lib/commands/description/connector.d.ts +1 -0
  31. package/lib/commands/description/connector.js +1 -0
  32. package/lib/commands/description/connector.js.map +1 -1
  33. package/lib/commands/migrator/convert.js +1 -1
  34. package/lib/commands/migrator/convert.js.map +1 -1
  35. package/lib/commands/migrator/export.js +1 -1
  36. package/lib/commands/migrator/export.js.map +1 -1
  37. package/lib/commands/playbook/create.d.ts +1 -0
  38. package/lib/commands/playbook/create.js +1 -0
  39. package/lib/commands/playbook/create.js.map +1 -1
  40. package/lib/commands/playbook/image.d.ts +1 -0
  41. package/lib/commands/playbook/image.js +1 -0
  42. package/lib/commands/playbook/image.js.map +1 -1
  43. package/lib/commands/playbook/ssp.d.ts +1 -0
  44. package/lib/commands/playbook/ssp.js +1 -0
  45. package/lib/commands/playbook/ssp.js.map +1 -1
  46. package/lib/commands/solution/create.d.ts +1 -0
  47. package/lib/commands/solution/create.js +6 -5
  48. package/lib/commands/solution/create.js.map +1 -1
  49. package/lib/commands/solution/image.d.ts +1 -0
  50. package/lib/commands/solution/image.js +1 -0
  51. package/lib/commands/solution/image.js.map +1 -1
  52. package/lib/commands/solution/ssp.d.ts +1 -0
  53. package/lib/commands/solution/ssp.js +1 -0
  54. package/lib/commands/solution/ssp.js.map +1 -1
  55. package/lib/commands/widget/create.d.ts +1 -0
  56. package/lib/commands/widget/create.js +1 -0
  57. package/lib/commands/widget/create.js.map +1 -1
  58. package/lib/commands/widget/image.d.ts +1 -0
  59. package/lib/commands/widget/image.js +1 -0
  60. package/lib/commands/widget/image.js.map +1 -1
  61. package/lib/commands/widget/ssp.d.ts +1 -0
  62. package/lib/commands/widget/ssp.js +1 -0
  63. package/lib/commands/widget/ssp.js.map +1 -1
  64. package/lib/types/connector-types.d.ts +3 -3
  65. package/lib/types/migrator-types.d.ts +1 -0
  66. package/lib/types/migrator-types.js +1 -0
  67. package/lib/types/migrator-types.js.map +1 -1
  68. package/oclif.manifest.json +28 -11
  69. package/package.json +8 -7
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.12.0-next.fbd3f73",
2
+ "version": "3.12.0",
3
3
  "commands": {
4
4
  "action:add": {
5
5
  "id": "action:add",
@@ -89,6 +89,7 @@
89
89
  "pluginName": "@sw-tsdk/plugin-connector",
90
90
  "pluginAlias": "@sw-tsdk/plugin-connector",
91
91
  "pluginType": "core",
92
+ "hidden": true,
92
93
  "aliases": [],
93
94
  "flags": {
94
95
  "directory": {
@@ -212,6 +213,7 @@
212
213
  "pluginName": "@sw-tsdk/plugin-connector",
213
214
  "pluginAlias": "@sw-tsdk/plugin-connector",
214
215
  "pluginType": "core",
216
+ "hidden": true,
215
217
  "aliases": [],
216
218
  "flags": {
217
219
  "directory": {
@@ -267,6 +269,7 @@
267
269
  "pluginName": "@sw-tsdk/plugin-connector",
268
270
  "pluginAlias": "@sw-tsdk/plugin-connector",
269
271
  "pluginType": "core",
272
+ "hidden": true,
270
273
  "aliases": [],
271
274
  "flags": {
272
275
  "directory": {
@@ -330,7 +333,8 @@
330
333
  "python_39_definition",
331
334
  "python_39_turbine",
332
335
  "python_310_definition",
333
- "python_311_definition"
336
+ "python_311_definition",
337
+ "python_312_definition"
334
338
  ]
335
339
  },
336
340
  "compile-override": {
@@ -518,16 +522,16 @@
518
522
  },
519
523
  "aspirationalConnector": {
520
524
  "name": "aspirationalConnector",
521
- "type": "option",
522
- "description": "Is it an aspirational connector? (e.g. false)",
525
+ "type": "boolean",
526
+ "description": "Is it an aspirational connector?",
523
527
  "hidden": true,
524
- "multiple": false
528
+ "allowNo": false
525
529
  },
526
530
  "createSrcFolder": {
527
531
  "name": "createSrcFolder",
528
- "type": "option",
529
- "description": "Create Connector src folder? (e.g. false, true)",
530
- "multiple": false
532
+ "type": "boolean",
533
+ "description": "Create Connector src folder?",
534
+ "allowNo": false
531
535
  }
532
536
  },
533
537
  "args": {}
@@ -614,7 +618,7 @@
614
618
  "type": "option",
615
619
  "char": "p",
616
620
  "description": "path or URL to product logo in PNG format.",
617
- "required": true,
621
+ "required": false,
618
622
  "multiple": false
619
623
  },
620
624
  "help": {
@@ -818,6 +822,7 @@
818
822
  "pluginName": "@sw-tsdk/plugin-connector",
819
823
  "pluginAlias": "@sw-tsdk/plugin-connector",
820
824
  "pluginType": "core",
825
+ "hidden": true,
821
826
  "aliases": [],
822
827
  "flags": {
823
828
  "help": {
@@ -866,6 +871,7 @@
866
871
  "pluginName": "@sw-tsdk/plugin-connector",
867
872
  "pluginAlias": "@sw-tsdk/plugin-connector",
868
873
  "pluginType": "core",
874
+ "hidden": true,
869
875
  "aliases": [],
870
876
  "flags": {
871
877
  "help": {
@@ -907,6 +913,7 @@
907
913
  "pluginName": "@sw-tsdk/plugin-connector",
908
914
  "pluginAlias": "@sw-tsdk/plugin-connector",
909
915
  "pluginType": "core",
916
+ "hidden": true,
910
917
  "aliases": [],
911
918
  "flags": {
912
919
  "help": {
@@ -970,6 +977,7 @@
970
977
  "pluginName": "@sw-tsdk/plugin-connector",
971
978
  "pluginAlias": "@sw-tsdk/plugin-connector",
972
979
  "pluginType": "core",
980
+ "hidden": true,
973
981
  "aliases": [],
974
982
  "flags": {
975
983
  "help": {
@@ -1141,6 +1149,7 @@
1141
1149
  "pluginName": "@sw-tsdk/plugin-connector",
1142
1150
  "pluginAlias": "@sw-tsdk/plugin-connector",
1143
1151
  "pluginType": "core",
1152
+ "hidden": true,
1144
1153
  "aliases": [],
1145
1154
  "flags": {
1146
1155
  "directory": {
@@ -1252,6 +1261,7 @@
1252
1261
  "pluginName": "@sw-tsdk/plugin-connector",
1253
1262
  "pluginAlias": "@sw-tsdk/plugin-connector",
1254
1263
  "pluginType": "core",
1264
+ "hidden": true,
1255
1265
  "aliases": [],
1256
1266
  "flags": {
1257
1267
  "directory": {
@@ -1307,6 +1317,7 @@
1307
1317
  "pluginName": "@sw-tsdk/plugin-connector",
1308
1318
  "pluginAlias": "@sw-tsdk/plugin-connector",
1309
1319
  "pluginType": "core",
1320
+ "hidden": true,
1310
1321
  "aliases": [],
1311
1322
  "flags": {
1312
1323
  "directory": {
@@ -1348,6 +1359,7 @@
1348
1359
  "pluginName": "@sw-tsdk/plugin-connector",
1349
1360
  "pluginAlias": "@sw-tsdk/plugin-connector",
1350
1361
  "pluginType": "core",
1362
+ "hidden": true,
1351
1363
  "aliases": [],
1352
1364
  "flags": {
1353
1365
  "directory": {
@@ -1373,7 +1385,7 @@
1373
1385
  "description": {
1374
1386
  "name": "description",
1375
1387
  "type": "option",
1376
- "description": "Description (e.g. SOC Solution Description)",
1388
+ "description": "Description (e.g. SOC Solution description)",
1377
1389
  "multiple": false
1378
1390
  },
1379
1391
  "logoPath": {
@@ -1391,7 +1403,7 @@
1391
1403
  "sspPath": {
1392
1404
  "name": "sspPath",
1393
1405
  "type": "option",
1394
- "description": "absolute path to .ssp file",
1406
+ "description": "Absolute path to .ssp file",
1395
1407
  "multiple": false
1396
1408
  },
1397
1409
  "author": {
@@ -1429,6 +1441,7 @@
1429
1441
  "pluginName": "@sw-tsdk/plugin-connector",
1430
1442
  "pluginAlias": "@sw-tsdk/plugin-connector",
1431
1443
  "pluginType": "core",
1444
+ "hidden": true,
1432
1445
  "aliases": [],
1433
1446
  "flags": {
1434
1447
  "directory": {
@@ -1484,6 +1497,7 @@
1484
1497
  "pluginName": "@sw-tsdk/plugin-connector",
1485
1498
  "pluginAlias": "@sw-tsdk/plugin-connector",
1486
1499
  "pluginType": "core",
1500
+ "hidden": true,
1487
1501
  "aliases": [],
1488
1502
  "flags": {
1489
1503
  "directory": {
@@ -1532,6 +1546,7 @@
1532
1546
  "pluginName": "@sw-tsdk/plugin-connector",
1533
1547
  "pluginAlias": "@sw-tsdk/plugin-connector",
1534
1548
  "pluginType": "core",
1549
+ "hidden": true,
1535
1550
  "aliases": [],
1536
1551
  "flags": {
1537
1552
  "directory": {
@@ -1613,6 +1628,7 @@
1613
1628
  "pluginName": "@sw-tsdk/plugin-connector",
1614
1629
  "pluginAlias": "@sw-tsdk/plugin-connector",
1615
1630
  "pluginType": "core",
1631
+ "hidden": true,
1616
1632
  "aliases": [],
1617
1633
  "flags": {
1618
1634
  "directory": {
@@ -1661,6 +1677,7 @@
1661
1677
  "pluginName": "@sw-tsdk/plugin-connector",
1662
1678
  "pluginAlias": "@sw-tsdk/plugin-connector",
1663
1679
  "pluginType": "core",
1680
+ "hidden": true,
1664
1681
  "aliases": [],
1665
1682
  "flags": {
1666
1683
  "directory": {
package/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "dependencies": {
7
7
  "@apidevtools/json-schema-ref-parser": "10.1.0",
8
8
  "@oclif/core": "2.8.5",
9
- "@sw-tsdk/common": "^3.12.0-next.fbd3f73",
10
- "@sw-tsdk/connector": "^3.12.0-next.fbd3f73",
11
- "@sw-tsdk/core": "^3.12.0-next.fbd3f73",
12
- "@sw-tsdk/docker": "^3.12.0-next.fbd3f73",
9
+ "@sw-tsdk/common": "3.12.0",
10
+ "@sw-tsdk/connector": "3.12.0",
11
+ "@sw-tsdk/core": "3.12.0",
12
+ "@sw-tsdk/docker": "3.12.0",
13
13
  "@swimlane/connector-interfaces": "1.11.0",
14
14
  "@swimlane/cosign": "1.4.1",
15
15
  "@swimlane/docker-reference": "2.0.1",
@@ -84,7 +84,8 @@
84
84
  }
85
85
  },
86
86
  "publishConfig": {
87
- "access": "public"
87
+ "access": "public",
88
+ "provenance": false
88
89
  },
89
90
  "repository": {
90
91
  "type": "git",
@@ -102,6 +103,6 @@
102
103
  "posttest": "yarn lint",
103
104
  "dev:setup": "yarn link"
104
105
  },
105
- "version": "3.12.0-next.fbd3f73",
106
- "gitHead": "fbd3f735c5d6612967d7737c1a7506ad91f0db71"
106
+ "version": "3.12.0",
107
+ "gitHead": "05e2670bb4686ff6f73a4bd44c063e025f1f8c1a"
107
108
  }