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.
- package/bundle/fss-link.js +2 -2
- package/package.json +1 -1
package/bundle/fss-link.js
CHANGED
|
@@ -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.
|
|
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.
|
|
95176
|
+
return "1.2.10";
|
|
95177
95177
|
}
|
|
95178
95178
|
|
|
95179
95179
|
// packages/cli/src/ui/commands/aboutCommand.ts
|