@marimo-team/islands 0.24.1-dev8 → 0.24.1-dev9

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.
@@ -36331,7 +36331,7 @@ ${d}`,
36331
36331
  return Logger.warn("Failed to get version from mount config"), null;
36332
36332
  }
36333
36333
  }
36334
- marimoVersionAtom = atom(getVersionFromMountConfig() || "0.24.1-dev8");
36334
+ marimoVersionAtom = atom(getVersionFromMountConfig() || "0.24.1-dev9");
36335
36335
  showCodeInRunModeAtom = atom(true);
36336
36336
  atom(null);
36337
36337
  var import_compiler_runtime = require_compiler_runtime();