@matterbridge/types 3.6.1-dev-20260308-88c838c → 3.6.1-dev-20260309-6341dee
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.
|
@@ -118,6 +118,11 @@ export type WorkerMessageTypes = {
|
|
|
118
118
|
request: {
|
|
119
119
|
params: {
|
|
120
120
|
name: string;
|
|
121
|
+
workerData?: Record<string, boolean | number | string | object>;
|
|
122
|
+
argv?: string[];
|
|
123
|
+
env?: NodeJS.ProcessEnv;
|
|
124
|
+
execArgv?: string[];
|
|
125
|
+
pipedOutput?: boolean;
|
|
121
126
|
};
|
|
122
127
|
};
|
|
123
128
|
response: {
|
package/dist/workerTypes.d.ts
CHANGED
package/package.json
CHANGED