@marimo-team/islands 0.20.5-dev5 → 0.20.5-dev6
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
|
@@ -70402,7 +70402,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
70402
70402
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
70403
70403
|
}
|
|
70404
70404
|
}
|
|
70405
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-
|
|
70405
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-dev6"), showCodeInRunModeAtom = atom(true);
|
|
70406
70406
|
atom(null);
|
|
70407
70407
|
var import_compiler_runtime$88 = require_compiler_runtime();
|
|
70408
70408
|
function useKeydownOnElement(e, r) {
|