From 12c84418026bbbe5a3bbc7547f42ed86801cd95b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 24 Aug 2023 09:53:56 +0200 Subject: [PATCH] unpin windmill-client --- frontend/src/lib/script_helpers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/script_helpers.ts b/frontend/src/lib/script_helpers.ts index e04ad51838..769293592b 100644 --- a/frontend/src/lib/script_helpers.ts +++ b/frontend/src/lib/script_helpers.ts @@ -56,7 +56,7 @@ export async function main( ` export const BUN_INIT_CODE = `// import { toWords } from "number-to-words@1" -import * as wmill from "windmill-client@${__pkg__.version}" +import * as wmill from "windmill-client" // fill the type, or use the +Resource type to get a type-safe reference to a resource // type Postgresql = object @@ -118,7 +118,7 @@ export async function main(x: string) { } ` -export const BUN_INIT_CODE_CLEAR = `// import * as wmill from "windmill-client@${__pkg__.version}" +export const BUN_INIT_CODE_CLEAR = `// import * as wmill from "windmill-client" export async function main(x: string) { return x