@marimo-team/frontend 0.9.24-dev9 → 0.9.25-dev0

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.
Files changed (2) hide show
  1. package/dist/index.html +0 -1
  2. package/package.json +1 -1
package/dist/index.html CHANGED
@@ -1,7 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
- <base href='{{ base_url }}/' />
5
4
  <meta charset="utf-8" />
6
5
  <link rel="icon" href="./favicon.ico" />
7
6
  <!-- Preload is necessary because we show these images when we disconnect from the server,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/frontend",
3
- "version": "0.9.24-dev9",
3
+ "version": "0.9.25-dev0",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",