fss-link 1.2.22 → 1.2.23

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.
@@ -22371,7 +22371,7 @@ async function createContentGeneratorConfig(config, authType) {
22371
22371
  async function createContentGenerator(config, gcConfig, sessionId2) {
22372
22372
  if (DEBUG_CONTENT)
22373
22373
  console.log(`\u{1F41B} DEBUG createContentGenerator: authType=${config.authType}, apiKey=${config.apiKey}, baseUrl=${config.baseUrl}`);
22374
- const version = "1.2.22";
22374
+ const version = "1.2.23";
22375
22375
  const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
22376
22376
  const baseHeaders = {
22377
22377
  "User-Agent": userAgent
@@ -95583,7 +95583,7 @@ async function getPackageJson() {
95583
95583
  // packages/cli/src/utils/version.ts
95584
95584
  async function getCliVersion() {
95585
95585
  const pkgJson = await getPackageJson();
95586
- return "1.2.22";
95586
+ return "1.2.23";
95587
95587
  }
95588
95588
 
95589
95589
  // packages/cli/src/ui/commands/aboutCommand.ts
@@ -95635,7 +95635,7 @@ import open4 from "open";
95635
95635
  import process11 from "node:process";
95636
95636
 
95637
95637
  // packages/cli/src/generated/git-commit.ts
95638
- var GIT_COMMIT_INFO = "01c4caed";
95638
+ var GIT_COMMIT_INFO = "24c3ac5b";
95639
95639
 
95640
95640
  // packages/cli/src/ui/commands/bugCommand.ts
95641
95641
  init_dist2();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },