fss-link 1.0.74 → 1.0.75

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.
@@ -22379,7 +22379,7 @@ function createContentGeneratorConfig(config, authType) {
22379
22379
  return contentGeneratorConfig;
22380
22380
  }
22381
22381
  async function createContentGenerator(config, gcConfig, sessionId2) {
22382
- const version = "1.0.74";
22382
+ const version = "1.0.75";
22383
22383
  const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
22384
22384
  const baseHeaders = {
22385
22385
  "User-Agent": userAgent
@@ -373535,7 +373535,7 @@ async function getPackageJson() {
373535
373535
  // packages/cli/src/utils/version.ts
373536
373536
  async function getCliVersion() {
373537
373537
  const pkgJson = await getPackageJson();
373538
- return "1.0.74";
373538
+ return "1.0.75";
373539
373539
  }
373540
373540
 
373541
373541
  // packages/cli/src/ui/commands/aboutCommand.ts
@@ -407443,7 +407443,9 @@ async function main() {
407443
407443
  setupUnhandledRejectionHandler();
407444
407444
  console.log("\u{1F527} EMERGENCY: Database initialization temporarily disabled for debugging");
407445
407445
  const workspaceRoot = process.cwd();
407446
+ console.log("\u{1F527} About to call loadSettings() - checking if this causes the error");
407446
407447
  const settings = await loadSettings(workspaceRoot);
407448
+ console.log("\u{1F527} loadSettings() completed successfully");
407447
407449
  await cleanupCheckpoints();
407448
407450
  if (settings.errors.length > 0) {
407449
407451
  for (const error of settings.errors) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },