@lvce-editor/shared-process 0.17.17 → 0.17.18
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.18",
|
|
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.18",
|
|
9
|
+
"@lvce-editor/extension-host-helper-process": "0.17.18",
|
|
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.18",
|
|
13
13
|
"@lvce-editor/verror": "^1.1.1",
|
|
14
14
|
"debug": "^4.3.4",
|
|
15
15
|
"execa": "^8.0.1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"p-queue": "^7.4.1",
|
|
21
21
|
"parse-json": "^7.1.0",
|
|
22
22
|
"tar-fs": "^3.0.4",
|
|
23
|
-
"ws": "^8.14.
|
|
23
|
+
"ws": "^8.14.2",
|
|
24
24
|
"xdg-basedir": "^5.1.0"
|
|
25
25
|
},
|
|
26
26
|
"optionalDependencies": {
|
|
@@ -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.18'
|
|
179
179
|
|
|
180
|
-
export const commit = '
|
|
180
|
+
export const commit = 'bbfc94b'
|
|
181
181
|
|
|
182
|
-
export const date = '2023-09-
|
|
182
|
+
export const date = '2023-09-21T15:55:56.000Z'
|
|
183
183
|
|
|
184
184
|
export const getVersion = () => {
|
|
185
185
|
return version
|