@lvce-editor/typescript-compile-process 3.1.0 → 3.2.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +2 -3
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import * as Command from '@lvce-editor/command';
2
1
  import { object, string } from '@lvce-editor/assert';
3
2
  import { WebSocketRpcParent, ElectronMessagePortRpcClient, ElectronUtilityProcessRpcClient, NodeForkedProcessRpcClient } from '@lvce-editor/rpc';
4
3
  import { VError } from '@lvce-editor/verror';
@@ -136,12 +135,12 @@ const commandMap = {
136
135
 
137
136
  const listen = async () => {
138
137
  await listen$1({
138
+ commandMap: commandMap,
139
139
  method: Auto()
140
140
  });
141
141
  };
142
142
 
143
143
  const main = async () => {
144
- Command.register(commandMap);
145
144
  await listen();
146
145
  };
147
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/typescript-compile-process",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "TypeScript Compile Process",
5
5
  "keywords": [
6
6
  "Lvce Editor"
@@ -61,8 +61,7 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@lvce-editor/assert": "^1.4.0",
64
- "@lvce-editor/command": "^1.2.0",
65
- "@lvce-editor/rpc": "^4.7.0",
64
+ "@lvce-editor/rpc": "^4.13.0",
66
65
  "@lvce-editor/verror": "^1.7.0"
67
66
  },
68
67
  "engines": {