@scheduler-systems/gal-run 0.0.285 → 0.0.287

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 +12 -4
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3970,7 +3970,7 @@ var cliVersion, defaultApiUrl, BUILD_CONSTANTS, constants_default;
3970
3970
  var init_constants = __esm({
3971
3971
  "src/constants.ts"() {
3972
3972
  "use strict";
3973
- cliVersion = true ? "0.0.285" : "0.0.0-dev";
3973
+ cliVersion = true ? "0.0.287" : "0.0.0-dev";
3974
3974
  defaultApiUrl = true ? "https://api.gal.run" : "http://localhost:3000";
3975
3975
  BUILD_CONSTANTS = Object.freeze([cliVersion, defaultApiUrl]);
3976
3976
  constants_default = BUILD_CONSTANTS;
@@ -4812,7 +4812,7 @@ function detectEnvironment() {
4812
4812
  return "dev";
4813
4813
  }
4814
4814
  try {
4815
- const version = true ? "0.0.285" : void 0;
4815
+ const version = true ? "0.0.287" : void 0;
4816
4816
  if (version && version.includes("-local")) {
4817
4817
  return "dev";
4818
4818
  }
@@ -5181,7 +5181,7 @@ function getId() {
5181
5181
  }
5182
5182
  function getCliVersion() {
5183
5183
  try {
5184
- return true ? "0.0.285" : "0.0.0-dev";
5184
+ return true ? "0.0.287" : "0.0.0-dev";
5185
5185
  } catch {
5186
5186
  return "0.0.0-dev";
5187
5187
  }
@@ -5972,6 +5972,13 @@ var init_design_project = __esm({
5972
5972
  }
5973
5973
  });
5974
5974
 
5975
+ // ../../packages/types/dist/sso.js
5976
+ var init_sso = __esm({
5977
+ "../../packages/types/dist/sso.js"() {
5978
+ "use strict";
5979
+ }
5980
+ });
5981
+
5975
5982
  // ../../packages/types/dist/index.js
5976
5983
  var GAL_TERMS_URL, GAL_PRIVACY_URL, PLATFORM_PATTERNS;
5977
5984
  var init_dist2 = __esm({
@@ -6025,6 +6032,7 @@ var init_dist2 = __esm({
6025
6032
  init_mal_knowledge();
6026
6033
  init_mal_cross_project();
6027
6034
  init_design_project();
6035
+ init_sso();
6028
6036
  GAL_TERMS_URL = "https://scheduler-systems.com/legal/en/gal-terms.pdf";
6029
6037
  GAL_PRIVACY_URL = "https://scheduler-systems.com/legal/en/gal-privacy.pdf";
6030
6038
  PLATFORM_PATTERNS = {
@@ -54540,7 +54548,7 @@ var init_index = __esm({
54540
54548
  });
54541
54549
 
54542
54550
  // src/bootstrap.ts
54543
- var cliVersion10 = true ? "0.0.285" : "0.0.0-dev";
54551
+ var cliVersion10 = true ? "0.0.287" : "0.0.0-dev";
54544
54552
  var args = process.argv.slice(2);
54545
54553
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
54546
54554
  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.285",
3
+ "version": "0.0.287",
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,