truecourse 0.7.0-next.6 → 0.7.0-next.7
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/public/index.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
} catch (e) {}
|
|
21
21
|
})();
|
|
22
22
|
</script>
|
|
23
|
-
<script type="module" crossorigin src="/assets/index-
|
|
23
|
+
<script type="module" crossorigin src="/assets/index-D7hFPhQQ.js"></script>
|
|
24
24
|
<link rel="stylesheet" crossorigin href="/assets/index-CMCPeAwv.css">
|
|
25
25
|
</head>
|
|
26
26
|
<body class="font-sans">
|
|
Binary file
|
|
Binary file
|
package/server.mjs
CHANGED
|
@@ -232441,7 +232441,7 @@ function readToolVersion() {
|
|
|
232441
232441
|
if (cachedVersion)
|
|
232442
232442
|
return cachedVersion;
|
|
232443
232443
|
if (true) {
|
|
232444
|
-
cachedVersion = "0.7.0-next.
|
|
232444
|
+
cachedVersion = "0.7.0-next.7";
|
|
232445
232445
|
return cachedVersion;
|
|
232446
232446
|
}
|
|
232447
232447
|
try {
|