@marimo-team/islands 0.23.9-dev45 → 0.23.9-dev47

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.
@@ -35120,7 +35120,7 @@ ${d}`,
35120
35120
  return Logger.warn("Failed to get version from mount config"), null;
35121
35121
  }
35122
35122
  }
35123
- marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.9-dev45");
35123
+ marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.9-dev47");
35124
35124
  showCodeInRunModeAtom = atom(true);
35125
35125
  atom(null);
35126
35126
  var import_compiler_runtime = require_compiler_runtime();