@kumologica/sdk 3.0.2 → 3.0.5

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.
@@ -132,7 +132,7 @@ exports.builder = {
132
132
  },
133
133
  "strict-mode": {
134
134
  describe: '\nFails script creation if insufficient resource definition is provided (string values or environment reference). If false, then resource will be substituted with "*" if missing.',
135
- type: boolean,
135
+ type: 'boolean',
136
136
  nargs: 1,
137
137
  default: true
138
138
  },
@@ -264,8 +264,8 @@ function display(argv) {
264
264
  console.log(' file-system-configs: %s', argv["file-system-configs"]||'');
265
265
  console.log(' log-retention-days: %s', argv["log-retention-days"]||'');
266
266
  console.log(' role-arn: %s', argv["role-arn"]||'');
267
- console.log(' policy %s', argv["policy"] || '');
268
- console.log(' strict-mode %s', argv["strict-mode"] || '');
267
+ console.log(' policy: %s', argv["policy"] || '');
268
+ console.log(` strict-mode: ${argv["strict-mode"]}`);
269
269
  console.log(' triggers: %s', argv.triggers||'');
270
270
  }
271
271
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "productName": "Kumologica Designer",
4
4
  "copyright": "Copyright 2020 Kumologica Pty Ltd, All Rights Reserved.",
5
5
  "author": "Kumologica Pty Ltd <contact@kumologica.com>",
6
- "version": "3.0.2",
6
+ "version": "3.0.5",
7
7
  "description": "Kumologica Designer, harnessing Serverless for your cloud integration needs",
8
8
  "main": "src/app/main.js",
9
9
  "files": [
@@ -64,9 +64,9 @@
64
64
  },
65
65
  "license": "Proprietary",
66
66
  "dependencies": {
67
- "@kumologica/builder": "3.0.2",
68
- "@kumologica/runtime": "3.0.2",
69
- "@kumologica/devkit": "3.0.2",
67
+ "@kumologica/builder": "3.0.5",
68
+ "@kumologica/runtime": "3.0.5",
69
+ "@kumologica/devkit": "3.0.5",
70
70
  "adm-zip": "^0.4.13",
71
71
  "ajv": "^8.10.0",
72
72
  "aws-sdk": "^2.513.0",