@stlite/desktop 0.64.1 → 0.64.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stlite/desktop",
|
|
3
|
-
"version": "0.64.
|
|
3
|
+
"version": "0.64.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@craco/craco": "^7.0.0",
|
|
73
|
-
"@stlite/common": "^0.64.
|
|
74
|
-
"@stlite/common-react": "^0.64.
|
|
75
|
-
"@stlite/kernel": "^0.64.
|
|
73
|
+
"@stlite/common": "^0.64.2",
|
|
74
|
+
"@stlite/common-react": "^0.64.2",
|
|
75
|
+
"@stlite/kernel": "^0.64.2",
|
|
76
76
|
"@streamlit/app": "1.37.1",
|
|
77
77
|
"@testing-library/react": "^14.1.2",
|
|
78
78
|
"@testing-library/user-event": "^14.0.0",
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"react-toastify": "^9.1.1",
|
|
94
94
|
"superstruct": "^1.0.4",
|
|
95
95
|
"ts-node": "^10.9.1",
|
|
96
|
-
"typescript": "^4.9.4",
|
|
97
96
|
"winston": "^3.13.0"
|
|
98
97
|
},
|
|
99
98
|
"///": "build.productName is necessary because electron-builder uses the package name for its purpose but the scoped name including '@' makes a problem: https://github.com/electron-userland/electron-builder/issues/3230",
|
|
Binary file
|