@kumologica/sdk 3.5.1 → 3.5.2
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kumologica/sdk",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.2",
|
|
4
4
|
"productName": "Kumologica Designer",
|
|
5
5
|
"copyright": "Copyright 2020 Kumologica Pty Ltd, All Rights Reserved.",
|
|
6
6
|
"author": "Kumologica Pty Ltd <contact@kumologica.com>",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"@aws-sdk/credential-providers": "^3.556.0",
|
|
83
83
|
"@aws-sdk/lib-dynamodb": "^3.549.0",
|
|
84
84
|
"@electron/remote": "^2.0.8",
|
|
85
|
-
"@kumologica/builder": "3.5.
|
|
86
|
-
"@kumologica/devkit": "3.5.
|
|
87
|
-
"@kumologica/runtime": "3.5.
|
|
85
|
+
"@kumologica/builder": "3.5.2",
|
|
86
|
+
"@kumologica/devkit": "3.5.2",
|
|
87
|
+
"@kumologica/runtime": "3.5.2",
|
|
88
88
|
"adm-zip": "0.4.13",
|
|
89
89
|
"ajv": "8.10.0",
|
|
90
90
|
"archive-type": "^4.0.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
<div id="header-shade" class="hide" style="height: 55px; top: -13px"></div>
|
|
97
97
|
</div>
|
|
98
98
|
|
|
99
|
-
<div id="main-container" class="hide">
|
|
99
|
+
<div id="main-container" class="hide" tabindex="-1">
|
|
100
100
|
|
|
101
101
|
<div id="palette" style="height: calc(100% - 23px) !important;">
|
|
102
102
|
<img src="red/images/spin.svg" class="palette-spinner hide"/>
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
<div id="workspace" class="left-shadow" style="height: calc(100% - 23px) !important;">
|
|
181
181
|
<ul id="workspace-tabs"></ul>
|
|
182
182
|
|
|
183
|
-
<div id="chart" tabindex="1"></div>
|
|
183
|
+
<div id="chart" tabindex="-1"></div>
|
|
184
184
|
<div id="workspace-toolbar"></div>
|
|
185
185
|
<div id="workspace-footer">
|
|
186
186
|
<!--
|