@marimo-team/islands 0.23.12-dev10 → 0.23.12-dev11

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.
@@ -35997,7 +35997,7 @@ ${d}`,
35997
35997
  return Logger.warn("Failed to get version from mount config"), null;
35998
35998
  }
35999
35999
  }
36000
- marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.12-dev10");
36000
+ marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.12-dev11");
36001
36001
  showCodeInRunModeAtom = atom(true);
36002
36002
  atom(null);
36003
36003
  var import_compiler_runtime = require_compiler_runtime();