@lvce-editor/shared-process 0.34.4 → 0.34.5

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.34.4",
3
+ "version": "0.34.5",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lvce-editor/assert": "^1.3.0",
21
- "@lvce-editor/extension-host-helper-process": "0.34.4",
21
+ "@lvce-editor/extension-host-helper-process": "0.34.5",
22
22
  "@lvce-editor/ipc": "^11.0.1",
23
- "@lvce-editor/json-rpc": "^3.0.0",
23
+ "@lvce-editor/json-rpc": "^4.0.0",
24
24
  "@lvce-editor/jsonc-parser": "^1.4.0",
25
25
  "@lvce-editor/pretty-error": "^1.6.0",
26
26
  "@lvce-editor/verror": "^1.4.0",
@@ -150,7 +150,6 @@ const applyOverrides = async ({ root, commitHash, pathPrefix, serverStaticPath }
150
150
  await replace(Path.join(root, 'dist', commitHash, 'manifest.json'), `/${commitHash}`, `${pathPrefix}/${commitHash}`);
151
151
  await replace(Path.join(root, 'dist', commitHash, 'manifest.json'), `"start_url": "/"`, `"start_url": "${pathPrefix}"`);
152
152
  await replace(Path.join(root, 'dist', commitHash, 'css', 'App.css'), `/${commitHash}`, `${pathPrefix}/${commitHash}`);
153
- await replace(Path.join(root, 'dist', commitHash, 'css', 'parts', 'Symbol.css'), `/${commitHash}`, `${pathPrefix}/${commitHash}`);
154
153
  }
155
154
  };
156
155
  const addExtensionSeo = async ({ root, name, description, commitHash }) => {
@@ -41,9 +41,9 @@ export const getAppImageName = () => {
41
41
  export const getSetupName = () => {
42
42
  return 'Lvce-Setup';
43
43
  };
44
- export const version = '0.34.4';
45
- export const commit = '39ddfdf';
46
- export const date = '2024-09-15T08:04:55.000Z';
44
+ export const version = '0.34.5';
45
+ export const commit = '73f3742';
46
+ export const date = '2024-09-15T12:29:53.000Z';
47
47
  export const getVersion = () => {
48
48
  return version;
49
49
  };