Files
sim/apps/sim/lib/workflows/comparison/index.ts
Waleed da7eca9590 fix(change-detection): move change detection logic to client-side to prevent unnecessary API calls, consolidate utils (#2576)
* fix(change-detection): move change detection logic to client-side to prevent unnecessary API calls, consolidate utils

* added tests

* ack PR comments

* added isPublished to API response
2025-12-24 17:16:35 -08:00

8 lines
148 B
TypeScript

export { hasWorkflowChanged } from './compare'
export {
normalizedStringify,
normalizeEdge,
normalizeValue,
sortEdges,
} from './normalize'