@scheduler-systems/gal-run 0.0.340 → 0.0.342

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.340" : "0.0.0-dev";
3973
+ cliVersion = true ? "0.0.342" : "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;
@@ -4880,7 +4880,7 @@ function detectEnvironment() {
4880
4880
  return "dev";
4881
4881
  }
4882
4882
  try {
4883
- const version = true ? "0.0.340" : void 0;
4883
+ const version = true ? "0.0.342" : void 0;
4884
4884
  if (version && version.includes("-local")) {
4885
4885
  return "dev";
4886
4886
  }
@@ -5249,7 +5249,7 @@ function getId() {
5249
5249
  }
5250
5250
  function getCliVersion() {
5251
5251
  try {
5252
- return true ? "0.0.340" : "0.0.0-dev";
5252
+ return true ? "0.0.342" : "0.0.0-dev";
5253
5253
  } catch {
5254
5254
  return "0.0.0-dev";
5255
5255
  }
@@ -6068,6 +6068,13 @@ var init_secrets = __esm({
6068
6068
  }
6069
6069
  });
6070
6070
 
6071
+ // ../../packages/types/dist/learning.js
6072
+ var init_learning = __esm({
6073
+ "../../packages/types/dist/learning.js"() {
6074
+ "use strict";
6075
+ }
6076
+ });
6077
+
6071
6078
  // ../../packages/types/dist/index.js
6072
6079
  var GAL_TERMS_URL, GAL_PRIVACY_URL, PLATFORM_PATTERNS;
6073
6080
  var init_dist2 = __esm({
@@ -6125,6 +6132,7 @@ var init_dist2 = __esm({
6125
6132
  init_sso();
6126
6133
  init_memory();
6127
6134
  init_secrets();
6135
+ init_learning();
6128
6136
  GAL_TERMS_URL = "https://scheduler-systems.com/legal/en/gal-terms.pdf";
6129
6137
  GAL_PRIVACY_URL = "https://scheduler-systems.com/legal/en/gal-privacy.pdf";
6130
6138
  PLATFORM_PATTERNS = {
@@ -55259,7 +55267,7 @@ var init_index = __esm({
55259
55267
  });
55260
55268
 
55261
55269
  // src/bootstrap.ts
55262
- var cliVersion10 = true ? "0.0.340" : "0.0.0-dev";
55270
+ var cliVersion10 = true ? "0.0.342" : "0.0.0-dev";
55263
55271
  var args = process.argv.slice(2);
55264
55272
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
55265
55273
  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.340",
3
+ "version": "0.0.342",
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,