@marimo-team/islands 0.21.2-dev59 → 0.21.2-dev61
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
|
@@ -71107,7 +71107,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
71107
71107
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
71108
71108
|
}
|
|
71109
71109
|
}
|
|
71110
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.21.2-
|
|
71110
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.21.2-dev61"), showCodeInRunModeAtom = atom(true);
|
|
71111
71111
|
atom(null);
|
|
71112
71112
|
var import_compiler_runtime$89 = require_compiler_runtime();
|
|
71113
71113
|
function useKeydownOnElement(e, r) {
|