fss-link 1.0.69 → 1.0.71
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.
- package/bundle/fss-link.js +2 -4
- package/package.json +1 -1
package/bundle/fss-link.js
CHANGED
|
@@ -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.
|
|
22382
|
+
const version = "1.0.71";
|
|
22383
22383
|
const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
|
|
22384
22384
|
const baseHeaders = {
|
|
22385
22385
|
"User-Agent": userAgent
|
|
@@ -373525,7 +373525,7 @@ async function getPackageJson() {
|
|
|
373525
373525
|
// packages/cli/src/utils/version.ts
|
|
373526
373526
|
async function getCliVersion() {
|
|
373527
373527
|
const pkgJson = await getPackageJson();
|
|
373528
|
-
return "1.0.
|
|
373528
|
+
return "1.0.71";
|
|
373529
373529
|
}
|
|
373530
373530
|
|
|
373531
373531
|
// packages/cli/src/ui/commands/aboutCommand.ts
|
|
@@ -397354,8 +397354,6 @@ import { useState as useState32 } from "react";
|
|
|
397354
397354
|
init_dist2();
|
|
397355
397355
|
var validateAuthMethod = (authMethod) => {
|
|
397356
397356
|
loadEnvironment();
|
|
397357
|
-
const modelManager = getModelManager();
|
|
397358
|
-
modelManager.initializeFromStore();
|
|
397359
397357
|
if (authMethod === AuthType.LOGIN_WITH_GOOGLE || authMethod === AuthType.CLOUD_SHELL) {
|
|
397360
397358
|
return null;
|
|
397361
397359
|
}
|