fss-link 1.0.62 → 1.0.63

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.
@@ -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.62";
21923
+ const version = "1.0.63";
21924
21924
  const userAgent = `FSS-Link/${version} (${process.platform}; ${process.arch})`;
21925
21925
  const baseHeaders = {
21926
21926
  "User-Agent": userAgent
@@ -372796,7 +372796,7 @@ async function getPackageJson() {
372796
372796
  // packages/cli/src/utils/version.ts
372797
372797
  async function getCliVersion() {
372798
372798
  const pkgJson = await getPackageJson();
372799
- return "1.0.62";
372799
+ return "1.0.63";
372800
372800
  }
372801
372801
 
372802
372802
  // 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.0.62",
3
+ "version": "1.0.63",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -101,13 +101,19 @@
101
101
  "@modelcontextprotocol/sdk": "^1.15.1",
102
102
  "@mozilla/readability": "^0.6.0",
103
103
  "axios": "^1.11.0",
104
+ "chalk": "^5.3.0",
104
105
  "cheerio": "^1.1.2",
105
106
  "command-exists": "^1.2.9",
107
+ "cross-spawn": "^7.0.3",
106
108
  "diff": "^7.0.0",
107
109
  "dotenv": "^17.1.0",
108
110
  "fs-extra": "^11.3.1",
109
111
  "glob": "^10.4.1",
112
+ "google-auth-library": "^9.11.0",
113
+ "graceful-fs": "^4.2.11",
110
114
  "highlight.js": "^11.11.1",
115
+ "https-proxy-agent": "^7.0.6",
116
+ "iconv-lite": "^0.6.3",
111
117
  "ink": "^6.1.1",
112
118
  "ink-big-text": "^2.0.0",
113
119
  "ink-gradient": "^3.0.0",
@@ -125,11 +131,13 @@
125
131
  "react-dom": "19.1.1",
126
132
  "read-package-up": "^11.0.0",
127
133
  "shell-quote": "^1.8.3",
134
+ "signal-exit": "^4.1.0",
128
135
  "simple-git": "^3.28.0",
129
136
  "sql.js": "^1.11.0",
130
137
  "string-width": "^7.1.0",
131
138
  "strip-ansi": "^7.1.0",
132
139
  "strip-json-comments": "^3.1.1",
140
+ "tiktoken": "^1.0.21",
133
141
  "undici": "^7.10.0",
134
142
  "update-notifier": "^7.3.1",
135
143
  "yargs": "^17.7.2",