windmill-cli 1.786.1 → 1.787.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/esm/main.js +3 -3
  2. package/package.json +1 -1
package/esm/main.js CHANGED
@@ -16784,7 +16784,7 @@ var init_OpenAPI = __esm(() => {
16784
16784
  PASSWORD: undefined,
16785
16785
  TOKEN: getEnv3("WM_TOKEN"),
16786
16786
  USERNAME: undefined,
16787
- VERSION: "1.786.1",
16787
+ VERSION: "1.787.0",
16788
16788
  WITH_CREDENTIALS: true,
16789
16789
  interceptors: {
16790
16790
  request: new Interceptors,
@@ -27449,7 +27449,7 @@ var init_auth = __esm(async () => {
27449
27449
  });
27450
27450
 
27451
27451
  // src/core/constants.ts
27452
- var WM_FORK_PREFIX = "wm-fork", VERSION = "1.786.1";
27452
+ var WM_FORK_PREFIX = "wm-fork", VERSION = "1.787.0";
27453
27453
 
27454
27454
  // src/utils/git.ts
27455
27455
  var exports_git = {};
@@ -61736,7 +61736,7 @@ var init_openflow = __esm(() => {
61736
61736
  openflow_default = {
61737
61737
  openapi: "3.0.3",
61738
61738
  info: {
61739
- version: "1.786.1",
61739
+ version: "1.787.0",
61740
61740
  title: "OpenFlow Spec",
61741
61741
  contact: {
61742
61742
  name: "Ruben Fiszel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.786.1",
3
+ "version": "1.787.0",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",