@marimo-team/islands 0.20.5-dev43 → 0.20.5-dev44
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -70710,7 +70710,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
70710
70710
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
70711
70711
|
}
|
|
70712
70712
|
}
|
|
70713
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-
|
|
70713
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-dev44"), showCodeInRunModeAtom = atom(true);
|
|
70714
70714
|
atom(null);
|
|
70715
70715
|
var import_compiler_runtime$89 = require_compiler_runtime();
|
|
70716
70716
|
function useKeydownOnElement(e, r) {
|