@marimo-team/islands 0.19.7-dev37 → 0.19.7-dev38
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 +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -73168,7 +73168,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
73168
73168
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
73169
73169
|
}
|
|
73170
73170
|
}
|
|
73171
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.7-
|
|
73171
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.7-dev38"), showCodeInRunModeAtom = atom(true);
|
|
73172
73172
|
atom(null);
|
|
73173
73173
|
var import_compiler_runtime$88 = require_compiler_runtime();
|
|
73174
73174
|
function useKeydownOnElement(e, r) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marimo-team/islands",
|
|
3
|
-
"version": "0.19.7-
|
|
3
|
+
"version": "0.19.7-dev38",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"devDependencies": {
|
|
214
214
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
215
215
|
"@babel/preset-typescript": "^7.25.9",
|
|
216
|
-
"@biomejs/biome": "2.3.
|
|
216
|
+
"@biomejs/biome": "2.3.12",
|
|
217
217
|
"@codecov/vite-plugin": "^1.9.1",
|
|
218
218
|
"@csstools/postcss-light-dark-function": "^2.0.11",
|
|
219
219
|
"@playwright/test": "^1.57.0",
|