@pronto-tools-and-more/components-renderer 10.20.0 → 10.22.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.
package/package.json
CHANGED
package/src/parts/IpcId/IpcId.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export const EmbedsProcess = 2;
|
|
2
|
-
export const EmbedsWorker = 77;
|
|
3
|
-
export const ExtensionHostHelperProcess = 3;
|
|
4
|
-
export const MainProcess = -5;
|
|
5
|
-
export const ProcessExplorer = 11;
|
|
6
|
-
export const SearchProcess = 13;
|
|
7
|
-
export const SharedProcess = 1;
|
|
8
|
-
export const TerminalProcess = 7;
|
|
9
|
-
export const Unknown = 0;
|