@lumerahq/cli 0.25.0 → 0.26.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.
@@ -6,7 +6,7 @@ import { existsSync } from "fs";
6
6
  import { join, resolve } from "path";
7
7
  import pc from "picocolors";
8
8
  var SUPPORTED_SUBCOMMANDS = /* @__PURE__ */ new Set(["list", "inspect", "invoke", "test"]);
9
- var FUNCTIONS_SDK_REQUIREMENT = "lumera[functions]>=0.29.0,<0.30.0";
9
+ var FUNCTIONS_SDK_REQUIREMENT = "lumera[functions]>=0.30.0,<0.31.0";
10
10
  var FUNCTIONS_RUNNER_PROTOCOL_VERSION = 1;
11
11
  function errorMessage(error, fallback) {
12
12
  return error instanceof Error && error.message ? error.message : fallback;
package/dist/index.js CHANGED
@@ -266,7 +266,7 @@ async function main() {
266
266
  await import("./run-WHVUVIYB.js").then((m) => m.run(args.slice(1)));
267
267
  break;
268
268
  case "functions":
269
- await import("./functions-NKI3ZKIV.js").then(
269
+ await import("./functions-PVOVWMON.js").then(
270
270
  (m) => m.functions(subcommand, args.slice(2))
271
271
  );
272
272
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumerahq/cli",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "description": "CLI for building and deploying Lumera apps",
5
5
  "type": "module",
6
6
  "engines": {
@@ -4,7 +4,7 @@ version = "0.1.0"
4
4
  description = "{{projectTitle}} - Lumera custom app"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [
7
- "lumera[functions]>=0.29.0,<0.30.0",
7
+ "lumera[functions]>=0.30.0,<0.31.0",
8
8
  ]
9
9
 
10
10
  [project.optional-dependencies]