fss-link 1.0.64 → 1.0.65
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 +4 -1
package/bundle/fss-link.js
CHANGED
|
@@ -21920,7 +21920,7 @@ function createContentGeneratorConfig(config, authType) {
|
|
|
21920
21920
|
return contentGeneratorConfig;
|
|
21921
21921
|
}
|
|
21922
21922
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
21923
|
-
const version = "1.0.
|
|
21923
|
+
const version = "1.0.65";
|
|
21924
21924
|
const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
|
|
21925
21925
|
const baseHeaders = {
|
|
21926
21926
|
"User-Agent": userAgent
|
|
@@ -373021,7 +373021,7 @@ async function getPackageJson() {
|
|
|
373021
373021
|
// packages/cli/src/utils/version.ts
|
|
373022
373022
|
async function getCliVersion() {
|
|
373023
373023
|
const pkgJson = await getPackageJson();
|
|
373024
|
-
return "1.0.
|
|
373024
|
+
return "1.0.65";
|
|
373025
373025
|
}
|
|
373026
373026
|
|
|
373027
373027
|
// packages/cli/src/ui/commands/aboutCommand.ts
|
|
@@ -373073,7 +373073,7 @@ import open4 from "open";
|
|
|
373073
373073
|
import process11 from "node:process";
|
|
373074
373074
|
|
|
373075
373075
|
// packages/cli/src/generated/git-commit.ts
|
|
373076
|
-
var GIT_COMMIT_INFO = "
|
|
373076
|
+
var GIT_COMMIT_INFO = "c277a4c3";
|
|
373077
373077
|
|
|
373078
373078
|
// packages/cli/src/ui/commands/bugCommand.ts
|
|
373079
373079
|
init_dist2();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fss-link",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.65",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -125,10 +125,13 @@
|
|
|
125
125
|
"react": "19.1.1",
|
|
126
126
|
"react-dom": "19.1.1",
|
|
127
127
|
"read-package-up": "^11.0.0",
|
|
128
|
+
"signal-exit": "^4.1.0",
|
|
129
|
+
"simple-git": "^3.28.0",
|
|
128
130
|
"shell-quote": "^1.8.3",
|
|
129
131
|
"sql.js": "^1.11.0",
|
|
130
132
|
"string-width": "^7.1.0",
|
|
131
133
|
"strip-ansi": "^7.1.0",
|
|
134
|
+
"tiktoken": "^1.0.20",
|
|
132
135
|
"strip-json-comments": "^3.1.1",
|
|
133
136
|
"undici": "^7.10.0",
|
|
134
137
|
"update-notifier": "^7.3.1",
|