@scheduler-systems/gal-run 0.0.359 → 0.0.360

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 +5 -5
  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.359" : "0.0.0-dev";
3973
+ cliVersion = true ? "0.0.360" : "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.359" : void 0;
4883
+ const version = true ? "0.0.360" : 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.359" : "0.0.0-dev";
5252
+ return true ? "0.0.360" : "0.0.0-dev";
5253
5253
  } catch {
5254
5254
  return "0.0.0-dev";
5255
5255
  }
@@ -33005,7 +33005,7 @@ var init_mcp_config_writer = __esm({
33005
33005
  // src/utils/browser-profile-sync.ts
33006
33006
  async function syncBrowserProfiles(api, projectPath2) {
33007
33007
  const { profiles } = await api.listBrowserProfiles();
33008
- const activeProfiles = profiles.filter((p) => p.isActive);
33008
+ const activeProfiles = profiles.filter((p) => p.status === "active");
33009
33009
  if (activeProfiles.length === 0) {
33010
33010
  const staleRemoved2 = cleanupProfileDir(projectPath2, /* @__PURE__ */ new Set());
33011
33011
  return {
@@ -55802,7 +55802,7 @@ var init_index = __esm({
55802
55802
  });
55803
55803
 
55804
55804
  // src/bootstrap.ts
55805
- var cliVersion10 = true ? "0.0.359" : "0.0.0-dev";
55805
+ var cliVersion10 = true ? "0.0.360" : "0.0.0-dev";
55806
55806
  var args = process.argv.slice(2);
55807
55807
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
55808
55808
  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.359",
3
+ "version": "0.0.360",
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,