@gallop.software/studio 2.3.0 → 2.3.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/dist/client/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
12
12
|
}
|
|
13
13
|
</style>
|
|
14
|
-
<script type="module" crossorigin src="/assets/index-
|
|
14
|
+
<script type="module" crossorigin src="/assets/index-DdeUDtHz.js"></script>
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<div id="root"></div>
|
package/dist/server/index.js
CHANGED
|
@@ -2026,7 +2026,6 @@ async function handlePushUpdatesStream(request) {
|
|
|
2026
2026
|
if (errors.length > 0) {
|
|
2027
2027
|
message += ` ${errors.length} file${errors.length !== 1 ? "s" : ""} failed.`;
|
|
2028
2028
|
}
|
|
2029
|
-
message += cacheMessage;
|
|
2030
2029
|
sendEvent({
|
|
2031
2030
|
type: "complete",
|
|
2032
2031
|
pushed: pushed.length,
|