@ram_28/kf-ai-sdk 2.0.20 → 2.0.21

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.
@@ -25,7 +25,7 @@ import { useActivityTable, ActivityTableStatus } from "@ram_28/kf-ai-sdk/workflo
25
25
  ```tsx
26
26
  import { useMemo } from "react";
27
27
  import { useActivityTable, ActivityTableStatus } from "@ram_28/kf-ai-sdk/workflow";
28
- import { EmployeeInputActivity } from "@/bdo/workflows/SimpleLeaveProcess";
28
+ import { EmployeeInputActivity } from "@/workflow/SimpleLeaveProcess";
29
29
 
30
30
  function PendingLeaveRequests() {
31
31
  const activity = useMemo(() => new EmployeeInputActivity(), []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ram_28/kf-ai-sdk",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "Type-safe, AI-driven SDK for building modern web applications with role-based access control",
5
5
  "author": "Ramprasad",
6
6
  "license": "MIT",