@marimo-team/islands 0.23.15-dev65 → 0.23.15-dev67
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.
|
@@ -36291,7 +36291,7 @@ ${d}`,
|
|
|
36291
36291
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
36292
36292
|
}
|
|
36293
36293
|
}
|
|
36294
|
-
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.15-
|
|
36294
|
+
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.15-dev67");
|
|
36295
36295
|
showCodeInRunModeAtom = atom(true);
|
|
36296
36296
|
atom(null);
|
|
36297
36297
|
var import_compiler_runtime = require_compiler_runtime();
|