@enfyra/kernel 1.1.63 → 2.0.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/dist/execution/package-runtime.child.js +1 -1
- package/dist/execution/worker.js +2189 -309
- package/dist/index.d.ts +2 -0
- package/dist/index.js +8 -8
- package/dist/package-metadata.json +1 -1
- package/package.json +5 -1
package/dist/index.d.ts
CHANGED
|
@@ -217,6 +217,7 @@ export class ExecutorEngineService {
|
|
|
217
217
|
}
|
|
218
218
|
export class IsolatedExecutorService {
|
|
219
219
|
constructor(...args: any[]);
|
|
220
|
+
resetLatencyMetrics(): void;
|
|
220
221
|
[key: string]: any;
|
|
221
222
|
}
|
|
222
223
|
export class JoinRegistry {
|
|
@@ -372,6 +373,7 @@ export const getShortPkName: any;
|
|
|
372
373
|
export const hasLogicalOperators: any;
|
|
373
374
|
export const normalizeAggregateQuery: any;
|
|
374
375
|
export const normalizeFlowStepScriptConfig: any;
|
|
376
|
+
export const normalizeMongoDocument: any;
|
|
375
377
|
export const normalizeScriptLanguage: any;
|
|
376
378
|
export const normalizeScriptPatch: any;
|
|
377
379
|
export const normalizeScriptRecord: any;
|