@stlite/desktop 0.52.1 → 0.52.2
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
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# `@stlite/desktop`
|
|
2
2
|
|
|
3
|
+
<img src="./docs/images/stlite-desktop-banner-pathified.svg" style="background: white;" >
|
|
4
|
+
|
|
3
5
|
Convert your [Streamlit](https://streamlit.io/) application into a desktop app with [stlite](https://github.com/whitphx/stlite) runtime, a [Pyodide](https://pyodide.org/)-based Wasm-port of Streamlit.
|
|
4
6
|
|
|
5
7
|
## How to create a Streamlit desktop app
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stlite/desktop",
|
|
3
|
-
"version": "0.52.
|
|
3
|
+
"version": "0.52.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "/",
|
|
6
6
|
"main": "./build/electron/main.js",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@craco/craco": "^7.0.0",
|
|
63
|
-
"@stlite/common": "^0.52.
|
|
64
|
-
"@stlite/common-react": "^0.52.
|
|
65
|
-
"@stlite/kernel": "^0.52.
|
|
63
|
+
"@stlite/common": "^0.52.2",
|
|
64
|
+
"@stlite/common-react": "^0.52.2",
|
|
65
|
+
"@stlite/kernel": "^0.52.2",
|
|
66
66
|
"@streamlit/app": "1.32.2",
|
|
67
67
|
"@testing-library/react": "^14.1.2",
|
|
68
68
|
"@testing-library/user-event": "^14.0.0",
|
|
Binary file
|