krisspy-ai 1.1.17 → 1.1.18

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/index.mjs CHANGED
@@ -1935,7 +1935,9 @@ var KrisspySoraService = class extends BaseVideoService {
1935
1935
  return {
1936
1936
  jobId: data.jobId,
1937
1937
  status: "succeeded",
1938
- createdAt: (/* @__PURE__ */ new Date()).toISOString()
1938
+ createdAt: (/* @__PURE__ */ new Date()).toISOString(),
1939
+ video: data.video
1940
+ // Return video directly so app doesn't need to download
1939
1941
  };
1940
1942
  }
1941
1943
  async getJobStatus(jobId) {