@prmflow/openflow-test
v0.3.2
Published
Deprecated compatibility wrapper for @travisliu/open-dynamic-workflow.
Downloads
278
Maintainers
Readme
@prmflow/openflow
Deprecated compatibility wrapper for @travisliu/open-dynamic-workflow.
The package name has moved:
npm install @travisliu/open-dynamic-workflow
npx @travisliu/open-dynamic-workflow --helpThis package keeps the old CLI entry working temporarily:
npx @prmflow/openflow --helpWhen the old CLI is used, it prints a deprecation warning and forwards the command to @travisliu/open-dynamic-workflow.
Library imports are also re-exported for compatibility:
import { defineTool } from "@prmflow/openflow";Please migrate imports to:
import { defineTool } from "@travisliu/open-dynamic-workflow";