@stlite/desktop 0.34.0 → 0.35.1
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/README.md +3 -3
- package/build/asset-manifest.json +3 -3
- package/build/electron/main.js +1 -0
- package/build/index.html +1 -1
- package/build/pyodide/pyodide.asm.js +3 -3
- package/build/pyodide/pyodide.asm.wasm +0 -0
- package/build/pyodide/pyodide.js +1 -1
- package/build/pyodide/python_stdlib.zip +0 -0
- package/build/pyodide/repodata.json +1 -1
- package/build/static/js/{7073.376b9d76.chunk.js → 7073.d0bf438f.chunk.js} +1 -1
- package/build/static/js/{main.1313208f.js → main.259af25f.js} +2 -2
- package/package.json +11 -6
- package/build/pyodide/pyodide.asm.data +0 -0
- package/build/pyodide/pyodide_py.tar +0 -0
- /package/build/static/js/{main.1313208f.js.LICENSE.txt → main.259af25f.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -24,10 +24,10 @@ Convert your [Streamlit](https://streamlit.io/) application into a desktop app w
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@stlite/desktop": "
|
|
27
|
+
"@stlite/desktop": "0.34.0",
|
|
28
28
|
"cross-env": "^7.0.3",
|
|
29
|
-
"electron": "
|
|
30
|
-
"electron-builder": "^
|
|
29
|
+
"electron": "^25.2.0",
|
|
30
|
+
"electron-builder": "^24.4.0"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
```
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "/static/css/main.b43a24ba.css",
|
|
4
|
-
"main.js": "/static/js/main.
|
|
5
|
-
"static/js/7073.
|
|
4
|
+
"main.js": "/static/js/main.259af25f.js",
|
|
5
|
+
"static/js/7073.d0bf438f.chunk.js": "/static/js/7073.d0bf438f.chunk.js",
|
|
6
6
|
"static/js/4994.551c87ac.chunk.js": "/static/js/4994.551c87ac.chunk.js",
|
|
7
7
|
"static/js/792.45efff32.chunk.js": "/static/js/792.45efff32.chunk.js",
|
|
8
8
|
"static/js/4141.a101e33c.chunk.js": "/static/js/4141.a101e33c.chunk.js",
|
|
@@ -154,6 +154,6 @@
|
|
|
154
154
|
},
|
|
155
155
|
"entrypoints": [
|
|
156
156
|
"static/css/main.b43a24ba.css",
|
|
157
|
-
"static/js/main.
|
|
157
|
+
"static/js/main.259af25f.js"
|
|
158
158
|
]
|
|
159
159
|
}
|
package/build/electron/main.js
CHANGED
|
@@ -60,6 +60,7 @@ const createWindow = () => {
|
|
|
60
60
|
});
|
|
61
61
|
mainWindow.on("closed", () => {
|
|
62
62
|
electron_1.ipcMain.removeHandler("readSitePackagesSnapshot");
|
|
63
|
+
electron_1.ipcMain.removeHandler("readRequirements");
|
|
63
64
|
electron_1.ipcMain.removeHandler("readStreamlitAppDirectory");
|
|
64
65
|
});
|
|
65
66
|
// Even when the entrypoint is a local file like the production build,
|
package/build/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>stlite</title><meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'wasm-unsafe-eval' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'self' blob:; script-src-elem 'self' 'unsafe-inline' https:; style-src-elem 'self' 'unsafe-inline' https:; font-src 'self' data: https:; connect-src https://data.streamlit.io/ https://*.mapbox.com/ 'self' https:; img-src https: blob: data: file:; media-src https: blob:; frame-src https:"><script defer="defer" src="/static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>stlite</title><meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'wasm-unsafe-eval' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'self' blob:; script-src-elem 'self' 'unsafe-inline' https:; style-src-elem 'self' 'unsafe-inline' https:; font-src 'self' data: https:; connect-src https://data.streamlit.io/ https://*.mapbox.com/ 'self' https:; img-src https: blob: data: file:; media-src https: blob:; frame-src https:"><script defer="defer" src="/static/js/main.259af25f.js"></script><link href="/static/css/main.b43a24ba.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|