@kumologica/sdk 3.2.0-beta0 → 3.2.0-beta10

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.
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-beta0",
6
+ "version": "3.2.0-beta10",
7
7
  "description": "Kumologica Designer, harnessing Serverless for your cloud integration needs",
8
8
  "main": "src/app/main.js",
9
9
  "files": [
@@ -62,33 +62,40 @@
62
62
  "license-check": "npx license-checker --summary && npx license-compatibility-checker ",
63
63
  "license-report": "npx license-report --output=table"
64
64
  },
65
- "license": "Proprietary",
65
+ "license": "Apache-2.0",
66
66
  "dependencies": {
67
67
  "@electron/remote": "^2.0.8",
68
- "@kumologica/builder": "3.2.0-beta0",
69
- "@kumologica/devkit": "3.2.0-beta0",
70
- "@kumologica/runtime": "3.2.0-beta0",
68
+ "@kumologica/builder": "3.2.0-beta10",
69
+ "@kumologica/devkit": "3.2.0-beta10",
70
+ "@kumologica/runtime": "3.2.0-beta10",
71
71
  "adm-zip": "0.4.13",
72
72
  "ajv": "8.10.0",
73
+ "archive-type": "^4.0.0",
73
74
  "aws-sdk": "2.513.0",
74
75
  "basic-auth": "2.0.1",
75
76
  "bcryptjs": "2.4.3",
77
+ "bluebird": "^3.7.2",
76
78
  "body-parser": "1.19.0",
77
79
  "chalk": "2.4.2",
78
80
  "child_process": "1.0.2",
81
+ "child-process-ext": "^2.1.1",
79
82
  "clone": "2.1.2",
80
83
  "content-disposition": "0.5.4",
81
84
  "cookie-parser": "1.4.4",
82
85
  "cors": "^2.8.5",
83
86
  "dagre": "^0.8.5",
84
87
  "debounce": "^1.2.0",
88
+ "decompress": "^4.2.1",
85
89
  "electron": "19.0.0",
86
90
  "electron-tabs": "^1.0.1",
87
91
  "electron-updater": "4.3.9",
88
92
  "enquirer": "2.3.6",
89
93
  "express": "4.17.3",
90
94
  "express-session": "1.16.2",
95
+ "ext-name": "^5.0.0",
91
96
  "extract-json-from-string": "1.0.1",
97
+ "file-type": "^18.2.1",
98
+ "filenamify": "^5.1.1",
92
99
  "fs-extra": "10.1.0",
93
100
  "get-stream": "^6.0.1",
94
101
  "glob": "7.1.6",
@@ -97,23 +104,29 @@
97
104
  "iconv-lite": "0.5.0",
98
105
  "ini": "^2.0.0",
99
106
  "js-yaml": "3.13.1",
107
+ "json-cycle": "^1.3.0",
100
108
  "jsonata": "1.7.0",
101
109
  "jsonpath": "1.0.2",
110
+ "make-dir": "^3.1.0",
102
111
  "memorystore": "1.6.1",
103
112
  "mime": "2.4.4",
104
113
  "mustache": "3.0.1",
105
114
  "oauth2orize": "1.11.0",
106
115
  "os": "0.1.1",
116
+ "p-event": "^5.0.1",
107
117
  "passport": "0.4.0",
108
118
  "passport-http-bearer": "1.0.1",
109
119
  "passport-oauth2-client-password": "0.1.2",
120
+ "querystring": "^0.2.1",
110
121
  "request": "2.88.0",
111
122
  "rimraf": "3.0.0",
112
123
  "shell-path": "2.1.0",
113
124
  "simple-git": "^3.14.1",
114
125
  "simplemde": "1.11.2",
115
126
  "smoketail": "0.2.2",
127
+ "static-eval": "2.0.2",
116
128
  "tcp-port-used": "1.0.2",
129
+ "url": "^0.11.0",
117
130
  "util": "0.12.1",
118
131
  "whatwg-url": "^11.0.0",
119
132
  "when": "3.7.8",