fss-link 1.0.16 → 1.0.18
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 +35 -2
package/bundle/fss-link.js
CHANGED
|
@@ -7695,7 +7695,7 @@ async function getPackageJson() {
|
|
|
7695
7695
|
// packages/cli/src/utils/version.ts
|
|
7696
7696
|
async function getCliVersion() {
|
|
7697
7697
|
const pkgJson = await getPackageJson();
|
|
7698
|
-
return "1.0.
|
|
7698
|
+
return "1.0.18";
|
|
7699
7699
|
}
|
|
7700
7700
|
|
|
7701
7701
|
// packages/cli/src/ui/commands/aboutCommand.ts
|
|
@@ -7747,7 +7747,7 @@ import open from "open";
|
|
|
7747
7747
|
import process6 from "node:process";
|
|
7748
7748
|
|
|
7749
7749
|
// packages/cli/src/generated/git-commit.ts
|
|
7750
|
-
var GIT_COMMIT_INFO = "
|
|
7750
|
+
var GIT_COMMIT_INFO = "6b295784";
|
|
7751
7751
|
|
|
7752
7752
|
// packages/cli/src/ui/commands/bugCommand.ts
|
|
7753
7753
|
import { sessionId as sessionId3 } from "@fsscoding/fss-link-core";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fss-link",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -127,7 +127,40 @@
|
|
|
127
127
|
"zod": "^3.23.8"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"
|
|
130
|
+
"@google/genai": "1.9.0",
|
|
131
|
+
"@iarna/toml": "^2.2.5",
|
|
132
|
+
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
133
|
+
"axios": "^1.11.0",
|
|
134
|
+
"sql.js": "^1.11.0",
|
|
135
|
+
"cheerio": "^1.1.2",
|
|
136
|
+
"command-exists": "^1.2.9",
|
|
137
|
+
"diff": "^7.0.0",
|
|
138
|
+
"dotenv": "^17.1.0",
|
|
139
|
+
"fs-extra": "^11.3.1",
|
|
140
|
+
"glob": "^10.4.1",
|
|
141
|
+
"highlight.js": "^11.11.1",
|
|
142
|
+
"ink": "^6.1.1",
|
|
143
|
+
"ink-big-text": "^2.0.0",
|
|
144
|
+
"ink-gradient": "^3.0.0",
|
|
145
|
+
"ink-link": "^4.1.0",
|
|
146
|
+
"ink-select-input": "^6.2.0",
|
|
147
|
+
"ink-spinner": "^5.0.0",
|
|
148
|
+
"lowlight": "^3.3.0",
|
|
149
|
+
"mime-types": "^3.0.1",
|
|
150
|
+
"node-fetch": "^3.3.2",
|
|
151
|
+
"open": "^10.1.2",
|
|
152
|
+
"p-limit": "^7.1.1",
|
|
153
|
+
"qrcode-terminal": "^0.12.0",
|
|
154
|
+
"react": "^19.1.0",
|
|
155
|
+
"read-package-up": "^11.0.0",
|
|
156
|
+
"shell-quote": "^1.8.3",
|
|
157
|
+
"string-width": "^7.1.0",
|
|
158
|
+
"strip-ansi": "^7.1.0",
|
|
159
|
+
"strip-json-comments": "^3.1.1",
|
|
160
|
+
"undici": "^7.10.0",
|
|
161
|
+
"update-notifier": "^7.3.1",
|
|
162
|
+
"yargs": "^17.7.2",
|
|
163
|
+
"zod": "^3.23.8"
|
|
131
164
|
},
|
|
132
165
|
"optionalDependencies": {
|
|
133
166
|
"@lydell/node-pty": "1.1.0",
|