From b98d46cd277f2a3b1eea741f7f3d6d36efbcba7c Mon Sep 17 00:00:00 2001 From: aboutphilippe Date: Thu, 26 Sep 2024 18:35:19 +0200 Subject: [PATCH] bump all sdks to match 0.0.66 --- azure-speech/package.json | 2 +- cartesia/package.json | 2 +- deepgram/package.json | 2 +- elevenlabs/package.json | 2 +- fal/package.json | 2 +- linear/package.json | 2 +- openai/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- twilio/package.json | 2 +- websocket/package.json | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/azure-speech/package.json b/azure-speech/package.json index f3c5c5c..b373b3a 100644 --- a/azure-speech/package.json +++ b/azure-speech/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-azurespeech", - "version": "0.0.5", + "version": "0.0.6", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/cartesia/package.json b/cartesia/package.json index 87cd35d..9252b66 100644 --- a/cartesia/package.json +++ b/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-cartesia", - "version": "0.0.4", + "version": "0.0.5", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/deepgram/package.json b/deepgram/package.json index df3957a..e0fbcdd 100644 --- a/deepgram/package.json +++ b/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-deepgram", - "version": "0.0.7", + "version": "0.0.8", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/elevenlabs/package.json b/elevenlabs/package.json index 8176ce0..aa5fc4b 100644 --- a/elevenlabs/package.json +++ b/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-elevenlabs", - "version": "0.0.4", + "version": "0.0.5", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/fal/package.json b/fal/package.json index a76647d..c6188f5 100644 --- a/fal/package.json +++ b/fal/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-fal", - "version": "0.0.3", + "version": "0.0.4", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/linear/package.json b/linear/package.json index 1adbe71..3fa2933 100644 --- a/linear/package.json +++ b/linear/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-linear", - "version": "0.0.2", + "version": "0.0.3", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/openai/package.json b/openai/package.json index f24b5e2..4682aa2 100644 --- a/openai/package.json +++ b/openai/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-openai", - "version": "0.0.22", + "version": "0.0.23", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/package.json b/package.json index 0cc58fe..66ade3b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "*" ], "dependencies": { - "@restackio/restack-sdk-ts": "^0.0.58" + "@restackio/restack-sdk-ts": "^0.0.66" }, "devDependencies": { "typescript": "^4.9.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9180d37..9d319f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@restackio/restack-sdk-ts': - specifier: ^0.0.58 - version: 0.0.58 + specifier: ^0.0.66 + version: 0.0.66 devDependencies: nodemon: specifier: ^2.0.12 @@ -195,8 +195,8 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@restackio/restack-sdk-ts@0.0.58': - resolution: {integrity: sha512-SC/sZIBl5KrpLx7S44DQMYmK24N3ClZB3njLd+1/7PJ/7d2TzBKh/s1w9xOt8/c4msDNuRSWyV2iiywgrO6dAg==} + '@restackio/restack-sdk-ts@0.0.66': + resolution: {integrity: sha512-qn2jjb3ZEd3kqX2tqqalvL3R5zuj0YZw+7XhfN7I7oh/T0lMaS5mSm9ca220mTU3BIM5L23uIbaEUZae/DqDGA==} engines: {node: '>=20'} '@swc/core-darwin-arm64@1.7.11': @@ -1427,7 +1427,7 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@restackio/restack-sdk-ts@0.0.58': + '@restackio/restack-sdk-ts@0.0.66': dependencies: '@temporalio/activity': 1.11.1 '@temporalio/client': 1.11.1 diff --git a/twilio/package.json b/twilio/package.json index b29d26d..6af1e24 100644 --- a/twilio/package.json +++ b/twilio/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-twilio", - "version": "0.0.4", + "version": "0.0.5", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": { diff --git a/websocket/package.json b/websocket/package.json index 979fe5a..6cf38d9 100644 --- a/websocket/package.json +++ b/websocket/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/integrations-websocket", - "version": "0.0.11", + "version": "0.0.12", "main": "dist/service.js", "types": "dist/service.d.ts", "scripts": {