diff --git a/azure-speech/functions/speech.ts b/azure-speech/functions/speech.ts index 2dcaf3a..0f46e94 100644 --- a/azure-speech/functions/speech.ts +++ b/azure-speech/functions/speech.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import { azureSpeechClient } from "../utils/client"; import * as sdk from "microsoft-cognitiveservices-speech-sdk"; import { Buffer } from "node:buffer"; diff --git a/azure-speech/service.ts b/azure-speech/service.ts index 0779c07..d385f25 100644 --- a/azure-speech/service.ts +++ b/azure-speech/service.ts @@ -1,5 +1,5 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; -import { rpmToSecond } from "@restackio/restack-sdk-ts/utils"; +import Restack, { ServiceInput } from "@restackio/ai"; +import { rpmToSecond } from "@restackio/ai/utils"; import { azureSpeech } from "./functions"; import { azureSpeechTaskQueue } from "./taskQueue"; diff --git a/cartesia/functions/ttsBytes.ts b/cartesia/functions/ttsBytes.ts index 9fbbbef..8ae8a0e 100644 --- a/cartesia/functions/ttsBytes.ts +++ b/cartesia/functions/ttsBytes.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import "dotenv/config"; export async function cartesiaTtsBytes({ diff --git a/cartesia/service.ts b/cartesia/service.ts index d54c04f..fc9b6dd 100644 --- a/cartesia/service.ts +++ b/cartesia/service.ts @@ -1,5 +1,5 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; -import { rpmToSecond } from "@restackio/restack-sdk-ts/utils"; +import Restack, { ServiceInput } from "@restackio/ai"; +import { rpmToSecond } from "@restackio/ai/utils"; import { cartesiaTtsBytes } from "./functions"; import { cartesiaTaskQueue } from "./taskQueue"; diff --git a/deepgram/functions/listen.ts b/deepgram/functions/listen.ts index a46a771..7e16325 100644 --- a/deepgram/functions/listen.ts +++ b/deepgram/functions/listen.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import { Buffer } from "node:buffer"; import { deepgramClient } from "../utils/client"; import { PrerecordedSchema } from "@deepgram/sdk"; diff --git a/deepgram/functions/speak.ts b/deepgram/functions/speak.ts index 1738445..78f75b1 100644 --- a/deepgram/functions/speak.ts +++ b/deepgram/functions/speak.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import { Buffer } from "node:buffer"; import { deepgramClient } from "../utils/client"; import { SpeakSchema } from "@deepgram/sdk"; diff --git a/deepgram/package.json b/deepgram/package.json index 7be90a8..3886ff1 100644 --- a/deepgram/package.json +++ b/deepgram/package.json @@ -10,7 +10,7 @@ "build": "npm run clean && tsc" }, "dependencies": { - "@deepgram/sdk": "^3.5.1" + "@deepgram/sdk": "^3.8.0" }, "files": [ "dist" diff --git a/deepgram/service.ts b/deepgram/service.ts index af462c5..d628e0e 100644 --- a/deepgram/service.ts +++ b/deepgram/service.ts @@ -1,5 +1,5 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; -import { rpmToSecond } from "@restackio/restack-sdk-ts/utils"; +import Restack, { ServiceInput } from "@restackio/ai"; +import { rpmToSecond } from "@restackio/ai/utils"; import { deepgramListen, deepgramSpeak } from "./functions"; import { deepgramTaskQueue } from "./taskQueue"; diff --git a/elevenlabs/functions/convert.ts b/elevenlabs/functions/convert.ts index 9460d75..398e17f 100644 --- a/elevenlabs/functions/convert.ts +++ b/elevenlabs/functions/convert.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import { ElevenLabs } from "elevenlabs/index"; import { elevenlabsClient } from "../utils/client"; diff --git a/elevenlabs/service.ts b/elevenlabs/service.ts index 551e5da..c50249d 100644 --- a/elevenlabs/service.ts +++ b/elevenlabs/service.ts @@ -1,4 +1,4 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; +import Restack, { ServiceInput } from "@restackio/ai"; import { elevenlabsConvert } from "./functions"; import { elevenlabsTaskQueue } from "./taskQueue"; diff --git a/fal/functions/run.ts b/fal/functions/run.ts index 1e76d1a..d43ab37 100644 --- a/fal/functions/run.ts +++ b/fal/functions/run.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import "dotenv/config"; import { falClient } from "../utils/client"; diff --git a/fal/package.json b/fal/package.json index a80b4cb..e0d966e 100644 --- a/fal/package.json +++ b/fal/package.json @@ -10,7 +10,7 @@ "build": "npm run clean && tsc" }, "dependencies": { - "@fal-ai/serverless-client": "^0.14.2" + "@fal-ai/serverless-client": "^0.14.3" }, "files": [ "dist" diff --git a/fal/service.ts b/fal/service.ts index d14445c..8fd565b 100644 --- a/fal/service.ts +++ b/fal/service.ts @@ -1,4 +1,4 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; +import Restack, { ServiceInput } from "@restackio/ai"; import { falTaskQueue } from "./taskQueue"; import { falRun } from "./functions"; diff --git a/linear/functions/createComment.ts b/linear/functions/createComment.ts index 618c267..7cbfcdf 100644 --- a/linear/functions/createComment.ts +++ b/linear/functions/createComment.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import { CommentCreateInput } from "@linear/sdk/dist/_generated_documents"; import { linearClient } from "../utils/client"; diff --git a/linear/functions/createIssue.ts b/linear/functions/createIssue.ts index 548bb01..d53b511 100644 --- a/linear/functions/createIssue.ts +++ b/linear/functions/createIssue.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import { IssueCreateInput } from "@linear/sdk/dist/_generated_documents"; import { linearClient } from "../utils/client"; diff --git a/linear/service.ts b/linear/service.ts index 9976ba0..72bb58a 100644 --- a/linear/service.ts +++ b/linear/service.ts @@ -1,5 +1,5 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; -import { rpmToSecond } from "@restackio/restack-sdk-ts/utils"; +import Restack, { ServiceInput } from "@restackio/ai"; +import { rpmToSecond } from "@restackio/ai/utils"; import { linearTaskQueue } from "./taskQueue"; import { linearCreateComment, linearCreateIssue } from "./functions"; diff --git a/lumaai/functions/generate.ts b/lumaai/functions/generate.ts index 46c650c..4ccd44f 100644 --- a/lumaai/functions/generate.ts +++ b/lumaai/functions/generate.ts @@ -1,4 +1,4 @@ -import { log } from "@restackio/restack-sdk-ts/function"; +import { log } from "@restackio/ai/function"; import LumaAI from "lumaai"; import { lumaaiClient } from "../utils/client"; diff --git a/lumaai/service.ts b/lumaai/service.ts index 7418b8d..bbaf562 100644 --- a/lumaai/service.ts +++ b/lumaai/service.ts @@ -1,5 +1,5 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; -import { rpmToSecond } from "@restackio/restack-sdk-ts/utils"; +import Restack, { ServiceInput } from "@restackio/ai"; +import { rpmToSecond } from "@restackio/ai/utils"; import { lumaaiGenerate, lumaaiGetGeneration, diff --git a/lumaai/utils/client.ts b/lumaai/utils/client.ts index 5b7b43c..2b4bbe3 100644 --- a/lumaai/utils/client.ts +++ b/lumaai/utils/client.ts @@ -1,6 +1,6 @@ import LumaAI from "lumaai"; import "dotenv/config"; -import { FunctionFailure } from "@restackio/restack-sdk-ts/function"; // Import FunctionFailure +import { FunctionFailure } from "@restackio/ai/function"; // Import FunctionFailure let clientLumaai: LumaAI; diff --git a/openai/functions/chat/completionsBase.ts b/openai/functions/chat/completionsBase.ts index fc5a60d..deac71b 100644 --- a/openai/functions/chat/completionsBase.ts +++ b/openai/functions/chat/completionsBase.ts @@ -1,4 +1,4 @@ -import { FunctionFailure, log } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure, log } from "@restackio/ai/function"; import { ChatCompletionCreateParamsNonStreaming } from "openai/resources/chat/completions"; import { openaiClient } from "../../utils/client"; import { openaiCost, Price } from "../../utils/cost"; diff --git a/openai/functions/chat/completionsStream.ts b/openai/functions/chat/completionsStream.ts index 740c55f..10ed41d 100644 --- a/openai/functions/chat/completionsStream.ts +++ b/openai/functions/chat/completionsStream.ts @@ -1,8 +1,8 @@ import OpenAI from "openai/index"; import { ChatCompletionChunk } from "openai/resources/chat/completions"; -import Restack from "@restackio/restack-sdk-ts"; -import { currentWorkflow, log } from "@restackio/restack-sdk-ts/function"; +import Restack from "@restackio/ai"; +import { currentWorkflow, log } from "@restackio/ai/function"; import { StreamEvent, ToolCallEvent } from "../../types/events"; @@ -10,7 +10,7 @@ import { aggregateStreamChunks } from "../../utils/aggregateStream"; import { mergeToolCalls } from "../../utils/mergeToolCalls"; import { openaiClient } from "../../utils/client"; import { openaiCost, Price } from "../../utils/cost"; -import { SendWorkflowEvent } from "@restackio/restack-sdk-ts/event"; +import { SendWorkflowEvent } from "@restackio/ai/event"; import { ChatModel } from "openai/resources/index"; export async function openaiChatCompletionsStream({ diff --git a/openai/package.json b/openai/package.json index 2a8ff31..fc6b085 100644 --- a/openai/package.json +++ b/openai/package.json @@ -10,31 +10,31 @@ "build": "npm run clean && tsc" }, "dependencies": { - "openai": "^4.60.1" + "openai": "^4.67.1" }, "files": [ "dist" ], "exports": { ".": { - "import": "./dist/service.js", - "require": "./dist/service.js", - "types": "./dist/service.d.ts" + "import": "./dist/service.js", + "require": "./dist/service.js", + "types": "./dist/service.d.ts" }, "./taskQueue": { - "import": "./dist/taskQueue.js", - "require": "./dist/taskQueue.js", - "types": "./dist/taskQueue.d.ts" + "import": "./dist/taskQueue.js", + "require": "./dist/taskQueue.js", + "types": "./dist/taskQueue.d.ts" }, "./functions": { - "import": "./dist/functions/index.js", - "require": "./dist/functions/index.js", - "types": "./dist/functions/index.ts" + "import": "./dist/functions/index.js", + "require": "./dist/functions/index.js", + "types": "./dist/functions/index.ts" }, "./workflows": { - "import": "./dist/workflows/index.js", - "require": "./dist/workflows/index.js", - "types": "./dist/workflows/index.ts" + "import": "./dist/workflows/index.js", + "require": "./dist/workflows/index.js", + "types": "./dist/workflows/index.ts" }, "./types": { "import": "./dist/types/index.js", diff --git a/openai/service.ts b/openai/service.ts index 2004a84..8e1df57 100644 --- a/openai/service.ts +++ b/openai/service.ts @@ -1,5 +1,5 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; -import { rpmToSecond } from "@restackio/restack-sdk-ts/utils"; +import Restack, { ServiceInput } from "@restackio/ai"; +import { rpmToSecond } from "@restackio/ai/utils"; import { openaiChatCompletionsBase, openaiChatCompletionsStream, diff --git a/package.json b/package.json index 38c1311..ed3b702 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "*" ], "dependencies": { - "@restackio/restack-sdk-ts": "^0.0.74" + "@restackio/ai": "^0.0.75" }, "devDependencies": { - "typescript": "^4.9.5", - "nodemon": "^2.0.12", - "ts-node": "^10.9.2" + "nodemon": "^2.0.22", + "ts-node": "^10.9.2", + "typescript": "^4.9.5" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 964531c..aaea9e7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,16 +8,16 @@ importers: .: dependencies: - '@restackio/restack-sdk-ts': - specifier: ^0.0.74 - version: 0.0.74 + '@restackio/ai': + specifier: ^0.0.75 + version: 0.0.75 devDependencies: nodemon: - specifier: ^2.0.12 + specifier: ^2.0.22 version: 2.0.22 ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.7.11)(@types/node@22.4.0)(typescript@4.9.5) + version: 10.9.2(@swc/core@1.7.26)(@types/node@22.7.4)(typescript@4.9.5) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -33,8 +33,8 @@ importers: deepgram: dependencies: '@deepgram/sdk': - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.8.0 + version: 3.8.0 elevenlabs: dependencies: @@ -45,8 +45,8 @@ importers: fal: dependencies: '@fal-ai/serverless-client': - specifier: ^0.14.2 - version: 0.14.2 + specifier: ^0.14.3 + version: 0.14.3 linear: dependencies: @@ -63,14 +63,14 @@ importers: openai: dependencies: openai: - specifier: ^4.60.1 - version: 4.60.1 + specifier: ^4.67.1 + version: 4.67.1 twilio: dependencies: twilio: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.3.3 + version: 5.3.3 websocket: dependencies: @@ -92,16 +92,16 @@ packages: resolution: {integrity: sha512-8B1C/oTxTxyHlSFubAhNRgCbQ2SQ5wwvtlByn8sDYZvdDtdn/VE2yEPZ4BvUnrKWmsbTQY6/ooLV+9Ka2qmDSQ==} engines: {node: '>=18.0.0'} - '@deepgram/sdk@3.5.1': - resolution: {integrity: sha512-lcCyvJ1AE5+TkWAyV0iLAFjOCWpjxDf3sAijTQuqVPlbvJuzP6kttqH3kB3/uElu7DOpvQVKw5VE7J6/dn8S+A==} + '@deepgram/sdk@3.8.0': + resolution: {integrity: sha512-c9GYmyjwzrtz3wlq9hkS32atpwga4P7pQzpTt9EL2+VnIibs71vHml1v+d0RGA3l4ugcXT2swKqdw9aVS9PJMg==} engines: {node: '>=18.0.0'} '@es-joy/jsdoccomment@0.46.0': resolution: {integrity: sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==} engines: {node: '>=16'} - '@fal-ai/serverless-client@0.14.2': - resolution: {integrity: sha512-Rjd+BkFuPyMC1FdeWoMsdhn95WmwYHd0s0thjp9RyKW5/WzEqTT0Q1fyLnjzXAuIEgd9u8Yzu1dKK3GC0vxkgA==} + '@fal-ai/serverless-client@0.14.3': + resolution: {integrity: sha512-xroGr51Xi5XlOs+cWKrEY8NvD7VngCGJDIJmBLQ7WLa/HRiPWmarHz00noSQ3Go/508RsdPcstDZnEFLBL3mgw==} engines: {node: '>=18.0.0'} '@graphql-typed-document-node/core@3.2.0': @@ -109,8 +109,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@grpc/grpc-js@1.11.1': - resolution: {integrity: sha512-gyt/WayZrVPH2w/UTLansS7F9Nwld472JxxaETamrM8HNlsa+jSLNyKAZmhxI2Me4c3mQHFiS1wWHDY1g1Kthw==} + '@grpc/grpc-js@1.12.0': + resolution: {integrity: sha512-eWdP97A6xKtZXVP/ze9y8zYRB2t6ugQAuLXFuZXAsyqmyltaAjl4yPkmIfc0wuTFJMOUF1AdvIFQCL7fMtaX6g==} engines: {node: '>=12.10.0'} '@grpc/proto-loader@0.7.13': @@ -157,8 +157,8 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/util@1.3.0': - resolution: {integrity: sha512-Cebt4Vk7k1xHy87kHY7KSPLT77A7Ev7IfOblyLZhtYEhrdQ6fX4EoLq3xOQ3O/DRMEh2ok5nyC180E+ABS8Wmw==} + '@jsonjoy.com/util@1.5.0': + resolution: {integrity: sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -201,72 +201,72 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@restackio/restack-sdk-ts@0.0.74': - resolution: {integrity: sha512-LT1JXyiHZ3K40A2bobtp/n8bqV2XQVno2D/QuE7ka36MILeYMhdq7cMjmdSQQVMcTNOSO389ltHOdbl3yT8fxQ==} + '@restackio/ai@0.0.75': + resolution: {integrity: sha512-Q3IKIJHseWM+CDoZWvgPmuv15ryZkHsCY2jq6FbdnW44MMjOOcI3QUbpZJPHLGlLZ5ucnSbQxiZBvHDDnOZfVQ==} engines: {node: '>=20'} - '@swc/core-darwin-arm64@1.7.11': - resolution: {integrity: sha512-HRQv4qIeMBPThZ6Y/4yYW52rGsS6yrpusvuxLGyoFo45Y0y12/V2yXkOIA/0HIQyrqoUAxn1k4zQXpPaPNCmnw==} + '@swc/core-darwin-arm64@1.7.26': + resolution: {integrity: sha512-FF3CRYTg6a7ZVW4yT9mesxoVVZTrcSWtmZhxKCYJX9brH4CS/7PRPjAKNk6kzWgWuRoglP7hkjQcd6EpMcZEAw==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.7.11': - resolution: {integrity: sha512-vtMQj0F3oYwDu5yhO7SKDRg1XekRSi6/TbzHAbBXv+dBhlGGvcZZynT1H90EVFTv+7w7Sh+lOFvRv5Z4ZTcxow==} + '@swc/core-darwin-x64@1.7.26': + resolution: {integrity: sha512-az3cibZdsay2HNKmc4bjf62QVukuiMRh5sfM5kHR/JMTrLyS6vSw7Ihs3UTkZjUxkLTT8ro54LI6sV6sUQUbLQ==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.7.11': - resolution: {integrity: sha512-mHtzWKxhtyreI4CSxs+3+ENv8t/Qo35WFoYG66qHEgJz/Z2Lh6jv1E+MYgHdYwnpQHgHbdvAco7HsBu/Dt6xXw==} + '@swc/core-linux-arm-gnueabihf@1.7.26': + resolution: {integrity: sha512-VYPFVJDO5zT5U3RpCdHE5v1gz4mmR8BfHecUZTmD2v1JeFY6fv9KArJUpjrHEEsjK/ucXkQFmJ0jaiWXmpOV9Q==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.7.11': - resolution: {integrity: sha512-FRwe/x0GfXSQjGP2lIk+NO0pUFS/lI/RorCLBPiK808EVE9JTbh9DKCc/4Bbb4jgScAjNkrFCUVObQYl3YKmpA==} + '@swc/core-linux-arm64-gnu@1.7.26': + resolution: {integrity: sha512-YKevOV7abpjcAzXrhsl+W48Z9mZvgoVs2eP5nY+uoMAdP2b3GxC0Df1Co0I90o2lkzO4jYBpTMcZlmUXLdXn+Q==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.7.11': - resolution: {integrity: sha512-GY/rs0+GUq14Gbnza90KOrQd/9yHd5qQMii5jcSWcUCT5A8QTa8kiicsM2NxZeTJ69xlKmT7sLod5l99lki/2A==} + '@swc/core-linux-arm64-musl@1.7.26': + resolution: {integrity: sha512-3w8iZICMkQQON0uIcvz7+Q1MPOW6hJ4O5ETjA0LSP/tuKqx30hIniCGOgPDnv3UTMruLUnQbtBwVCZTBKR3Rkg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.7.11': - resolution: {integrity: sha512-QDkGRwSPmp2RBOlSs503IUXlWYlny8DyznTT0QuK0ML2RpDFlXWU94K/EZhS0RBEUkMY/W51OacM8P8aS/dkCg==} + '@swc/core-linux-x64-gnu@1.7.26': + resolution: {integrity: sha512-c+pp9Zkk2lqb06bNGkR2Looxrs7FtGDMA4/aHjZcCqATgp348hOKH5WPvNLBl+yPrISuWjbKDVn3NgAvfvpH4w==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.7.11': - resolution: {integrity: sha512-SBEfKrXy6zQ6ksnyxw1FaCftrIH4fLfA81xNnKb7x/6iblv7Ko6H0aK3P5C86jyqF/82+ONl9C7ImGkUFQADig==} + '@swc/core-linux-x64-musl@1.7.26': + resolution: {integrity: sha512-PgtyfHBF6xG87dUSSdTJHwZ3/8vWZfNIXQV2GlwEpslrOkGqy+WaiiyE7Of7z9AvDILfBBBcJvJ/r8u980wAfQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.7.11': - resolution: {integrity: sha512-a2Y4xxEsLLYHJN7sMnw9+YQJDi3M1BxEr9hklfopPuGGnYLFNnx5CypH1l9ReijEfWjIAHNi7pq3m023lzW1Hg==} + '@swc/core-win32-arm64-msvc@1.7.26': + resolution: {integrity: sha512-9TNXPIJqFynlAOrRD6tUQjMq7KApSklK3R/tXgIxc7Qx+lWu8hlDQ/kVPLpU7PWvMMwC/3hKBW+p5f+Tms1hmA==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.7.11': - resolution: {integrity: sha512-ZbZFMwZO+j8ulhegJ7EhJ/QVZPoQ5qc30ylJQSxizizTJaen71Q7/13lXWc6ksuCKvg6dUKrp/TPgoxOOtSrFA==} + '@swc/core-win32-ia32-msvc@1.7.26': + resolution: {integrity: sha512-9YngxNcG3177GYdsTum4V98Re+TlCeJEP4kEwEg9EagT5s3YejYdKwVAkAsJszzkXuyRDdnHUpYbTrPG6FiXrQ==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.7.11': - resolution: {integrity: sha512-IUohZedSJyDu/ReEBG/mqX6uG29uA7zZ9z6dIAF+p6eFxjXmh9MuHryyM+H8ebUyoq/Ad3rL+rUCksnuYNnI0w==} + '@swc/core-win32-x64-msvc@1.7.26': + resolution: {integrity: sha512-VR+hzg9XqucgLjXxA13MtV5O3C0bK0ywtLIBw/+a+O+Oc6mxFWHtdUeXDbIi5AiPbn0fjgVJMqYnyjGyyX8u0w==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.7.11': - resolution: {integrity: sha512-AB+qc45UrJrDfbhPKcUXk+9z/NmFfYYwJT6G7/iur0fCse9kXjx45gi40+u/O2zgarG/30/zV6E3ps8fUvjh7g==} + '@swc/core@1.7.26': + resolution: {integrity: sha512-f5uYFf+TmMQyYIoxkn/evWhNGuUzC730dFwAKGwBVHHVoPyak1/GvJUm6i1SKl+2Hrj9oN0i3WSoWWZ4pgI8lw==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -280,27 +280,27 @@ packages: '@swc/types@0.1.12': resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==} - '@temporalio/activity@1.11.1': - resolution: {integrity: sha512-3nfkYBvWzHeAd/0a7M4GdfrUcDs6dA6L5bvGRJQYxNZ0h1X7Shd/FXQ5Yvfqz2LAa4NKlgZ4qcjfnUiulJkVyA==} + '@temporalio/activity@1.11.2': + resolution: {integrity: sha512-Fqpgw5mxIP4VJO7+tRD82Tv2DXwTi7pFz1hBlqeZGyY0nWqA0SH7PGLvwUlhpNk01Vgo7vqZj9hGidITAHKFkw==} - '@temporalio/client@1.11.1': - resolution: {integrity: sha512-1cEh6y7gB1bV/dZbSLL8TsEWM9/glj4j46V8sOS1B3ykoK2+5KaBvkUBKeS/SVH8puqo1zaWbaYEWD8kajg6/g==} + '@temporalio/client@1.11.2': + resolution: {integrity: sha512-jgN0rwdRyZp42rm6rbk23y6+bfoIC3tyiaPMZl3BZNS2C6x9vF+7cL7jz22CluEAHqA7sJXqCEzagh4hwkKVjA==} - '@temporalio/common@1.11.1': - resolution: {integrity: sha512-8fQwmYHMakSbqMX26FNfiLwBwVwsMNbGmVfGaFOqy72QZuUiXxgmImXQhK6ir1ieeH8bLyY5laAosB4W6VPBAA==} + '@temporalio/common@1.11.2': + resolution: {integrity: sha512-2bUDFGhxWG7uLROkA0aP5oy6NPSmL+mPttObecMAXQqOs7Hb4s1o9uBQ98nojy25zauzvx5btIO/H+5UxUXfOQ==} - '@temporalio/core-bridge@1.11.1': - resolution: {integrity: sha512-zgBHPdzQqOHyetVR12k4L1vrGlrwFFsMZ1iNaSJoaf8M4C5whYlzv13nUvXThZkaN06/xQCop6L02XkmhxkzYA==} + '@temporalio/core-bridge@1.11.2': + resolution: {integrity: sha512-8oWdqmCoSDxH4W0GqfcrD2ffOqMU4gYEzMZ29TBTFekqxko8JAXKtS2pcXvFo9k5Y/Q81i/3sB867VaXWacjxw==} - '@temporalio/proto@1.11.1': - resolution: {integrity: sha512-qTNSsU88IOJbv6lhWyW0qAHAYg4euEW/NNPgAp5ohfPkqaw+/j51QABO9E6m/KQwMZ6x43z2JjQRS37aC6Psiw==} + '@temporalio/proto@1.11.2': + resolution: {integrity: sha512-h7Iw5hmUf8dGaozpk3WyRuOB5ZzBaFensfocK2eGui15ocNvtAb/aLFsxVJ6xOtryOsHTkgRam5BBZi0NOj+cA==} - '@temporalio/worker@1.11.1': - resolution: {integrity: sha512-PiYbPLUH0UIakVtcZzJ4064Z3bOYrk+pOL8w8YxBlE85IQKQG6tVm9yrqd/XpC9lk0JOJhdw6KLcm64kDRrryw==} + '@temporalio/worker@1.11.2': + resolution: {integrity: sha512-XCFQAgvY9pMOkrgqR8bkHEEsUH2kr2yKmkKRPMVyVYblKCb2TH/MaodoYsCAgyoc3++m6UskSREbK+Fd1DvvIw==} engines: {node: '>= 16.0.0'} - '@temporalio/workflow@1.11.1': - resolution: {integrity: sha512-aTfoHPc6O/7UioOSe+PHmpzLZveG2qn0VI/snlclPFs8VO8r5hcbXb5jYeuzCi26mm7Z+Dxmf2hCK77tJlPeKg==} + '@temporalio/workflow@1.11.2': + resolution: {integrity: sha512-2E9hNKkeboOcdOddC/hd/bXL5kCfw2BgxskuPX8ipr6o8nQ7DaVFQapn+jEuw0pn7A5mLpPuNqF94vnZ4E37gQ==} '@tsconfig/node10@1.0.11': resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} @@ -314,14 +314,8 @@ packages: '@tsconfig/node16@1.0.4': resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - '@types/eslint-scope@3.7.7': - resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} - - '@types/eslint@9.6.0': - resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} - - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + '@types/estree@1.0.6': + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -329,14 +323,11 @@ packages: '@types/node-fetch@2.6.11': resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} - '@types/node@18.19.45': - resolution: {integrity: sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==} + '@types/node@18.19.54': + resolution: {integrity: sha512-+BRgt0G5gYjTvdLac9sIeE0iZcJxi4Jc4PV5EUzqi+88jmQLr+fRZdv2tCTV7IHKSGxM6SaLoOXQWWUiLUItMw==} - '@types/node@22.4.0': - resolution: {integrity: sha512-49AbMDwYUz7EXxKU/r7mXOsxwFr4BYbvB7tWYxVuLdb2ibd30ijjXINSMAHiEEZk5PCRBmW1gUeisn2VMKt3cQ==} - - '@types/qs@6.9.15': - resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} + '@types/node@22.7.4': + resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==} '@types/webrtc@0.0.37': resolution: {integrity: sha512-JGAJC/ZZDhcrrmepU4sPLQLIOIAgs5oIK+Ieq90K8fdaNMhfdfqmYatJdgif1NDQtvrSlTOGJDUYHIDunuufOg==} @@ -404,8 +395,8 @@ packages: peerDependencies: acorn: ^8 - acorn-walk@8.3.3: - resolution: {integrity: sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==} + acorn-walk@8.3.4: + resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} engines: {node: '>=0.4.0'} acorn@8.12.1: @@ -454,8 +445,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.7.4: - resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} + axios@1.7.7: + resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -474,8 +465,8 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.23.3: - resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==} + browserslist@4.24.0: + resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -492,8 +483,8 @@ packages: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} - caniuse-lite@1.0.30001651: - resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} + caniuse-lite@1.0.30001667: + resolution: {integrity: sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==} cargo-cp-artifact@0.1.9: resolution: {integrity: sha512-6F+UYzTaGB+awsTXg0uSJA1/b/B3DDJzpKVRu0UmyI7DmNeaAl2RFHuTGIN6fEgpadRxoXGb7gbC1xo4C3IdyA==} @@ -548,8 +539,8 @@ packages: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} - dayjs@1.11.12: - resolution: {integrity: sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==} + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} @@ -559,8 +550,8 @@ packages: supports-color: optional: true - debug@4.3.6: - resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} + debug@4.3.7: + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -587,8 +578,8 @@ packages: ecdsa-sig-formatter@1.0.11: resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} - electron-to-chromium@1.5.11: - resolution: {integrity: sha512-R1CccCDYqndR25CaXFd6hp/u9RaaMcftMkphmvuepXr5b1vfLkRml6aWVeBhXJ7rbevHkKEMJtz8XqPf7ffmew==} + electron-to-chromium@1.5.32: + resolution: {integrity: sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==} elevenlabs@0.15.0: resolution: {integrity: sha512-dQQzr/CMgY/pQc87AN4MfnasUUPyA9GSYJRQQOT7FRqPdVuuRTt2iUIJ+r5IVKUJDlSvna3D/7+u+2+NFKdulw==} @@ -611,8 +602,8 @@ packages: es-module-lexer@1.5.4: resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} - escalade@3.1.2: - resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} + escalade@3.2.0: + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} eslint-scope@5.1.1: @@ -661,8 +652,8 @@ packages: resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} - follow-redirects@1.15.6: - resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + follow-redirects@1.15.9: + resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -877,8 +868,8 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - memfs@4.11.1: - resolution: {integrity: sha512-LZcMTBAgqUUKNXZagcZxvXXfgF1bHX7Y7nQ0QyEiNbRJgE29GhgPd8Yna1VQcLlPiHt/5RFJMWYN9Uv/VPNvjQ==} + memfs@4.12.0: + resolution: {integrity: sha512-74wDsex5tQDSClVkeK1vtxqYCAgCoXxx+K4NSHzgU/muYVYByFqa+0RnrPO9NM6naWm1+G9JmZ0p6QHhXmeYfA==} engines: {node: '>= 4.0.0'} merge-stream@2.0.0: @@ -902,9 +893,6 @@ packages: minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} - ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -952,8 +940,8 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} - openai@4.60.1: - resolution: {integrity: sha512-j7aZOpgN0MtflPgNaBlSnOyok4jwto0GVOxVC5g0jCfa0lvywYx+LhlFim/dXzPtyi8MjKozyLshSj93617vNQ==} + openai@4.67.1: + resolution: {integrity: sha512-2YbRFy6qaYRJabK2zLMn4txrB2xBy0KP5g/eoqeSPTT31mIJMnkT75toagvfE555IKa2RdrzJrZwdDsUipsAMw==} hasBin: true peerDependencies: zod: ^3.23.8 @@ -965,8 +953,8 @@ packages: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} - picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + picocolors@1.1.0: + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -976,8 +964,8 @@ packages: resolution: {integrity: sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==} engines: {node: '>=14.0.0'} - protobufjs@7.3.2: - resolution: {integrity: sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==} + protobufjs@7.4.0: + resolution: {integrity: sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==} engines: {node: '>=12.0.0'} proxy-from-env@1.1.0: @@ -1067,8 +1055,8 @@ packages: resolution: {integrity: sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==} engines: {node: '>=8.10.0'} - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} source-map-loader@4.0.2: @@ -1134,8 +1122,8 @@ packages: uglify-js: optional: true - terser@5.31.6: - resolution: {integrity: sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==} + terser@5.34.1: + resolution: {integrity: sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==} engines: {node: '>=10'} hasBin: true @@ -1176,11 +1164,11 @@ packages: '@swc/wasm': optional: true - tslib@2.6.3: - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + tslib@2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - twilio@5.2.2: - resolution: {integrity: sha512-t2Nd8CvqAc0YxbJghKYQl1Vxc7e6SrWk4U28wwkarUohGcsUMLsGpYeGXKw1Va0KB9TGVZYCs8dcP4TdLJUN9Q==} + twilio@5.3.3: + resolution: {integrity: sha512-sI2A304/nMLnv6Vu1U6CREOvuLslUvo6ULhNNEa+mVZz29zMlzv20XQAExIVWxyXTBU4iIjOQY6giY58p1eb8Q==} engines: {node: '>=14.0'} typescript@4.9.5: @@ -1194,8 +1182,8 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@6.19.6: - resolution: {integrity: sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} unfetch@4.2.0: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} @@ -1203,8 +1191,8 @@ packages: unionfs@4.5.4: resolution: {integrity: sha512-qI3RvJwwdFcWUdZz1dWgAyLSfGlY2fS2pstvwkZBUTnkxjcnIvzriBLtqJTKz9FtArAvJeiVCqHlxhOw8Syfyw==} - update-browserslist-db@1.1.0: - resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==} + update-browserslist-db@1.1.1: + resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -1237,8 +1225,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - webpack@5.93.0: - resolution: {integrity: sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==} + webpack@5.95.0: + resolution: {integrity: sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -1316,9 +1304,9 @@ snapshots: '@deepgram/captions@1.2.0': dependencies: - dayjs: 1.11.12 + dayjs: 1.11.13 - '@deepgram/sdk@3.5.1': + '@deepgram/sdk@3.8.0': dependencies: '@deepgram/captions': 1.2.0 cross-fetch: 3.1.8 @@ -1336,7 +1324,7 @@ snapshots: esquery: 1.6.0 jsdoc-type-pratt-parser: 4.0.0 - '@fal-ai/serverless-client@0.14.2': + '@fal-ai/serverless-client@0.14.3': dependencies: '@msgpack/msgpack': 3.0.0-beta2 eventsource-parser: 1.1.2 @@ -1346,7 +1334,7 @@ snapshots: dependencies: graphql: 15.9.0 - '@grpc/grpc-js@1.11.1': + '@grpc/grpc-js@1.12.0': dependencies: '@grpc/proto-loader': 0.7.13 '@js-sdsl/ordered-map': 4.4.2 @@ -1355,7 +1343,7 @@ snapshots: dependencies: lodash.camelcase: 4.3.0 long: 5.2.3 - protobufjs: 7.3.2 + protobufjs: 7.4.0 yargs: 17.7.2 '@jridgewell/gen-mapping@0.3.5': @@ -1387,21 +1375,21 @@ snapshots: '@js-sdsl/ordered-map@4.4.2': {} - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.7.0)': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 - '@jsonjoy.com/json-pack@1.1.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.1.0(tslib@2.7.0)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.3.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.7.0) + '@jsonjoy.com/util': 1.5.0(tslib@2.7.0) hyperdyperid: 1.2.0 - thingies: 1.21.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 1.21.0(tslib@2.7.0) + tslib: 2.7.0 - '@jsonjoy.com/util@1.3.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.5.0(tslib@2.7.0)': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@linear/sdk@29.0.0': dependencies: @@ -1436,63 +1424,63 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@restackio/restack-sdk-ts@0.0.74': + '@restackio/ai@0.0.75': dependencies: - '@temporalio/activity': 1.11.1 - '@temporalio/client': 1.11.1 - '@temporalio/worker': 1.11.1 - '@temporalio/workflow': 1.11.1 + '@temporalio/activity': 1.11.2 + '@temporalio/client': 1.11.2 + '@temporalio/worker': 1.11.2 + '@temporalio/workflow': 1.11.2 transitivePeerDependencies: - '@swc/helpers' - esbuild - uglify-js - webpack-cli - '@swc/core-darwin-arm64@1.7.11': + '@swc/core-darwin-arm64@1.7.26': optional: true - '@swc/core-darwin-x64@1.7.11': + '@swc/core-darwin-x64@1.7.26': optional: true - '@swc/core-linux-arm-gnueabihf@1.7.11': + '@swc/core-linux-arm-gnueabihf@1.7.26': optional: true - '@swc/core-linux-arm64-gnu@1.7.11': + '@swc/core-linux-arm64-gnu@1.7.26': optional: true - '@swc/core-linux-arm64-musl@1.7.11': + '@swc/core-linux-arm64-musl@1.7.26': optional: true - '@swc/core-linux-x64-gnu@1.7.11': + '@swc/core-linux-x64-gnu@1.7.26': optional: true - '@swc/core-linux-x64-musl@1.7.11': + '@swc/core-linux-x64-musl@1.7.26': optional: true - '@swc/core-win32-arm64-msvc@1.7.11': + '@swc/core-win32-arm64-msvc@1.7.26': optional: true - '@swc/core-win32-ia32-msvc@1.7.11': + '@swc/core-win32-ia32-msvc@1.7.26': optional: true - '@swc/core-win32-x64-msvc@1.7.11': + '@swc/core-win32-x64-msvc@1.7.26': optional: true - '@swc/core@1.7.11': + '@swc/core@1.7.26': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.12 optionalDependencies: - '@swc/core-darwin-arm64': 1.7.11 - '@swc/core-darwin-x64': 1.7.11 - '@swc/core-linux-arm-gnueabihf': 1.7.11 - '@swc/core-linux-arm64-gnu': 1.7.11 - '@swc/core-linux-arm64-musl': 1.7.11 - '@swc/core-linux-x64-gnu': 1.7.11 - '@swc/core-linux-x64-musl': 1.7.11 - '@swc/core-win32-arm64-msvc': 1.7.11 - '@swc/core-win32-ia32-msvc': 1.7.11 - '@swc/core-win32-x64-msvc': 1.7.11 + '@swc/core-darwin-arm64': 1.7.26 + '@swc/core-darwin-x64': 1.7.26 + '@swc/core-linux-arm-gnueabihf': 1.7.26 + '@swc/core-linux-arm64-gnu': 1.7.26 + '@swc/core-linux-arm64-musl': 1.7.26 + '@swc/core-linux-x64-gnu': 1.7.26 + '@swc/core-linux-x64-musl': 1.7.26 + '@swc/core-win32-arm64-msvc': 1.7.26 + '@swc/core-win32-ia32-msvc': 1.7.26 + '@swc/core-win32-x64-msvc': 1.7.26 '@swc/counter@0.1.3': {} @@ -1500,68 +1488,68 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@temporalio/activity@1.11.1': + '@temporalio/activity@1.11.2': dependencies: - '@temporalio/common': 1.11.1 + '@temporalio/common': 1.11.2 abort-controller: 3.0.0 - '@temporalio/client@1.11.1': + '@temporalio/client@1.11.2': dependencies: - '@grpc/grpc-js': 1.11.1 - '@temporalio/common': 1.11.1 - '@temporalio/proto': 1.11.1 + '@grpc/grpc-js': 1.12.0 + '@temporalio/common': 1.11.2 + '@temporalio/proto': 1.11.2 abort-controller: 3.0.0 long: 5.2.3 uuid: 9.0.1 - '@temporalio/common@1.11.1': + '@temporalio/common@1.11.2': dependencies: - '@temporalio/proto': 1.11.1 + '@temporalio/proto': 1.11.2 long: 5.2.3 ms: 3.0.0-canary.1 proto3-json-serializer: 2.0.2 - '@temporalio/core-bridge@1.11.1': + '@temporalio/core-bridge@1.11.2': dependencies: - '@temporalio/common': 1.11.1 + '@temporalio/common': 1.11.2 arg: 5.0.2 cargo-cp-artifact: 0.1.9 which: 4.0.0 - '@temporalio/proto@1.11.1': + '@temporalio/proto@1.11.2': dependencies: long: 5.2.3 - protobufjs: 7.3.2 + protobufjs: 7.4.0 - '@temporalio/worker@1.11.1': + '@temporalio/worker@1.11.2': dependencies: - '@swc/core': 1.7.11 - '@temporalio/activity': 1.11.1 - '@temporalio/client': 1.11.1 - '@temporalio/common': 1.11.1 - '@temporalio/core-bridge': 1.11.1 - '@temporalio/proto': 1.11.1 - '@temporalio/workflow': 1.11.1 + '@swc/core': 1.7.26 + '@temporalio/activity': 1.11.2 + '@temporalio/client': 1.11.2 + '@temporalio/common': 1.11.2 + '@temporalio/core-bridge': 1.11.2 + '@temporalio/proto': 1.11.2 + '@temporalio/workflow': 1.11.2 abort-controller: 3.0.0 heap-js: 2.5.0 - memfs: 4.11.1 + memfs: 4.12.0 rxjs: 7.8.1 source-map: 0.7.4 - source-map-loader: 4.0.2(webpack@5.93.0(@swc/core@1.7.11)) + source-map-loader: 4.0.2(webpack@5.95.0(@swc/core@1.7.26)) supports-color: 8.1.1 - swc-loader: 0.2.6(@swc/core@1.7.11)(webpack@5.93.0(@swc/core@1.7.11)) + swc-loader: 0.2.6(@swc/core@1.7.26)(webpack@5.95.0(@swc/core@1.7.26)) unionfs: 4.5.4 - webpack: 5.93.0(@swc/core@1.7.11) + webpack: 5.95.0(@swc/core@1.7.26) transitivePeerDependencies: - '@swc/helpers' - esbuild - uglify-js - webpack-cli - '@temporalio/workflow@1.11.1': + '@temporalio/workflow@1.11.2': dependencies: - '@temporalio/common': 1.11.1 - '@temporalio/proto': 1.11.1 + '@temporalio/common': 1.11.2 + '@temporalio/proto': 1.11.2 '@tsconfig/node10@1.0.11': {} @@ -1571,40 +1559,28 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@types/eslint-scope@3.7.7': - dependencies: - '@types/eslint': 9.6.0 - '@types/estree': 1.0.5 - - '@types/eslint@9.6.0': - dependencies: - '@types/estree': 1.0.5 - '@types/json-schema': 7.0.15 - - '@types/estree@1.0.5': {} + '@types/estree@1.0.6': {} '@types/json-schema@7.0.15': {} '@types/node-fetch@2.6.11': dependencies: - '@types/node': 22.4.0 + '@types/node': 18.19.54 form-data: 4.0.0 - '@types/node@18.19.45': + '@types/node@18.19.54': dependencies: undici-types: 5.26.5 - '@types/node@22.4.0': + '@types/node@22.7.4': dependencies: - undici-types: 6.19.6 - - '@types/qs@6.9.15': {} + undici-types: 6.19.8 '@types/webrtc@0.0.37': {} '@types/ws@8.5.12': dependencies: - '@types/node': 22.4.0 + '@types/node': 22.7.4 '@webassemblyjs/ast@1.12.1': dependencies: @@ -1694,7 +1670,7 @@ snapshots: dependencies: acorn: 8.12.1 - acorn-walk@8.3.3: + acorn-walk@8.3.4: dependencies: acorn: 8.12.1 @@ -1704,7 +1680,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.6 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -1740,9 +1716,9 @@ snapshots: asynckit@0.4.0: {} - axios@1.7.4: + axios@1.7.7: dependencies: - follow-redirects: 1.15.6 + follow-redirects: 1.15.9 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -1767,12 +1743,12 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.23.3: + browserslist@4.24.0: dependencies: - caniuse-lite: 1.0.30001651 - electron-to-chromium: 1.5.11 + caniuse-lite: 1.0.30001667 + electron-to-chromium: 1.5.32 node-releases: 2.0.18 - update-browserslist-db: 1.1.0(browserslist@4.23.3) + update-browserslist-db: 1.1.1(browserslist@4.24.0) buffer-equal-constant-time@1.0.1: {} @@ -1788,7 +1764,7 @@ snapshots: get-intrinsic: 1.2.4 set-function-length: 1.2.2 - caniuse-lite@1.0.30001651: {} + caniuse-lite@1.0.30001667: {} cargo-cp-artifact@0.1.9: {} @@ -1846,7 +1822,7 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - dayjs@1.11.12: {} + dayjs@1.11.13: {} debug@3.2.7(supports-color@5.5.0): dependencies: @@ -1854,9 +1830,9 @@ snapshots: optionalDependencies: supports-color: 5.5.0 - debug@4.3.6: + debug@4.3.7: dependencies: - ms: 2.1.2 + ms: 2.1.3 deepmerge@4.3.1: {} @@ -1874,7 +1850,7 @@ snapshots: dependencies: safe-buffer: 5.2.1 - electron-to-chromium@1.5.11: {} + electron-to-chromium@1.5.32: {} elevenlabs@0.15.0: dependencies: @@ -1904,7 +1880,7 @@ snapshots: es-module-lexer@1.5.4: {} - escalade@3.1.2: {} + escalade@3.2.0: {} eslint-scope@5.1.1: dependencies: @@ -1949,7 +1925,7 @@ snapshots: dependencies: to-regex-range: 5.0.1 - follow-redirects@1.15.6: {} + follow-redirects@1.15.9: {} form-data-encoder@1.7.2: {} @@ -2022,14 +1998,14 @@ snapshots: https-proxy-agent@4.0.0: dependencies: agent-base: 5.1.1 - debug: 4.3.6 + debug: 4.3.7 transitivePeerDependencies: - supports-color https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.6 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -2076,7 +2052,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.4.0 + '@types/node': 22.7.4 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -2132,7 +2108,7 @@ snapshots: lumaai@1.0.2: dependencies: - '@types/node': 18.19.45 + '@types/node': 18.19.54 '@types/node-fetch': 2.6.11 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -2144,12 +2120,12 @@ snapshots: make-error@1.3.6: {} - memfs@4.11.1: + memfs@4.12.0: dependencies: - '@jsonjoy.com/json-pack': 1.1.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.3.0(tslib@2.6.3) - tree-dump: 1.0.2(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.1.0(tslib@2.7.0) + '@jsonjoy.com/util': 1.5.0(tslib@2.7.0) + tree-dump: 1.0.2(tslib@2.7.0) + tslib: 2.7.0 merge-stream@2.0.0: {} @@ -2179,8 +2155,6 @@ snapshots: dependencies: brace-expansion: 1.1.11 - ms@2.1.2: {} - ms@2.1.3: {} ms@3.0.0-canary.1: {} @@ -2220,31 +2194,29 @@ snapshots: dependencies: mimic-fn: 2.1.0 - openai@4.60.1: + openai@4.67.1: dependencies: - '@types/node': 18.19.45 + '@types/node': 18.19.54 '@types/node-fetch': 2.6.11 - '@types/qs': 6.9.15 abort-controller: 3.0.0 agentkeepalive: 4.5.0 form-data-encoder: 1.7.2 formdata-node: 4.4.1 node-fetch: 2.7.0 - qs: 6.13.0 transitivePeerDependencies: - encoding path-key@3.1.1: {} - picocolors@1.0.1: {} + picocolors@1.1.0: {} picomatch@2.3.1: {} proto3-json-serializer@2.0.2: dependencies: - protobufjs: 7.3.2 + protobufjs: 7.4.0 - protobufjs@7.3.2: + protobufjs@7.4.0: dependencies: '@protobufjs/aspromise': 1.1.2 '@protobufjs/base64': 1.1.2 @@ -2256,7 +2228,7 @@ snapshots: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 22.4.0 + '@types/node': 22.7.4 long: 5.2.3 proxy-from-env@1.1.0: {} @@ -2287,7 +2259,7 @@ snapshots: rxjs@7.8.1: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 safe-buffer@5.2.1: {} @@ -2339,13 +2311,13 @@ snapshots: dependencies: semver: 7.0.0 - source-map-js@1.2.0: {} + source-map-js@1.2.1: {} - source-map-loader@4.0.2(webpack@5.93.0(@swc/core@1.7.11)): + source-map-loader@4.0.2(webpack@5.95.0(@swc/core@1.7.26)): dependencies: iconv-lite: 0.6.3 - source-map-js: 1.2.0 - webpack: 5.93.0(@swc/core@1.7.11) + source-map-js: 1.2.1 + webpack: 5.95.0(@swc/core@1.7.26) source-map-support@0.5.21: dependencies: @@ -2376,35 +2348,35 @@ snapshots: dependencies: has-flag: 4.0.0 - swc-loader@0.2.6(@swc/core@1.7.11)(webpack@5.93.0(@swc/core@1.7.11)): + swc-loader@0.2.6(@swc/core@1.7.26)(webpack@5.95.0(@swc/core@1.7.26)): dependencies: - '@swc/core': 1.7.11 + '@swc/core': 1.7.26 '@swc/counter': 0.1.3 - webpack: 5.93.0(@swc/core@1.7.11) + webpack: 5.95.0(@swc/core@1.7.26) tapable@2.2.1: {} - terser-webpack-plugin@5.3.10(@swc/core@1.7.11)(webpack@5.93.0(@swc/core@1.7.11)): + terser-webpack-plugin@5.3.10(@swc/core@1.7.26)(webpack@5.95.0(@swc/core@1.7.26)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.6 - webpack: 5.93.0(@swc/core@1.7.11) + terser: 5.34.1 + webpack: 5.95.0(@swc/core@1.7.26) optionalDependencies: - '@swc/core': 1.7.11 + '@swc/core': 1.7.26 - terser@5.31.6: + terser@5.34.1: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.12.1 commander: 2.20.3 source-map-support: 0.5.21 - thingies@1.21.0(tslib@2.6.3): + thingies@1.21.0(tslib@2.7.0): dependencies: - tslib: 2.6.3 + tslib: 2.7.0 to-regex-range@5.0.1: dependencies: @@ -2414,20 +2386,20 @@ snapshots: tr46@0.0.3: {} - tree-dump@1.0.2(tslib@2.6.3): + tree-dump@1.0.2(tslib@2.7.0): dependencies: - tslib: 2.6.3 + tslib: 2.7.0 - ts-node@10.9.2(@swc/core@1.7.11)(@types/node@22.4.0)(typescript@4.9.5): + ts-node@10.9.2(@swc/core@1.7.26)(@types/node@22.7.4)(typescript@4.9.5): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.4.0 + '@types/node': 22.7.4 acorn: 8.12.1 - acorn-walk: 8.3.3 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 @@ -2436,14 +2408,14 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.7.11 + '@swc/core': 1.7.26 - tslib@2.6.3: {} + tslib@2.7.0: {} - twilio@5.2.2: + twilio@5.3.3: dependencies: - axios: 1.7.4 - dayjs: 1.11.12 + axios: 1.7.7 + dayjs: 1.11.13 https-proxy-agent: 5.0.1 jsonwebtoken: 9.0.2 qs: 6.13.0 @@ -2459,7 +2431,7 @@ snapshots: undici-types@5.26.5: {} - undici-types@6.19.6: {} + undici-types@6.19.8: {} unfetch@4.2.0: {} @@ -2467,11 +2439,11 @@ snapshots: dependencies: fs-monkey: 1.0.6 - update-browserslist-db@1.1.0(browserslist@4.23.3): + update-browserslist-db@1.1.1(browserslist@4.24.0): dependencies: - browserslist: 4.23.3 - escalade: 3.1.2 - picocolors: 1.0.1 + browserslist: 4.24.0 + escalade: 3.2.0 + picocolors: 1.1.0 uri-js@4.4.1: dependencies: @@ -2494,16 +2466,15 @@ snapshots: webpack-sources@3.2.3: {} - webpack@5.93.0(@swc/core@1.7.11): + webpack@5.95.0(@swc/core@1.7.26): dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@webassemblyjs/ast': 1.12.1 '@webassemblyjs/wasm-edit': 1.12.1 '@webassemblyjs/wasm-parser': 1.12.1 acorn: 8.12.1 acorn-import-attributes: 1.9.5(acorn@8.12.1) - browserslist: 4.23.3 + browserslist: 4.24.0 chrome-trace-event: 1.0.4 enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 @@ -2517,7 +2488,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.7.11)(webpack@5.93.0(@swc/core@1.7.11)) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.26)(webpack@5.95.0(@swc/core@1.7.26)) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -2557,7 +2528,7 @@ snapshots: yargs@17.7.2: dependencies: cliui: 8.0.1 - escalade: 3.1.2 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 diff --git a/tsconfig.json b/tsconfig.json index 359b8bf..ca1e863 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,9 +11,9 @@ "skipLibCheck": true, "allowSyntheticDefaultImports": true, "paths": { - "@restackio/restack-sdk-ts": ["node_modules/@restackio/restack-sdk-ts"] + "@restackio/ai": ["node_modules/@restackio/ai"] } }, "include": ["**/*.ts"], "exclude": ["node_modules", "dist"] -} \ No newline at end of file +} diff --git a/twilio/functions/call.ts b/twilio/functions/call.ts index 01e3199..688dec4 100644 --- a/twilio/functions/call.ts +++ b/twilio/functions/call.ts @@ -1,4 +1,4 @@ -import { FunctionFailure } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure } from "@restackio/ai/function"; import { CallListInstanceCreateOptions } from "twilio/lib/rest/api/v2010/account/call"; import { twilioClient } from "../utils/client"; diff --git a/twilio/package.json b/twilio/package.json index 34d39a8..5610446 100644 --- a/twilio/package.json +++ b/twilio/package.json @@ -9,7 +9,9 @@ "clean": "rm -rf dist", "build": "npm run clean && tsc" }, - "dependencies": {"twilio": "^5.2.2"}, + "dependencies": { + "twilio": "^5.3.3" + }, "files": [ "dist" ], diff --git a/twilio/service.ts b/twilio/service.ts index 4614d7c..22249fd 100644 --- a/twilio/service.ts +++ b/twilio/service.ts @@ -1,4 +1,4 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; +import Restack, { ServiceInput } from "@restackio/ai"; import { twilioCall } from "./functions"; import { twilioTaskQueue } from "./taskQueue"; diff --git a/websocket/functions/listen.ts b/websocket/functions/listen.ts index 46d8e9a..8adeca3 100644 --- a/websocket/functions/listen.ts +++ b/websocket/functions/listen.ts @@ -1,11 +1,7 @@ -import { - heartbeat, - currentWorkflow, - log, -} from "@restackio/restack-sdk-ts/function"; +import { heartbeat, currentWorkflow, log } from "@restackio/ai/function"; import { websocketConnect } from "../utils/client"; -import Restack from "@restackio/restack-sdk-ts"; -import { SendWorkflowEvent } from "@restackio/restack-sdk-ts/event"; +import Restack from "@restackio/ai"; +import { SendWorkflowEvent } from "@restackio/ai/event"; export async function websocketListen({ streamSid, diff --git a/websocket/service.ts b/websocket/service.ts index 267aa04..a050e19 100644 --- a/websocket/service.ts +++ b/websocket/service.ts @@ -1,4 +1,4 @@ -import Restack, { ServiceInput } from "@restackio/restack-sdk-ts"; +import Restack, { ServiceInput } from "@restackio/ai"; import { websocketListen, websocketSend } from "./functions"; import { websocketTaskQueue } from "./taskQueue"; diff --git a/websocket/utils/client.ts b/websocket/utils/client.ts index b34c95d..3611c02 100644 --- a/websocket/utils/client.ts +++ b/websocket/utils/client.ts @@ -1,6 +1,6 @@ import WebSocket from "ws"; import "dotenv/config"; -import { FunctionFailure } from "@restackio/restack-sdk-ts/function"; +import { FunctionFailure } from "@restackio/ai/function"; export function websocketConnect({ address = process.env.WEBSOCKET_ADDRESS,