@kumologica/sdk 3.2.1 → 3.3.0-beta1

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.
@@ -22,7 +22,6 @@ RED.palette.nodes = (function () {
22
22
  'testing',
23
23
  'logging',
24
24
  'exception',
25
- 'kumohub',
26
25
  'aws',
27
26
  'queue',
28
27
  'storage',
@@ -305,7 +305,7 @@ RED.sidebar = (function () {
305
305
  RED.sidebar.info.init();
306
306
  RED.sidebar.test.init();
307
307
  RED.sidebar.git.init();
308
- RED.sidebar.kumohub.init();
308
+ //RED.sidebar.kumohub.init();
309
309
  RED.sidebar.azure.init();
310
310
  RED.sidebar.awsDeploy.init();
311
311
 
@@ -118,7 +118,7 @@ RED.sidebar.awsDeploy = (function () {
118
118
  <span class="option-disabled">Generate script...</span>
119
119
  <span id="exportCloudFormationBtn" class="option">AWS CloudFormation</span>
120
120
  <span id="exportServerlessBtn" class="option">Serverless</span>
121
- <span id="exportGithubActionBtn" class="option">Github Action Workflow</span>
121
+ <span id="exportGithubActionBtn" class="option">Github Action Workflow + Cloudformation</span>
122
122
  </div>
123
123
  </div>
124
124
  </div>
@@ -42,7 +42,6 @@
42
42
  @import 'panels';
43
43
  @import 'tabs';
44
44
  @import 'tab-config';
45
- @import 'tab-kumohub';
46
45
  @import 'tab-azure';
47
46
  @import 'tab-cloud';
48
47
  @import 'tab-context';
package/cli/.DS_Store DELETED
Binary file
Binary file