fss-link 1.2.9 → 1.2.10

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.
@@ -22342,7 +22342,7 @@ async function createContentGeneratorConfig(config, authType) {
22342
22342
  async function createContentGenerator(config, gcConfig, sessionId2) {
22343
22343
  if (DEBUG_CONTENT)
22344
22344
  console.log(`\u{1F41B} DEBUG createContentGenerator: authType=${config.authType}, apiKey=${config.apiKey}, baseUrl=${config.baseUrl}`);
22345
- const version = "1.2.9";
22345
+ const version = "1.2.10";
22346
22346
  const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
22347
22347
  const baseHeaders = {
22348
22348
  "User-Agent": userAgent
@@ -95173,7 +95173,7 @@ async function getPackageJson() {
95173
95173
  // packages/cli/src/utils/version.ts
95174
95174
  async function getCliVersion() {
95175
95175
  const pkgJson = await getPackageJson();
95176
- return "1.2.9";
95176
+ return "1.2.10";
95177
95177
  }
95178
95178
 
95179
95179
  // packages/cli/src/ui/commands/aboutCommand.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fss-link",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },