diff --git a/bun.lockb b/bun.lockb index aca91a9a6..7afa05df0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/scripts/src/updateWorkspace.ts b/packages/scripts/src/updateWorkspace.ts index fd2546fdd..6539357bf 100644 --- a/packages/scripts/src/updateWorkspace.ts +++ b/packages/scripts/src/updateWorkspace.ts @@ -2,7 +2,7 @@ import * as p from "@clack/prompts"; import prisma from "@typebot.io/prisma"; import { promptAndSetEnvironment } from "./utils"; -const updateTypebot = async () => { +const updateWorkspace = async () => { await promptAndSetEnvironment("production"); const workspaceId = (await p.text({ @@ -21,4 +21,4 @@ const updateTypebot = async () => { console.log(workspace); }; -updateTypebot(); +updateWorkspace(); diff --git a/yarn.lock b/yarn.lock index e44ad4ba0..e559a1e6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,6 +1,6 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 -# bun ./bun.lockb --hash: 7BCA8021947EDE9C-899df0ad79e973f8-988F4AD85AA7D3FE-44f2ba2fd08be190 +# bun ./bun.lockb --hash: 55707E0FCF02C757-66038487a2747c44-F57F0212C19836AC-74e443877060b017 "@ai-sdk/anthropic@0.0.30": @@ -5454,14 +5454,6 @@ "@typebot.io/blocks-core" "packages/blocks/core" "@typebot.io/zod" "packages/zod" -"@typebot.io/hackernews-block@packages/forge/blocks/hackernews": - version "workspace:packages/forge/blocks/hackernews" - resolved "workspace:packages/forge/blocks/hackernews" - devDependencies: - "@typebot.io/tsconfig" "packages/tsconfig" - dependencies: - "@typebot.io/forge" "packages/forge/core" - "@typebot.io/js@0.3.22": version "0.3.22" resolved "https://registry.npmjs.org/@typebot.io/js/-/js-0.3.22.tgz"