@lvce-editor/shared-process 0.17.14 → 0.17.15
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,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/shared-process",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.15",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@babel/code-frame": "^7.22.13",
|
|
8
|
-
"@lvce-editor/extension-host": "0.17.
|
|
9
|
-
"@lvce-editor/extension-host-helper-process": "0.17.
|
|
8
|
+
"@lvce-editor/extension-host": "0.17.15",
|
|
9
|
+
"@lvce-editor/extension-host-helper-process": "0.17.15",
|
|
10
10
|
"@lvce-editor/jsonc-parser": "^1.1.0",
|
|
11
11
|
"@lvce-editor/pretty-error": "^1.1.1",
|
|
12
|
-
"@lvce-editor/pty-host": "0.17.
|
|
12
|
+
"@lvce-editor/pty-host": "0.17.15",
|
|
13
13
|
"@lvce-editor/verror": "^1.1.1",
|
|
14
14
|
"debug": "^4.3.4",
|
|
15
15
|
"execa": "^8.0.1",
|
|
@@ -139,11 +139,6 @@ const applyOverrides = async ({ root, commitHash, pathPrefix }) => {
|
|
|
139
139
|
`return \`\${extensionPath}\${value}\``,
|
|
140
140
|
`return \`${pathPrefix}/${commitHash}/file-icons/\${value.slice(7)}\``
|
|
141
141
|
)
|
|
142
|
-
await replace(
|
|
143
|
-
Path.join(root, 'dist', commitHash, 'packages', 'extension-host-worker', 'dist', 'extensionHostWorkerMain.js'),
|
|
144
|
-
`/${commitHash}/packages/extension-host-sub-worker`,
|
|
145
|
-
`/${pathPrefix}/${commitHash}/packages/extension-host-sub-worker`
|
|
146
|
-
)
|
|
147
142
|
|
|
148
143
|
// workaround for firefox bug
|
|
149
144
|
await replace(
|
|
@@ -175,11 +175,11 @@ export const getSetupName = () => {
|
|
|
175
175
|
return 'Lvce-Setup'
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
export const version = '0.17.
|
|
178
|
+
export const version = '0.17.15'
|
|
179
179
|
|
|
180
|
-
export const commit = '
|
|
180
|
+
export const commit = '8a09544'
|
|
181
181
|
|
|
182
|
-
export const date = '2023-09-
|
|
182
|
+
export const date = '2023-09-16T16:17:36.000Z'
|
|
183
183
|
|
|
184
184
|
export const getVersion = () => {
|
|
185
185
|
return version
|