@stlite/desktop 0.35.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.
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stlite/desktop",
3
- "version": "0.35.0",
3
+ "version": "0.35.1",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "/",
6
6
  "main": "./build/electron/main.js",
@@ -58,9 +58,9 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@craco/craco": "^7.0.0",
61
- "@stlite/common": "^0.35.0",
62
- "@stlite/common-react": "^0.35.0",
63
- "@stlite/kernel": "^0.35.0",
61
+ "@stlite/common": "^0.35.1",
62
+ "@stlite/common-react": "^0.35.1",
63
+ "@stlite/kernel": "^0.35.1",
64
64
  "@testing-library/react": "^12.1.4",
65
65
  "@testing-library/user-event": "^14.0.0",
66
66
  "@types/jest": "^27.4.3",
@@ -95,5 +95,10 @@
95
95
  "directories": {
96
96
  "buildResources": "assets"
97
97
  }
98
+ },
99
+ "stlite": {
100
+ "desktop": {
101
+ "embed": true
102
+ }
98
103
  }
99
104
  }