@meshflow/core 0.2.4 → 0.2.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/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -441,4 +441,4 @@ declare const useMeshFlow: <const S extends Record<string, any>, T, M extends Re
|
|
|
441
441
|
}) => void) => () => void;
|
|
442
442
|
}, M, P>;
|
|
443
443
|
|
|
444
|
-
export { DefaultStrategy, type Engine, type MeshErrorContext, type MeshEvents, type MeshFlowGroupNode, type MeshPath, SchemaBucket, type SetRuleOptions, deleteEngine, useEngine, useEngineManager, useMeshFlow, useMeshFlowDefiner, useScheduler };
|
|
444
|
+
export { type BaseEngine, DefaultStrategy, type Engine, type EngineModules, type MapModuleToReturn, type MeshErrorContext, type MeshEvents, type MeshFlowGroupNode, type MeshPath, type SchedulerType, SchemaBucket, type SetRuleOptions, type TransformModuleKey, deleteEngine, useEngine, useEngineManager, useMeshFlow, useMeshFlowDefiner, useScheduler };
|
package/index.d.ts
CHANGED
|
@@ -441,4 +441,4 @@ declare const useMeshFlow: <const S extends Record<string, any>, T, M extends Re
|
|
|
441
441
|
}) => void) => () => void;
|
|
442
442
|
}, M, P>;
|
|
443
443
|
|
|
444
|
-
export { DefaultStrategy, type Engine, type MeshErrorContext, type MeshEvents, type MeshFlowGroupNode, type MeshPath, SchemaBucket, type SetRuleOptions, deleteEngine, useEngine, useEngineManager, useMeshFlow, useMeshFlowDefiner, useScheduler };
|
|
444
|
+
export { type BaseEngine, DefaultStrategy, type Engine, type EngineModules, type MapModuleToReturn, type MeshErrorContext, type MeshEvents, type MeshFlowGroupNode, type MeshPath, type SchedulerType, SchemaBucket, type SetRuleOptions, type TransformModuleKey, deleteEngine, useEngine, useEngineManager, useMeshFlow, useMeshFlowDefiner, useScheduler };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshflow/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "A logic orchestration engine utilizing topological scheduling and watermark control to resolve asynchronous race conditions in complex dependency linkages.”",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.js",
|