@lvce-editor/shared-process 0.10.5 → 0.10.6
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": "@lvce-editor/shared-process",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.6",
|
|
4
4
|
"description": "Utility package for @lvce-editor/server",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"node": ">=16"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@lvce-editor/extension-host": "0.10.
|
|
24
|
-
"@lvce-editor/pty-host": "0.10.
|
|
23
|
+
"@lvce-editor/extension-host": "0.10.6",
|
|
24
|
+
"@lvce-editor/pty-host": "0.10.6",
|
|
25
25
|
"debug": "^4.3.4",
|
|
26
26
|
"execa": "^6.1.0",
|
|
27
27
|
"exit-hook": "^3.1.1",
|
|
@@ -225,13 +225,6 @@ const applyOverrides = async ({ root, commitHash, pathPrefix }) => {
|
|
|
225
225
|
`export {}
|
|
226
226
|
//# sourceMappingURL`
|
|
227
227
|
)
|
|
228
|
-
|
|
229
|
-
await replace(
|
|
230
|
-
Path.join(root, 'dist', commitHash, 'config', 'defaultSettings.json'),
|
|
231
|
-
`"workbench.saveStateOnVisibilityChange": false`,
|
|
232
|
-
`"workbench.saveStateOnVisibilityChange": true`
|
|
233
|
-
)
|
|
234
|
-
|
|
235
228
|
const extensionDirents = await FileSystem.readDir(
|
|
236
229
|
Path.join(
|
|
237
230
|
root,
|