@kumologica/sdk 3.2.0-beta0 → 3.2.0-beta2
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 +15 -4
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-
|
|
6
|
+
"version": "3.2.0-beta2",
|
|
7
7
|
"description": "Kumologica Designer, harnessing Serverless for your cloud integration needs",
|
|
8
8
|
"main": "src/app/main.js",
|
|
9
9
|
"files": [
|
|
@@ -65,30 +65,37 @@
|
|
|
65
65
|
"license": "Proprietary",
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@electron/remote": "^2.0.8",
|
|
68
|
-
"@kumologica/builder": "3.2.0-
|
|
69
|
-
"@kumologica/devkit": "3.2.0-
|
|
70
|
-
"@kumologica/runtime": "3.2.0-
|
|
68
|
+
"@kumologica/builder": "3.2.0-beta2",
|
|
69
|
+
"@kumologica/devkit": "3.2.0-beta2",
|
|
70
|
+
"@kumologica/runtime": "3.2.0-beta2",
|
|
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",
|
|
@@ -99,14 +106,17 @@
|
|
|
99
106
|
"js-yaml": "3.13.1",
|
|
100
107
|
"jsonata": "1.7.0",
|
|
101
108
|
"jsonpath": "1.0.2",
|
|
109
|
+
"make-dir": "^3.1.0",
|
|
102
110
|
"memorystore": "1.6.1",
|
|
103
111
|
"mime": "2.4.4",
|
|
104
112
|
"mustache": "3.0.1",
|
|
105
113
|
"oauth2orize": "1.11.0",
|
|
106
114
|
"os": "0.1.1",
|
|
115
|
+
"p-event": "^5.0.1",
|
|
107
116
|
"passport": "0.4.0",
|
|
108
117
|
"passport-http-bearer": "1.0.1",
|
|
109
118
|
"passport-oauth2-client-password": "0.1.2",
|
|
119
|
+
"querystring": "^0.2.1",
|
|
110
120
|
"request": "2.88.0",
|
|
111
121
|
"rimraf": "3.0.0",
|
|
112
122
|
"shell-path": "2.1.0",
|
|
@@ -114,6 +124,7 @@
|
|
|
114
124
|
"simplemde": "1.11.2",
|
|
115
125
|
"smoketail": "0.2.2",
|
|
116
126
|
"tcp-port-used": "1.0.2",
|
|
127
|
+
"url": "^0.11.0",
|
|
117
128
|
"util": "0.12.1",
|
|
118
129
|
"whatwg-url": "^11.0.0",
|
|
119
130
|
"when": "3.7.8",
|