@scheduler-systems/gal-run 0.0.628 → 0.0.630

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/dist/index.cjs +4 -4
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3955,7 +3955,7 @@ var cliVersion, defaultApiUrl, BUILD_CONSTANTS, constants_default;
3955
3955
  var init_constants = __esm({
3956
3956
  "module_6"() {
3957
3957
  "use strict";
3958
- cliVersion = true ? "0.0.628" : "0.0.0-dev";
3958
+ cliVersion = true ? "0.0.630" : "0.0.0-dev";
3959
3959
  defaultApiUrl = true ? "https://api.gal.run" : "http://localhost:3000";
3960
3960
  BUILD_CONSTANTS = Object.freeze([cliVersion, defaultApiUrl]);
3961
3961
  constants_default = BUILD_CONSTANTS;
@@ -11903,7 +11903,7 @@ function detectEnvironment() {
11903
11903
  return "dev";
11904
11904
  }
11905
11905
  try {
11906
- const version2 = true ? "0.0.628" : void 0;
11906
+ const version2 = true ? "0.0.630" : void 0;
11907
11907
  if (version2 && version2.includes("-local")) {
11908
11908
  return "dev";
11909
11909
  }
@@ -14584,7 +14584,7 @@ function getId() {
14584
14584
  }
14585
14585
  function getCliVersion() {
14586
14586
  try {
14587
- return true ? "0.0.628" : "0.0.0-dev";
14587
+ return true ? "0.0.630" : "0.0.0-dev";
14588
14588
  } catch {
14589
14589
  return "0.0.0-dev";
14590
14590
  }
@@ -94231,7 +94231,7 @@ var init_index = __esm({
94231
94231
  }
94232
94232
  });
94233
94233
 
94234
- var cliVersion10 = true ? "0.0.628" : "0.0.0-dev";
94234
+ var cliVersion10 = true ? "0.0.630" : "0.0.0-dev";
94235
94235
  var args = process.argv.slice(2);
94236
94236
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
94237
94237
  var requestedVersion = args.length === 1 && (args[0] === "--version" || args[0] === "-V");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheduler-systems/gal-run",
3
- "version": "0.0.628",
3
+ "version": "0.0.630",
4
4
  "description": "GAL CLI - Command-line tool for managing AI agent configurations across your organization",
5
5
  "license": "Elastic-2.0",
6
6
  "private": false,