@kumologica/sdk 3.0.3 → 3.0.6

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
  },
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.3",
6
+ "version": "3.0.6",
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.3",
68
- "@kumologica/runtime": "3.0.3",
69
- "@kumologica/devkit": "3.0.3",
67
+ "@kumologica/builder": "3.0.6",
68
+ "@kumologica/runtime": "3.0.6",
69
+ "@kumologica/devkit": "3.0.6",
70
70
  "adm-zip": "^0.4.13",
71
71
  "ajv": "^8.10.0",
72
72
  "aws-sdk": "^2.513.0",