@marimo-team/islands 0.23.14-dev60 → 0.23.14-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.
@@ -36209,7 +36209,7 @@ ${d}`,
36209
36209
  return Logger.warn("Failed to get version from mount config"), null;
36210
36210
  }
36211
36211
  }
36212
- marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.14-dev60");
36212
+ marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.14-dev61");
36213
36213
  showCodeInRunModeAtom = atom(true);
36214
36214
  atom(null);
36215
36215
  var import_compiler_runtime = require_compiler_runtime();