diff --git a/components/krispcall/package.json b/components/krispcall/package.json index 74dc536ed5802..c2f8bd54f8fa4 100644 --- a/components/krispcall/package.json +++ b/components/krispcall/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/krispcall", - "version": "0.2.1", + "version": "0.2.2", "description": "Pipedream KrispCall Components", "main": "krispcall.app.mjs", "keywords": [ diff --git a/components/krispcall/sources/new-call-instant/new-call-instant.mjs b/components/krispcall/sources/new-call-instant/new-call-instant.mjs index 109508a72f343..58e38c6b6ebe9 100644 --- a/components/krispcall/sources/new-call-instant/new-call-instant.mjs +++ b/components/krispcall/sources/new-call-instant/new-call-instant.mjs @@ -6,7 +6,7 @@ export default { key: "krispcall-new-call-instant", name: "New Call (Instant)", description: "Emit new event when a new call is created.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/krispcall/sources/new-call-instant/test-event.mjs b/components/krispcall/sources/new-call-instant/test-event.mjs index 73f001c27c772..66a2d2ddac12f 100644 --- a/components/krispcall/sources/new-call-instant/test-event.mjs +++ b/components/krispcall/sources/new-call-instant/test-event.mjs @@ -5,5 +5,5 @@ export default { "duration": "00 hr 00 min 13 secs", "outcome": "Connected", "direction": "Outgoing", - "call_recording": "https://qa.safefamilyapp.com/1c343d?vmid=0x21d2ee31ba6" + "call_recording": "https://app.krispcall.com/1c343d?vmid=0x21d2ee31ba6" } \ No newline at end of file