windmill-client
Advanced tools
Comparing version 1.160.0 to 1.161.0
@@ -6,3 +6,3 @@ "use strict"; | ||
BASE: '/api', | ||
VERSION: '1.160.0', | ||
VERSION: '1.161.0', | ||
WITH_CREDENTIALS: false, | ||
@@ -9,0 +9,0 @@ CREDENTIALS: 'include', |
@@ -6,2 +6,5 @@ import type { FlowModule } from './FlowModule'; | ||
same_worker?: boolean; | ||
concurrent_limit?: number; | ||
concurrency_time_window_s?: number; | ||
skip_expr?: string; | ||
}; |
{ | ||
"name": "windmill-client", | ||
"description": "Windmill SDK client for browsers and Node.js", | ||
"version": "1.160.0", | ||
"version": "1.161.0", | ||
"author": "Ruben Fiszel", | ||
@@ -6,0 +6,0 @@ "license": "Apache 2.0", |
339756
10421