@kumologica/sdk 3.2.0-beta8 → 3.2.0-beta9

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 (1) hide show
  1. package/package.json +5 -5
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.2.0-beta8",
6
+ "version": "3.2.0-beta9",
7
7
  "description": "Kumologica Designer, harnessing Serverless for your cloud integration needs",
8
8
  "main": "src/app/main.js",
9
9
  "files": [
@@ -65,9 +65,9 @@
65
65
  "license": "Proprietary",
66
66
  "dependencies": {
67
67
  "@electron/remote": "^2.0.8",
68
- "@kumologica/builder": "3.2.0-beta8",
69
- "@kumologica/devkit": "3.2.0-beta8",
70
- "@kumologica/runtime": "3.2.0-beta8",
68
+ "@kumologica/builder": "3.2.0-beta9",
69
+ "@kumologica/devkit": "3.2.0-beta9",
70
+ "@kumologica/runtime": "3.2.0-beta9",
71
71
  "adm-zip": "0.4.13",
72
72
  "ajv": "8.10.0",
73
73
  "archive-type": "^4.0.0",
@@ -169,6 +169,6 @@
169
169
  "node": ">=8"
170
170
  },
171
171
  "kumologica": {
172
- "dev": false
172
+ "dev": true
173
173
  }
174
174
  }