@marimo-team/islands 0.23.2-dev14 → 0.23.2-dev15
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.
package/dist/main.js
CHANGED
|
@@ -68835,7 +68835,7 @@ ${c}
|
|
|
68835
68835
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
68836
68836
|
}
|
|
68837
68837
|
}
|
|
68838
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-
|
|
68838
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-dev15"), showCodeInRunModeAtom = atom(true);
|
|
68839
68839
|
atom(null);
|
|
68840
68840
|
var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
|
|
68841
68841
|
constructor() {
|
package/package.json
CHANGED