fss-link 1.5.6 → 1.5.7
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 +3 -3
- package/package.json +2 -1
package/bundle/fss-link.js
CHANGED
|
@@ -22518,7 +22518,7 @@ async function createContentGeneratorConfig(config, authType) {
|
|
|
22518
22518
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
22519
22519
|
if (DEBUG_CONTENT)
|
|
22520
22520
|
console.log(`\u{1F41B} DEBUG createContentGenerator: authType=${config.authType}, apiKey=${config.apiKey}, baseUrl=${config.baseUrl}`);
|
|
22521
|
-
const version = "1.5.
|
|
22521
|
+
const version = "1.5.7";
|
|
22522
22522
|
const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
|
|
22523
22523
|
const baseHeaders = {
|
|
22524
22524
|
"User-Agent": userAgent
|
|
@@ -97157,7 +97157,7 @@ async function getPackageJson() {
|
|
|
97157
97157
|
// packages/cli/src/utils/version.ts
|
|
97158
97158
|
async function getCliVersion() {
|
|
97159
97159
|
const pkgJson = await getPackageJson();
|
|
97160
|
-
return "1.5.
|
|
97160
|
+
return "1.5.7";
|
|
97161
97161
|
}
|
|
97162
97162
|
|
|
97163
97163
|
// packages/cli/src/ui/commands/aboutCommand.ts
|
|
@@ -97209,7 +97209,7 @@ import open4 from "open";
|
|
|
97209
97209
|
import process11 from "node:process";
|
|
97210
97210
|
|
|
97211
97211
|
// packages/cli/src/generated/git-commit.ts
|
|
97212
|
-
var GIT_COMMIT_INFO = "
|
|
97212
|
+
var GIT_COMMIT_INFO = "3e7a8775";
|
|
97213
97213
|
|
|
97214
97214
|
// packages/cli/src/ui/commands/bugCommand.ts
|
|
97215
97215
|
init_dist2();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fss-link",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
"node-fetch": "^3.3.2",
|
|
141
141
|
"open": "^10.1.2",
|
|
142
142
|
"p-limit": "^7.1.1",
|
|
143
|
+
"proper-lockfile": "^4.1.2",
|
|
143
144
|
"qrcode-terminal": "^0.12.0",
|
|
144
145
|
"react": "19.1.1",
|
|
145
146
|
"react-dom": "19.1.1",
|